Versions Compared

Key

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

*qitem* — retrieve a cell object from a QTableWidget

h2. Syntax
{panel:|borderStyle=solid|borderWidth=1|bgColor=#FFFFAA}

*qitem* _row column_ 

*qitem* _table row column_ 

{panel}

h2. Description

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

h2. Arguments

_table_
{indent}The table holding the item. 
{indent}
_row_
{indent}Cell row where the item is located. Rows begin at the top and count from 0. 
{indent}
_column_
{indent}Cell column where the item is located. Columns begin at the left and count from 0. 
{indent} 

h2. Examples

See [qtablewidgetitem] for examples. 

{pagebreak}

Name

qitem — retrieve a cell object from a QTableWidget

Syntax

Panel
bgColor#FFFFAA
borderWidth1
borderStylesolid

qitem row column

qitem table row column

Description

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

Arguments

table

row

column

Examples

See qtablewidgetitem for examples.