summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdatatable.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 14:55:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-12 19:18:49 +0900
commitccbc1c3572fd0e26480c1432fff55d2909545538 (patch)
tree2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/html/tqdatatable.html
parent0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff)
downloadtqt-ccbc1c35.tar.gz
tqt-ccbc1c35.zip
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdatatable.html')
-rw-r--r--doc/html/tqdatatable.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqdatatable.html b/doc/html/tqdatatable.html
index 3cfa552b1..89d010c7f 100644
--- a/doc/html/tqdatatable.html
+++ b/doc/html/tqdatatable.html
@@ -256,7 +256,7 @@ representing NULL values as strings.
</h3>
Destroys the object and frees any allocated resources.
-<h3 class=fn>void <a name="addColumn"></a>TQDataTable::addColumn ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;fieldName, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label = TQString::null, int&nbsp;width = -1, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset = TQIconSet ( ) )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="addColumn"></a>TQDataTable::addColumn ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;fieldName, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label = TQString::null, int&nbsp;width = -1, const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset = TQIconSet ( ) )<tt> [virtual]</tt>
</h3>
Adds the next column to be displayed using the field <em>fieldName</em>,
column label <em>label</em>, width <em>width</em> and iconset <em>iconset</em>.
@@ -544,7 +544,7 @@ will not be deleted.
<h3 class=fn>void <a name="setAutoEdit"></a>TQDataTable::setAutoEdit ( bool&nbsp;autoEdit )<tt> [virtual]</tt>
</h3><p>Sets whether the data table automatically applies edits to <em>autoEdit</em>.
See the <a href="tqdatatable.html#autoEdit-prop">"autoEdit"</a> property for details.
-<h3 class=fn>void <a name="setColumn"></a>TQDataTable::setColumn ( uint&nbsp;col, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;fieldName, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label = TQString::null, int&nbsp;width = -1, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset = TQIconSet ( ) )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setColumn"></a>TQDataTable::setColumn ( uint&nbsp;col, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;fieldName, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label = TQString::null, int&nbsp;width = -1, const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset = TQIconSet ( ) )<tt> [virtual]</tt>
</h3>
Sets the <em>col</em> column to display using the field <em>fieldName</em>,
column label <em>label</em>, width <em>width</em> and iconset <em>iconset</em>.