...
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.
...
Cell column in which to insert the item, '0' being the leftmost column.
tableitem
An instance of qtablewidgetitem.
Examples
See qtablewidgetitem for examples.