Wiki Markup |
---|
{alias:qsetitem}
h2. Name
*qsetitem* — insert cell object into QTableWidget
h2. Syntax
{panel:|borderStyle=solid|borderWidth=1|bgColor=#FFFFAA}
*qsetitem* _row column tableitem_
*qsetitem* _table row column tableitem_
{panel}
h2. Description
The qsetitem command insert a [QTableWidgetItem] into a [QTableWidget]. The table item must have been previously created using the [qtablewidgetitem] and [qsetitem] commands.
h2. Arguments
_table_
{indent}The table which is to receive the item.
{indent}
_row_
{indent}Cell row in which to insert the item, '0' being the topmost row.
{indent}
_column_
{indent}Cell column in which to insert the item, '0' being the leftmost column.
{indent}
_tableitem_
{indent}An instance of [QTableWidgetItem].
{indent}
h2. Examples
See [qtablewidgetitem] for examples.
{pagebreak} |
Page Comparison
General
Content
Integrations