Qt Table Module
This module is part of the Qt Enterprise Edition.
The table module provides a flexible and editable table widget dubbed QTable.
It consists of the following classes:
- QTable is the abstract widget of choice whenever you need to present
spreadsheet data to the user or let the user edit such data.
- QTableItem objects are used to populate a QTable with data:
each of them contains the content for one cell.
- The QComboTableItem class provides a convenient way to
put combo box items in a QTable.
- QCheckTableItem implements a convenient class to
integrate check box items into a QTable.
- QTableSelection provides access to selected areas in a
QTable.
Please see the appropriate class documentation for
details and refer to the Qt table examples
for practical demonstration.
Copyright © 2000 Trolltech | Trademarks
| Qt version main-beta1
|