diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/html/tqdatatable.html | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt-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.html | 4 |
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 <a href="tqstring.html">TQString</a> & fieldName, const <a href="tqstring.html">TQString</a> & label = TQString::null, int width = -1, const <a href="ntqiconset.html">TQIconSet</a> & iconset = TQIconSet ( ) )<tt> [virtual]</tt> +<h3 class=fn>void <a name="addColumn"></a>TQDataTable::addColumn ( const <a href="tqstring.html">TQString</a> & fieldName, const <a href="tqstring.html">TQString</a> & label = TQString::null, int width = -1, const <a href="tqiconset.html">TQIconSet</a> & 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 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 col, const <a href="tqstring.html">TQString</a> & fieldName, const <a href="tqstring.html">TQString</a> & label = TQString::null, int width = -1, const <a href="ntqiconset.html">TQIconSet</a> & iconset = TQIconSet ( ) )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setColumn"></a>TQDataTable::setColumn ( uint col, const <a href="tqstring.html">TQString</a> & fieldName, const <a href="tqstring.html">TQString</a> & label = TQString::null, int width = -1, const <a href="tqiconset.html">TQIconSet</a> & 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>. |