Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{alias:qsetitem}

Name

qsetitem — insert cell object into QTableWidget

...

The qsetitem command insert a QTableWidgetItem qtablewidgetitem into a QTableWidget 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.