diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/table.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/table.html')
-rw-r--r-- | doc/html/table.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/table.html b/doc/html/table.html index 47393f373..7c16a7183 100644 --- a/doc/html/table.html +++ b/doc/html/table.html @@ -33,14 +33,14 @@ body { background: #ffffff; color: black; } <p> -<p> The table module provides a flexible and editable table widget, <a href="qtable.html">TQTable</a>. For many applications TQTables can be used directly and simply, -providing a grid of editable cells. <a href="qtable.html">TQTable</a> can also be subclassed in a +<p> The table module provides a flexible and editable table widget, <a href="ntqtable.html">TQTable</a>. For many applications TQTables can be used directly and simply, +providing a grid of editable cells. <a href="ntqtable.html">TQTable</a> can also be subclassed in a straightforward way to provide very large sparse tables, e.g. one million by one million cells. -<p> <a href="qtable.html"><img src="qtable.png" alt="Screenshot of TQTable"></a> +<p> <a href="ntqtable.html"><img src="qtable.png" alt="Screenshot of TQTable"></a> <p> The table module provides the following classes: <ul> -<li> <a href="qtable.html">TQTable</a> itself is the widget of choice whenever you need to +<li> <a href="ntqtable.html">TQTable</a> 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. <li> <a href="qtableitem.html">TQTableItem</a> objects are used to populate a TQTable with data with @@ -48,7 +48,7 @@ each table item holding the contents of a cell. <li> The <a href="qcombotableitem.html">TQComboTableItem</a> class provides memory-efficient combobox items for TQTables. <li> The <a href="qchecktableitem.html">TQCheckTableItem</a> class provides memory-efficient checkbox items for TQTables. <li> <a href="qtableselection.html">TQTableSelection</a> provides access to selections of cells in a TQTable. -<li> <a href="qheader.html">TQHeader</a> provides access to the table's horizontal header (column +<li> <a href="ntqheader.html">TQHeader</a> provides access to the table's horizontal header (column headers) and vertical header (row headers). </ul> <p> See the appropriate class documentation for details and refer to the |