Wiki Markup |
---|
{alias:qitem} |
Name
qitem — retrieve a cell object from a QTableWidget
...
Description
The qitem command insert a QTableWidgetItem qtablewidgetitem into a QTableWidget 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.