Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Unknown macro: {alias}

Name

qsetitem — insert cell object into QTableWidget

Syntax

qsetitem row column tableitem

qsetitem table row column tableitem

Description

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

Unknown macro: {indent}

The table which is to receive the item.

row

Unknown macro: {indent}

Cell row in which to insert the item, '0' being the topmost row.

column

Unknown macro: {indent}

Cell column in which to insert the item, '0' being the leftmost column.

tableitem

Unknown macro: {indent}

An instance of qtablewidgetitem.

Examples

See qtablewidgetitem for examples.

Unknown macro: {pagebreak}
  • No labels