qitem - retrieve a cell object from a QTableWidget
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.