Unknown macro: {alias}
Name
qsetitem — insert cell object into QTableWidget
Syntax
qsetitem row column tableitem
qsetitem table row column tableitem
Description
The qsetitem command insert a QTableWidgetItem into a QTableWidget. The table item must have been previously created using the qtablewidgetitem and qsetitem commands.
Arguments
table
row
column
tableitem
Examples
See qtablewidgetitem for examples.