summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-05 19:02:23 +0900
committerMichele Calgaro <[email protected]>2024-06-05 19:02:23 +0900
commit1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch)
treed62f4174c0e58e1aa895fc71484d068b614cd6de /doc/html/propertydocs
parent8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff)
downloadtqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.tar.gz
tqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.zip
Rename template library nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index fe702dcc9..555610418 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -642,8 +642,8 @@ the form 'fieldname order', e.g. 'id ASC', 'surname DESC'.
over a copy, e.g.
&lt;pre&gt;
&lt;a href="ntqstringlist.html"&gt;QStringList&lt;/a&gt; list = myDataBrowser.sort();
- QStringList::Iterator it = list.&lt;a href="ntqvaluelist.html#begin"&gt;begin&lt;/a&gt;();
- while( it != list.&lt;a href="ntqvaluelist.html#end"&gt;end&lt;/a&gt;() ) {
+ QStringList::Iterator it = list.&lt;a href="tqvaluelist.html#begin"&gt;begin&lt;/a&gt;();
+ while( it != list.&lt;a href="tqvaluelist.html#end"&gt;end&lt;/a&gt;() ) {
myProcessing( *it );
++it;
}
@@ -806,8 +806,8 @@ each item having the form 'fieldname order' (e.g., 'id ASC',
iterate over a copy, e.g.
&lt;pre&gt;
&lt;a href="ntqstringlist.html"&gt;QStringList&lt;/a&gt; list = myDataTable.sort();
- QStringList::Iterator it = list.&lt;a href="ntqvaluelist.html#begin"&gt;begin&lt;/a&gt;();
- while( it != list.&lt;a href="ntqvaluelist.html#end"&gt;end&lt;/a&gt;() ) {
+ QStringList::Iterator it = list.&lt;a href="tqvaluelist.html#begin"&gt;begin&lt;/a&gt;();
+ while( it != list.&lt;a href="tqvaluelist.html#end"&gt;end&lt;/a&gt;() ) {
myProcessing( *it );
++it;
}
@@ -1282,14 +1282,14 @@ the mode isn't ExistingFiles selectedFiles is an empty list.
iterate over a copy, e.g.
&lt;pre&gt;
&lt;a href="ntqstringlist.html"&gt;QStringList&lt;/a&gt; list = myFileDialog.selectedFiles();
- QStringList::Iterator it = list.&lt;a href="ntqvaluelist.html#begin"&gt;begin&lt;/a&gt;();
- while( it != list.&lt;a href="ntqvaluelist.html#end"&gt;end&lt;/a&gt;() ) {
+ QStringList::Iterator it = list.&lt;a href="tqvaluelist.html#begin"&gt;begin&lt;/a&gt;();
+ while( it != list.&lt;a href="tqvaluelist.html#end"&gt;end&lt;/a&gt;() ) {
myProcessing( *it );
++it;
}
&lt;/pre&gt;
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqfiledialog.html#selectedFile-prop"&gt;selectedFile&lt;/a&gt;, &lt;a href="ntqfiledialog.html#selectedFilter-prop"&gt;selectedFilter&lt;/a&gt;, and &lt;a href="ntqvaluelist.html#empty"&gt;QValueList::empty&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqfiledialog.html#selectedFile-prop"&gt;selectedFile&lt;/a&gt;, &lt;a href="ntqfiledialog.html#selectedFilter-prop"&gt;selectedFilter&lt;/a&gt;, and &lt;a href="tqvaluelist.html#empty"&gt;TQValueList::empty&lt;/a&gt;().
&lt;p&gt;Get this property's value with &lt;a href="ntqfiledialog.html#selectedFiles"&gt;selectedFiles&lt;/a&gt;().
</doc>