diff options
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>. |