diff options
Diffstat (limited to 'doc/html/tqsqlpropertymap.html')
-rw-r--r-- | doc/html/tqsqlpropertymap.html | 22 |
1 files changed, 11 insertions, 11 deletions
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. <p> 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. -<p> For example, a <a href="ntqlineedit.html">TQLineEdit</a> can be used to edit text strings and +<p> For example, a <a href="tqlineedit.html">TQLineEdit</a> can be used to edit text strings and other data types in TQDataTables or TQSqlForms. Several properties are defined in TQLineEdit, but only the <em>text</em> property is used to insert and extract text from a TQLineEdit. Both <a href="tqdatatable.html">TQDataTable</a> and @@ -120,10 +120,10 @@ new default map.) <p> The default property mappings used by TQt widgets are: <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Widgets <th valign="top">Property -<tr bgcolor="#f0f0f0"> <td valign="top"><a href="ntqcheckbox.html">TQCheckBox</a>, -<a href="ntqradiobutton.html">TQRadioButton</a> +<tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqcheckbox.html">TQCheckBox</a>, +<a href="tqradiobutton.html">TQRadioButton</a> <td valign="top">checked -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqcombobox.html">TQComboBox</a>, +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqcombobox.html">TQComboBox</a>, <a href="ntqlistbox.html">TQListBox</a> <td valign="top">currentItem <tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqdateedit.html">TQDateEdit</a> @@ -133,19 +133,19 @@ new default map.) <tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqtextbrowser.html">TQTextBrowser</a> <td valign="top">source <tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqbutton.html">TQButton</a>, -<a href="ntqdial.html">TQDial</a>, +<a href="tqdial.html">TQDial</a>, <a href="tqlabel.html">TQLabel</a>, -<a href="ntqlineedit.html">TQLineEdit</a>, +<a href="tqlineedit.html">TQLineEdit</a>, <a href="ntqmultilineedit.html">TQMultiLineEdit</a>, -<a href="ntqpushbutton.html">TQPushButton</a>, +<a href="tqpushbutton.html">TQPushButton</a>, <a href="tqtextedit.html">TQTextEdit</a>, <td valign="top">text <tr bgcolor="#f0f0f0"> <td valign="top"><a href="tqtimeedit.html">TQTimeEdit</a> <td valign="top">time -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqlcdnumber.html">TQLCDNumber</a>, -<a href="ntqscrollbar.html">TQScrollBar</a> -<a href="ntqslider.html">TQSlider</a>, -<a href="ntqspinbox.html">TQSpinBox</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqlcdnumber.html">TQLCDNumber</a>, +<a href="tqscrollbar.html">TQScrollBar</a> +<a href="tqslider.html">TQSlider</a>, +<a href="tqspinbox.html">TQSpinBox</a> <td valign="top">value </table></center> |