summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdatatable.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqdatatable.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz
tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdatatable.html')
-rw-r--r--doc/html/tqdatatable.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqdatatable.html b/doc/html/tqdatatable.html
index dc122555..7152cc55 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 <a href="#installPropertyMap">installPropertyMap</a>().
<p> The contents of a cell is available as a <a href="tqstring.html">TQString</a> with <a href="#text">text</a>() or as
-a <a href="ntqvariant.html">TQVariant</a> with <a href="#value">value</a>(). The current record is returned by
+a <a href="tqvariant.html">TQVariant</a> with <a href="#value">value</a>(). The current record is returned by
<a href="#currentRecord">currentRecord</a>(). Use the <a href="#find">find</a>() function to search for a string in
the table.
<p> 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 <em>mode</em> parameter is the type of edit that just
took place.
-<h3 class=fn><a href="ntqt.html#DateFormat-enum">DateFormat</a> <a name="dateFormat"></a>TQDataTable::dateFormat () const
+<h3 class=fn><a href="tqt.html#DateFormat-enum">DateFormat</a> <a name="dateFormat"></a>TQDataTable::dateFormat () const
</h3><p>Returns the format used for displaying date/time values.
See the <a href="tqdatatable.html#dateFormat-prop">"dateFormat"</a> property for details.
<h3 class=fn>bool <a name="deleteCurrent"></a>TQDataTable::deleteCurrent ()<tt> [virtual protected]</tt>
@@ -578,7 +578,7 @@ See the <a href="tqdatatable.html#confirmInsert-prop">"confirmInsert"</a> proper
<h3 class=fn>void <a name="setConfirmUpdate"></a>TQDataTable::setConfirmUpdate ( bool&nbsp;confirm )<tt> [virtual]</tt>
</h3><p>Sets whether the data table confirms update operations to <em>confirm</em>.
See the <a href="tqdatatable.html#confirmUpdate-prop">"confirmUpdate"</a> property for details.
-<h3 class=fn>void <a name="setDateFormat"></a>TQDataTable::setDateFormat ( const&nbsp;<a href="ntqt.html#DateFormat-enum">DateFormat</a>&nbsp;f )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setDateFormat"></a>TQDataTable::setDateFormat ( const&nbsp;<a href="tqt.html#DateFormat-enum">DateFormat</a>&nbsp;f )<tt> [virtual]</tt>
</h3><p>Sets the format used for displaying date/time values to <em>f</em>.
See the <a href="tqdatatable.html#dateFormat-prop">"dateFormat"</a> property for details.
<h3 class=fn>void <a name="setFalseText"></a>TQDataTable::setFalseText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;falseText )<tt> [virtual]</tt>
@@ -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.
-<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="value"></a>TQDataTable::value ( int&nbsp;row, int&nbsp;col ) const
+<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="value"></a>TQDataTable::value ( int&nbsp;row, int&nbsp;col ) const
</h3>
Returns the value in cell <em>row</em>, <em>col</em>, or an invalid value if
the cell does not exist or has no value.
@@ -732,10 +732,10 @@ update operations occur immediately.
<p> <p>See also <a href="#confirmCancels-prop">confirmCancels</a>, <a href="#confirmEdits-prop">confirmEdits</a>, <a href="#confirmInsert-prop">confirmInsert</a>, and <a href="#confirmDelete-prop">confirmDelete</a>.
<p>Set this property's value with <a href="#setConfirmUpdate">setConfirmUpdate</a>() and get this property's value with <a href="#confirmUpdate">confirmUpdate</a>().
-<h3 class=fn><a href="ntqt.html#DateFormat-enum">DateFormat</a> <a name="dateFormat-prop"></a>dateFormat</h3>
+<h3 class=fn><a href="tqt.html#DateFormat-enum">DateFormat</a> <a name="dateFormat-prop"></a>dateFormat</h3>
<p>This property holds the format used for displaying date/time values.
<p>The dateFormat property is used for displaying date/time values in
-the table. The default value is <a href="ntqt.html#DateFormat-enum">TQt::LocalDate</a>.
+the table. The default value is <a href="tqt.html#DateFormat-enum">TQt::LocalDate</a>.
<p>Set this property's value with <a href="#setDateFormat">setDateFormat</a>() and get this property's value with <a href="#dateFormat">dateFormat</a>().
<h3 class=fn><a href="tqstring.html">TQString</a> <a name="falseText-prop"></a>falseText</h3>