Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Name

qitem — retrieve a cell object from a QTableWidget

Syntax

qitem row column

qitem table row column

Description

The qitem command insert a qtablewidgetitem into a qtablewidget. The table item must have been previously created using the qtablewidgetitem command.

Arguments

table

The table holding the item.

row

Cell row where the item is located. Rows begin at the top and count from 0.

column

Cell column where the item is located. Columns begin at the left and count from 0.

Examples

See qtablewidgetitem for examples.

  • No labels