Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Wiki Markup
{alias:qitem}

Name

qitem — retrieve a cell object from a QTableWidget

...

Description

The qitem command insert a QTableWidgetItem qtablewidgetitem into a QTableWidget qtablewidget. The table item must have been previously created using the qtablewidgetitem command.

Arguments

table

The table holding the item.

row

Cell row where the item is located. Rows begin at the top and count from 0.

column

Cell column where the item is located. Columns begin at the left and count from 0.

Examples

See qtablewidgetitem for examples.