From ccbc1c3572fd0e26480c1432fff55d2909545538 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 14:55:59 +0900 Subject: Rename icon nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqdatatable.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqdatatable.html') 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. Destroys the object and frees any allocated resources. -

void TQDataTable::addColumn ( const TQString & fieldName, const TQString & label = TQString::null, int width = -1, const TQIconSet & iconset = TQIconSet ( ) ) [virtual] +

void TQDataTable::addColumn ( const TQString & fieldName, const TQString & label = TQString::null, int width = -1, const TQIconSet & iconset = TQIconSet ( ) ) [virtual]

Adds the next column to be displayed using the field fieldName, column label label, width width and iconset iconset. @@ -544,7 +544,7 @@ will not be deleted.

void TQDataTable::setAutoEdit ( bool autoEdit ) [virtual]

Sets whether the data table automatically applies edits to autoEdit. See the "autoEdit" property for details. -

void TQDataTable::setColumn ( uint col, const TQString & fieldName, const TQString & label = TQString::null, int width = -1, const TQIconSet & iconset = TQIconSet ( ) ) [virtual] +

void TQDataTable::setColumn ( uint col, const TQString & fieldName, const TQString & label = TQString::null, int width = -1, const TQIconSet & iconset = TQIconSet ( ) ) [virtual]

Sets the col column to display using the field fieldName, column label label, width width and iconset iconset. -- cgit v1.2.3