Unknown macro: {alias}
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
Unknown macro: {indent}
The table holding the item.
row
Unknown macro: {indent}
Cell row where the item is located. Rows begin at the top and count from 0.
column
Unknown macro: {indent}
Cell column where the item is located. Columns begin at the left and count from 0.
Examples
See qtablewidgetitem for examples.
Unknown macro: {pagebreak}