From 6f57abfc9cd3acf1d648aee696947ac9216adb71 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Sep 2024 14:57:42 +0900 Subject: Rename remaining ntq[s-z]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqdatatable.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/tqdatatable.html') diff --git a/doc/html/tqdatatable.html b/doc/html/tqdatatable.html index dc1225550..7152cc553 100644 --- a/doc/html/tqdatatable.html +++ b/doc/html/tqdatatable.html @@ -193,7 +193,7 @@ Different editor factories can be used by calling cell's value and the editor. You can use your own property map with installPropertyMap().

The contents of a cell is available as a TQString with text() or as -a TQVariant with value(). The current record is returned by +a TQVariant with value(). The current record is returned by currentRecord(). Use the find() function to search for a string in the table.

Editing actions can be applied programatically. For example, the @@ -382,7 +382,7 @@ otherwise modify it or the cursor it points to. to an edit. The mode parameter is the type of edit that just took place. -

DateFormat TQDataTable::dateFormat () const +

DateFormat TQDataTable::dateFormat () const

Returns the format used for displaying date/time values. See the "dateFormat" property for details.

bool TQDataTable::deleteCurrent () [virtual protected] @@ -578,7 +578,7 @@ See the "confirmInsert" proper

void TQDataTable::setConfirmUpdate ( bool confirm ) [virtual]

Sets whether the data table confirms update operations to confirm. See the "confirmUpdate" property for details. -

void TQDataTable::setDateFormat ( const DateFormat f ) [virtual] +

void TQDataTable::setDateFormat ( const DateFormat f ) [virtual]

Sets the format used for displaying date/time values to f. See the "dateFormat" property for details.

void TQDataTable::setFalseText ( const TQString & falseText ) [virtual] @@ -671,7 +671,7 @@ TRUE if the update succeeded; otherwise returns FALSE. that a unique record is updated within the database otherwise the database may be changed to an inconsistent state. -

TQVariant TQDataTable::value ( int row, int col ) const +

TQVariant TQDataTable::value ( int row, int col ) const

Returns the value in cell row, col, or an invalid value if the cell does not exist or has no value. @@ -732,10 +732,10 @@ update operations occur immediately.

See also confirmCancels, confirmEdits, confirmInsert, and confirmDelete.

Set this property's value with setConfirmUpdate() and get this property's value with confirmUpdate(). -

DateFormat dateFormat

+

DateFormat dateFormat

This property holds the format used for displaying date/time values.

The dateFormat property is used for displaying date/time values in -the table. The default value is TQt::LocalDate. +the table. The default value is TQt::LocalDate.

Set this property's value with setDateFormat() and get this property's value with dateFormat().

TQString falseText

-- cgit v1.2.1