From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqsqlpropertymap.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc/html/tqsqlpropertymap.html') diff --git a/doc/html/tqsqlpropertymap.html b/doc/html/tqsqlpropertymap.html index c131d2f68..434623d1d 100644 --- a/doc/html/tqsqlpropertymap.html +++ b/doc/html/tqsqlpropertymap.html @@ -61,7 +61,7 @@ widgets.

This class is used to map editors to SQL fields. This works by associating SQL editor class names to the properties used to insert and extract values to/from the editor. -

For example, a TQLineEdit can be used to edit text strings and +

For example, a TQLineEdit can be used to edit text strings and other data types in TQDataTables or TQSqlForms. Several properties are defined in TQLineEdit, but only the text property is used to insert and extract text from a TQLineEdit. Both TQDataTable and @@ -120,10 +120,10 @@ new default map.)

The default property mappings used by TQt widgets are:

Widgets Property -
TQCheckBox, -TQRadioButton +
TQCheckBox, +TQRadioButton checked -
TQComboBox, +
TQComboBox, TQListBox currentItem
TQDateEdit @@ -133,19 +133,19 @@ new default map.)
TQTextBrowser source
TQButton, -TQDial, +TQDial, TQLabel, -TQLineEdit, +TQLineEdit, TQMultiLineEdit, -TQPushButton, +TQPushButton, TQTextEdit, text
TQTimeEdit time -
TQLCDNumber, -TQScrollBar -TQSlider, -TQSpinBox +
TQLCDNumber, +TQScrollBar +TQSlider, +TQSpinBox value
-- cgit v1.2.3