summaryrefslogtreecommitdiffstats
path: root/doc/html/table.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/table.html
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/table.html')
-rw-r--r--doc/html/table.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/table.html b/doc/html/table.html
index 97732ae1..e6925f01 100644
--- a/doc/html/table.html
+++ b/doc/html/table.html
@@ -33,22 +33,22 @@ body { background: #ffffff; color: black; }
<p>
-<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
+<p> The table module provides a flexible and editable table widget, <a href="tqtable.html">TQTable</a>. For many applications TQTables can be used directly and simply,
+providing a grid of editable cells. <a href="tqtable.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="ntqtable.html"><img src="qtable.png" alt="Screenshot of TQTable"></a>
+<p> <a href="tqtable.html"><img src="tqtable.png" alt="Screenshot of TQTable"></a>
<p> The table module provides the following classes:
<ul>
-<li> <a href="ntqtable.html">TQTable</a> itself is the widget of choice whenever you need to
+<li> <a href="tqtable.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
+<li> <a href="tqtableitem.html">TQTableItem</a> objects are used to populate a TQTable with data with
each table item holding the contents of a cell.
<li> The <a href="tqcombotableitem.html">TQComboTableItem</a> class provides memory-efficient combobox items for TQTables.
<li> The <a href="tqchecktableitem.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="ntqheader.html">TQHeader</a> provides access to the table's horizontal header (column
+<li> <a href="tqtableselection.html">TQTableSelection</a> provides access to selections of cells in a TQTable.
+<li> <a href="tqheader.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