qsetitem - insert cell object into QTableWidget
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
The table which is to receive the item.
row
Cell row in which to insert the item, '0' being the topmost row.
column
Cell column in which to insert the item, '0' being the leftmost column.
tableitem
An instance of qtablewidgetitem.
Examples
See qtablewidgetitem for examples.