summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtable.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqtable.html')
-rw-r--r--doc/html/ntqtable.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqtable.html b/doc/html/ntqtable.html
index 32e18d80a..835de0fe5 100644
--- a/doc/html/ntqtable.html
+++ b/doc/html/ntqtable.html
@@ -1128,7 +1128,7 @@ destroyed; the table takes ownership of the widget when using
setCellWidget.
<p>
<p>Example: <a href="tutorial2-08.html#x2618">chart/setdataform.cpp</a>.
-<h3 class=fn>void <a name="setColumnLabels"></a>TQTable::setColumnLabels ( const&nbsp;<a href="ntqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;labels )<tt> [slot]</tt>
+<h3 class=fn>void <a name="setColumnLabels"></a>TQTable::setColumnLabels ( const&nbsp;<a href="tqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;labels )<tt> [slot]</tt>
</h3> Sets the section labels of the <a href="#horizontalHeader">horizontalHeader</a>() to <em>labels</em>
<h3 class=fn>void <a name="setColumnMovingEnabled"></a>TQTable::setColumnMovingEnabled ( bool&nbsp;b )<tt> [virtual slot]</tt>
</h3><p>Sets whether columns can be moved by the user to <em>b</em>.
@@ -1227,7 +1227,7 @@ See the <a href="ntqtable.html#readOnly-prop">"readOnly"</a> property for detail
Resizes row <em>row</em> to be <em>h</em> pixels high.
<p> <p>See also <a href="#rowHeight">rowHeight</a>() and <a href="#setColumnWidth">setColumnWidth</a>().
-<h3 class=fn>void <a name="setRowLabels"></a>TQTable::setRowLabels ( const&nbsp;<a href="ntqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;labels )<tt> [slot]</tt>
+<h3 class=fn>void <a name="setRowLabels"></a>TQTable::setRowLabels ( const&nbsp;<a href="tqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;labels )<tt> [slot]</tt>
</h3> Sets the section labels of the <a href="#verticalHeader">verticalHeader</a>() to <em>labels</em>
<h3 class=fn>void <a name="setRowMovingEnabled"></a>TQTable::setRowMovingEnabled ( bool&nbsp;b )<tt> [virtual slot]</tt>
</h3><p>Sets whether rows can be moved by the user to <em>b</em>.
@@ -1260,7 +1260,7 @@ See the <a href="ntqtable.html#showGrid-prop">"showGrid"</a> property for detail
<h3 class=fn>void <a name="setSorting"></a>TQTable::setSorting ( bool&nbsp;b )<tt> [virtual slot]</tt>
</h3><p>Sets whether a click on the header of a column sorts that column to <em>b</em>.
See the <a href="ntqtable.html#sorting-prop">"sorting"</a> property for details.
-<h3 class=fn>void <a name="setText"></a>TQTable::setText ( int&nbsp;row, int&nbsp;col, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setText"></a>TQTable::setText ( int&nbsp;row, int&nbsp;col, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )<tt> [virtual]</tt>
</h3>
Sets the text in the cell at <em>row</em>, <em>col</em> to <em>text</em>.
<p> If the cell does not contain a table item a <a href="qtableitem.html">TQTableItem</a> is created
@@ -1360,9 +1360,9 @@ table to another, or to move an item from one table to another,
reinserting the item with setItem().
<p> If you want to exchange two cells use <a href="#swapCells">swapCells</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQTable::text ( int&nbsp;row, int&nbsp;col ) const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQTable::text ( int&nbsp;row, int&nbsp;col ) const<tt> [virtual]</tt>
</h3>
-Returns the text in the cell at <em>row</em>, <em>col</em>, or <a href="ntqstring.html#TQString-null">TQString::null</a>
+Returns the text in the cell at <em>row</em>, <em>col</em>, or <a href="tqstring.html#TQString-null">TQString::null</a>
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>().