diff options
author | Michele Calgaro <[email protected]> | 2024-06-05 19:02:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-05 19:02:23 +0900 |
commit | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch) | |
tree | d62f4174c0e58e1aa895fc71484d068b614cd6de /doc/html/propertydocs | |
parent | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff) | |
download | tqt3-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/propertydocs | 14 |
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. <pre> <a href="ntqstringlist.html">QStringList</a> list = myDataBrowser.sort(); - QStringList::Iterator it = list.<a href="ntqvaluelist.html#begin">begin</a>(); - while( it != list.<a href="ntqvaluelist.html#end">end</a>() ) { + QStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>(); + while( it != list.<a href="tqvaluelist.html#end">end</a>() ) { myProcessing( *it ); ++it; } @@ -806,8 +806,8 @@ each item having the form 'fieldname order' (e.g., 'id ASC', iterate over a copy, e.g. <pre> <a href="ntqstringlist.html">QStringList</a> list = myDataTable.sort(); - QStringList::Iterator it = list.<a href="ntqvaluelist.html#begin">begin</a>(); - while( it != list.<a href="ntqvaluelist.html#end">end</a>() ) { + QStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>(); + while( it != list.<a href="tqvaluelist.html#end">end</a>() ) { myProcessing( *it ); ++it; } @@ -1282,14 +1282,14 @@ the mode isn't ExistingFiles selectedFiles is an empty list. iterate over a copy, e.g. <pre> <a href="ntqstringlist.html">QStringList</a> list = myFileDialog.selectedFiles(); - QStringList::Iterator it = list.<a href="ntqvaluelist.html#begin">begin</a>(); - while( it != list.<a href="ntqvaluelist.html#end">end</a>() ) { + QStringList::Iterator it = list.<a href="tqvaluelist.html#begin">begin</a>(); + while( it != list.<a href="tqvaluelist.html#end">end</a>() ) { myProcessing( *it ); ++it; } </pre> -<p> <p>See also <a href="ntqfiledialog.html#selectedFile-prop">selectedFile</a>, <a href="ntqfiledialog.html#selectedFilter-prop">selectedFilter</a>, and <a href="ntqvaluelist.html#empty">QValueList::empty</a>(). +<p> <p>See also <a href="ntqfiledialog.html#selectedFile-prop">selectedFile</a>, <a href="ntqfiledialog.html#selectedFilter-prop">selectedFilter</a>, and <a href="tqvaluelist.html#empty">TQValueList::empty</a>(). <p>Get this property's value with <a href="ntqfiledialog.html#selectedFiles">selectedFiles</a>(). </doc> |