diff options
Diffstat (limited to 'doc/html/ntqtable.html')
-rw-r--r-- | doc/html/ntqtable.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqtable.html b/doc/html/ntqtable.html index c47a87dc2..0e7981c67 100644 --- a/doc/html/ntqtable.html +++ b/doc/html/ntqtable.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="qtable-h.html">ntqtable.h</a>></tt> <p>Inherits <a href="ntqscrollview.html">TQScrollView</a>. -<p>Inherited by <a href="ntqdatatable.html">TQDataTable</a>. +<p>Inherited by <a href="tqdatatable.html">TQDataTable</a>. <p><a href="qtable-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -482,7 +482,7 @@ display the widest item the column contains. <p> <p>See also <a href="#adjustRow">adjustRow</a>(). <p>Example: <a href="regexptester-example.html#x2498">regexptester/regexptester.cpp</a>. -<p>Reimplemented in <a href="ntqdatatable.html#adjustColumn">TQDataTable</a>. +<p>Reimplemented in <a href="tqdatatable.html#adjustColumn">TQDataTable</a>. <h3 class=fn>void <a name="adjustRow"></a>TQTable::adjustRow ( int row )<tt> [virtual slot]</tt> </h3> Resizes row <em>row</em> so that the row height is tall enough to @@ -910,11 +910,11 @@ function: see the <a href="ntqtable.html#notes-on-large-tables">notes on large t <h3 class=fn>int <a name="numCols"></a>TQTable::numCols () const<tt> [virtual]</tt> </h3><p>Returns the number of columns in the table. See the <a href="ntqtable.html#numCols-prop">"numCols"</a> property for details. -<p>Reimplemented in <a href="ntqdatatable.html#numCols">TQDataTable</a>. +<p>Reimplemented in <a href="tqdatatable.html#numCols">TQDataTable</a>. <h3 class=fn>int <a name="numRows"></a>TQTable::numRows () const<tt> [virtual]</tt> </h3><p>Returns the number of rows in the table. See the <a href="ntqtable.html#numRows-prop">"numRows"</a> property for details. -<p>Reimplemented in <a href="ntqdatatable.html#numRows">TQDataTable</a>. +<p>Reimplemented in <a href="tqdatatable.html#numRows">TQDataTable</a>. <h3 class=fn>int <a name="numSelections"></a>TQTable::numSelections () const </h3><p>Returns the number of selections. See the <a href="ntqtable.html#numSelections-prop">"numSelections"</a> property for details. @@ -1160,7 +1160,7 @@ Resizes column <em>col</em> to be <em>w</em> pixels wide. <p> <p>See also <a href="#columnWidth">columnWidth</a>() and <a href="#setRowHeight">setRowHeight</a>(). <p>Example: <a href="tutorial2-08.html#x2620">chart/setdataform.cpp</a>. -<p>Reimplemented in <a href="ntqdatatable.html#setColumnWidth">TQDataTable</a>. +<p>Reimplemented in <a href="tqdatatable.html#setColumnWidth">TQDataTable</a>. <h3 class=fn>void <a name="setCurrentCell"></a>TQTable::setCurrentCell ( int row, int col )<tt> [virtual slot]</tt> </h3> Moves the focus to the cell at <em>row</em>, <em>col</em>. @@ -1302,7 +1302,7 @@ reimplement swapRows() and swapCells(). (See the <a href="ntqtable.html#notes-on <p> <p>See also <a href="#swapRows">swapRows</a>(). <p>Example: <a href="statistics-example.html#x2784">table/statistics/statistics.cpp</a>. -<p>Reimplemented in <a href="ntqdatatable.html#sortColumn">TQDataTable</a>. +<p>Reimplemented in <a href="tqdatatable.html#sortColumn">TQDataTable</a>. <h3 class=fn>bool <a name="sorting"></a>TQTable::sorting () const </h3><p>Returns TRUE if a click on the header of a column sorts that column; otherwise returns FALSE. See the <a href="ntqtable.html#sorting-prop">"sorting"</a> property for details. @@ -1367,7 +1367,7 @@ if the relevant item does not exist or has no text. <p> <p>See also <a href="#setText">setText</a>() and <a href="#setPixmap">setPixmap</a>(). <p>Example: <a href="tutorial2-08.html#x2625">chart/setdataform.cpp</a>. -<p>Reimplemented in <a href="ntqdatatable.html#text">TQDataTable</a>. +<p>Reimplemented in <a href="tqdatatable.html#text">TQDataTable</a>. <h3 class=fn>void <a name="updateCell"></a>TQTable::updateCell ( int row, int col ) </h3> Repaints the cell at <em>row</em>, <em>col</em>. |