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 4 Next »

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

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.

  • No labels