diff options
author | Michele Calgaro <[email protected]> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/table.doc | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
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 |