diff options
Diffstat (limited to 'doc/table.doc')
-rw-r--r-- | doc/table.doc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/table.doc b/doc/table.doc index e80b08590..31a1077c7 100644 --- a/doc/table.doc +++ b/doc/table.doc @@ -46,24 +46,24 @@ Edition\endlink. \endif The table module provides a flexible and editable table widget, \l -QTable. For many applications QTables can be used directly and simply, -providing a grid of editable cells. QTable can also be subclassed in a +TQTable. For many applications TQTables can be used directly and simply, +providing a grid of editable cells. TQTable can also be subclassed in a straightforward way to provide very large sparse tables, e.g. one million by one million cells. -\link ntqtable.html <img src="qtable.png" alt="Screenshot of QTable"> \endlink +\link tqtable.html <img src="tqtable.png" alt="Screenshot of TQTable"> \endlink The table module provides the following classes: \list -\i \l QTable itself is the widget of choice whenever you need to +\i \l TQTable itself is the widget of choice whenever you need to provide your users with the ability to display and edit tabular data such as spreadsheet or database data. -\i \l QTableItem objects are used to populate a QTable with data with +\i \l TQTableItem objects are used to populate a TQTable with data with each table item holding the contents of a cell. -\i The \l TQComboTableItem class provides memory-efficient combobox items for QTables. -\i The \l TQCheckTableItem class provides memory-efficient checkbox items for QTables. -\i \l QTableSelection provides access to selections of cells in a QTable. -\i QHeader provides access to the table's horizontal header (column +\i The \l TQComboTableItem class provides memory-efficient combobox items for TQTables. +\i The \l TQCheckTableItem class provides memory-efficient checkbox items for TQTables. +\i \l TQTableSelection provides access to selections of cells in a TQTable. +\i TQHeader provides access to the table's horizontal header (column headers) and vertical header (row headers). \endlist |