summaryrefslogtreecommitdiffstats
path: root/doc/html/qtableitem.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qtableitem.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qtableitem.html')
-rw-r--r--doc/html/qtableitem.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qtableitem.html b/doc/html/qtableitem.html
index ac622a271..3a686daf6 100644
--- a/doc/html/qtableitem.html
+++ b/doc/html/qtableitem.html
@@ -197,7 +197,7 @@ into a table with <a href="ntqtable.html#setItem">TQTable::setItem</a>().
<p> The table takes ownership of the table item, so a table item
should not be inserted into more than one table at a time.
-<h3 class=fn><a name="TQTableItem-2"></a>TQTableItem::TQTableItem ( <a href="ntqtable.html">TQTable</a>&nbsp;*&nbsp;table, <a href="qtableitem.html#EditType-enum">EditType</a>&nbsp;et, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
+<h3 class=fn><a name="TQTableItem-2"></a>TQTableItem::TQTableItem ( <a href="ntqtable.html">TQTable</a>&nbsp;*&nbsp;table, <a href="qtableitem.html#EditType-enum">EditType</a>&nbsp;et, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
</h3>
Creates a table item that is a child of table <em>table</em> with text
<em>text</em>. The item has the <a href="#EditType-enum">EditType</a> <em>et</em>.
@@ -207,7 +207,7 @@ into a table with <a href="ntqtable.html#setItem">TQTable::setItem</a>().
<p> The table takes ownership of the table item, so a table item
should not be inserted into more than one table at a time.
-<h3 class=fn><a name="TQTableItem-3"></a>TQTableItem::TQTableItem ( <a href="ntqtable.html">TQTable</a>&nbsp;*&nbsp;table, <a href="qtableitem.html#EditType-enum">EditType</a>&nbsp;et, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;p )
+<h3 class=fn><a name="TQTableItem-3"></a>TQTableItem::TQTableItem ( <a href="ntqtable.html">TQTable</a>&nbsp;*&nbsp;table, <a href="qtableitem.html#EditType-enum">EditType</a>&nbsp;et, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;p )
</h3>
Creates a table item that is a child of table <em>table</em> with text
<em>text</em> and pixmap <em>p</em>. The item has the <a href="#EditType-enum">EditType</a> <em>et</em>.
@@ -294,7 +294,7 @@ have their contents replaced by another table item.
whether the <em>user</em> is able to change the contents of a cell.)
<p> <p>See also <a href="#setReplaceable">setReplaceable</a>() and <a href="#EditType-enum">EditType</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="key"></a>TQTableItem::key () const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="key"></a>TQTableItem::key () const<tt> [virtual]</tt>
</h3>
This virtual function returns the key that should be used for
sorting. The default implementation returns the <a href="#text">text</a>() of the
@@ -431,7 +431,7 @@ columns that cross TQTableItems spanning more than one cell is not
supported.
<p> <p>See also <a href="#rowSpan">rowSpan</a>() and <a href="#colSpan">colSpan</a>().
-<h3 class=fn>void <a name="setText"></a>TQTableItem::setText ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;str )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setText"></a>TQTableItem::setText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;str )<tt> [virtual]</tt>
</h3>
Changes the table item's text to <em>str</em>.
<p> Note that <a href="#setText">setText</a>() does not update the cell the table item
@@ -460,9 +460,9 @@ function.
<p> Returns the <a href="ntqtable.html">TQTable</a> the table item belongs to.
<p> <p>See also <a href="ntqtable.html#setItem">TQTable::setItem</a>() and <a href="#TQTableItem">TQTableItem</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQTableItem::text () const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQTableItem::text () const<tt> [virtual]</tt>
</h3>
-Returns the text of the table item or <a href="ntqstring.html#TQString-null">TQString::null</a> if there is no
+Returns the text of the table item or <a href="tqstring.html#TQString-null">TQString::null</a> if there is no
text.
<p> To ensure that the current value of the editor is returned,
<a href="#setContentFromEditor">setContentFromEditor</a>() is called: