summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlform.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/tqsqlform.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-8ac0e970.tar.gz
tqt-8ac0e970.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsqlform.html')
-rw-r--r--doc/html/tqsqlform.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqsqlform.html b/doc/html/tqsqlform.html
index 00cb1b2a2..627b3977a 100644
--- a/doc/html/tqsqlform.html
+++ b/doc/html/tqsqlform.html
@@ -147,11 +147,11 @@ FALSE), each field is also set to NULL.
</h3>
Returns the number of widgets in the form.
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="fieldToWidget"></a>TQSqlForm::fieldToWidget ( <a href="tqsqlfield.html">TQSqlField</a>&nbsp;*&nbsp;field ) const
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="fieldToWidget"></a>TQSqlForm::fieldToWidget ( <a href="tqsqlfield.html">TQSqlField</a>&nbsp;*&nbsp;field ) const
</h3>
Returns the widget that field <em>field</em> is mapped to.
-<h3 class=fn>void <a name="insert"></a>TQSqlForm::insert ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;field )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="insert"></a>TQSqlForm::insert ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;field )<tt> [virtual]</tt>
</h3>
Inserts a <em>widget</em>, and the name of the <em>field</em> it is to be
mapped to, into the form. To actually associate inserted widgets
@@ -159,7 +159,7 @@ with an edit buffer, use <a href="#setRecord">setRecord</a>().
<p> <p>See also <a href="#setRecord">setRecord</a>().
<p>Examples: <a href="sql.html#x2225">sql/overview/form1/main.cpp</a> and <a href="sql.html#x2231">sql/overview/form2/main.cpp</a>.
-<h3 class=fn>void <a name="insert-2"></a>TQSqlForm::insert ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, <a href="tqsqlfield.html">TQSqlField</a>&nbsp;*&nbsp;field )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="insert-2"></a>TQSqlForm::insert ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, <a href="tqsqlfield.html">TQSqlField</a>&nbsp;*&nbsp;field )<tt> [virtual protected]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Inserts a <em>widget</em>, and the <em>field</em> it is to be mapped to, into
@@ -174,7 +174,7 @@ TQSqlForm goes out of scope.
<p> <p>See also <a href="tqdatatable.html#installEditorFactory">TQDataTable::installEditorFactory</a>().
<p>Example: <a href="sql.html#x2237">sql/overview/custom1/main.cpp</a>.
-<h3 class=fn>void <a name="readField"></a>TQSqlForm::readField ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="readField"></a>TQSqlForm::readField ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )<tt> [virtual slot]</tt>
</h3>
Updates the widget <em>widget</em> with the value from the SQL field it
is mapped to. Nothing happens if no SQL field is mapped to the <em>widget</em>.
@@ -185,7 +185,7 @@ Updates the widgets in the form with current values from the SQL
fields they are mapped to.
<p>Examples: <a href="sql.html#x2226">sql/overview/form1/main.cpp</a> and <a href="sql.html#x2232">sql/overview/form2/main.cpp</a>.
-<h3 class=fn>void <a name="remove"></a>TQSqlForm::remove ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="remove"></a>TQSqlForm::remove ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )<tt> [virtual protected]</tt>
</h3>
Removes a <em>widget</em>, and hence the field it's mapped to, from the
form.
@@ -202,16 +202,16 @@ display of the data from <em>buf</em>, use <a href="#readFields">readFields</a>(
<p> <p>See also <a href="#readFields">readFields</a>() and <a href="#writeFields">writeFields</a>().
<p>Examples: <a href="sql.html#x2238">sql/overview/custom1/main.cpp</a>, <a href="sql.html#x2227">sql/overview/form1/main.cpp</a>, and <a href="sql.html#x2233">sql/overview/form2/main.cpp</a>.
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="widget"></a>TQSqlForm::widget ( uint&nbsp;i ) const
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="widget"></a>TQSqlForm::widget ( uint&nbsp;i ) const
</h3>
Returns the <em>i</em>-th widget in the form. Useful for traversing
the widgets in the form.
-<h3 class=fn><a href="tqsqlfield.html">TQSqlField</a>&nbsp;* <a name="widgetToField"></a>TQSqlForm::widgetToField ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget ) const
+<h3 class=fn><a href="tqsqlfield.html">TQSqlField</a>&nbsp;* <a name="widgetToField"></a>TQSqlForm::widgetToField ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget ) const
</h3>
Returns the SQL field that widget <em>widget</em> is mapped to.
-<h3 class=fn>void <a name="writeField"></a>TQSqlForm::writeField ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="writeField"></a>TQSqlForm::writeField ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )<tt> [virtual slot]</tt>
</h3>
Updates the SQL field with the value from the <em>widget</em> it is
mapped to. Nothing happens if no SQL field is mapped to the <em>widget</em>.