summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqfiledialog.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tqfiledialog.3qt
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqfiledialog.3qt')
-rw-r--r--doc/man/man3/tqfiledialog.3qt32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/man/man3/tqfiledialog.3qt b/doc/man/man3/tqfiledialog.3qt
index 2f6cb0dc..1ed35126 100644
--- a/doc/man/man3/tqfiledialog.3qt
+++ b/doc/man/man3/tqfiledialog.3qt
@@ -43,7 +43,7 @@ Inherits QDialog.
.BI "void \fBselectAll\fR ( bool b )"
.br
.ti -1c
-.BI "QStringList \fBselectedFiles\fR () const"
+.BI "TQStringList \fBselectedFiles\fR () const"
.br
.ti -1c
.BI "TQString \fBdirPath\fR () const"
@@ -136,7 +136,7 @@ Inherits QDialog.
.BI "void \fBsetFilters\fR ( const char ** types )"
.br
.ti -1c
-.BI "void \fBsetFilters\fR ( const QStringList & )"
+.BI "void \fBsetFilters\fR ( const TQStringList & )"
.br
.in -1c
.SS "Signals"
@@ -148,7 +148,7 @@ Inherits QDialog.
.BI "void \fBfileSelected\fR ( const TQString & )"
.br
.ti -1c
-.BI "void \fBfilesSelected\fR ( const QStringList & )"
+.BI "void \fBfilesSelected\fR ( const TQStringList & )"
.br
.ti -1c
.BI "void \fBdirEntered\fR ( const TQString & )"
@@ -169,7 +169,7 @@ Inherits QDialog.
.BI "TQString \fBgetExistingDirectory\fR ( const TQString & dir = TQString::null, TQWidget * parent = 0, const char * name = 0, const TQString & caption = TQString::null, bool dirOnly = TRUE, bool resolveSymlinks = TRUE )"
.br
.ti -1c
-.BI "QStringList \fBgetOpenFileNames\fR ( const TQString & filter = TQString::null, const TQString & dir = TQString::null, TQWidget * parent = 0, const char * name = 0, const TQString & caption = TQString::null, TQString * selectedFilter = 0, bool resolveSymlinks = TRUE )"
+.BI "TQStringList \fBgetOpenFileNames\fR ( const TQString & filter = TQString::null, const TQString & dir = TQString::null, TQWidget * parent = 0, const char * name = 0, const TQString & caption = TQString::null, TQString * selectedFilter = 0, bool resolveSymlinks = TRUE )"
.br
.ti -1c
.BI "void \fBsetIconProvider\fR ( QFileIconProvider * provider )"
@@ -199,7 +199,7 @@ Inherits QDialog.
.BI "TQString \fBselectedFile\fR - the name of the selected file \fI(read " "only" ")\fR"
.br
.ti -1c
-.BI "QStringList \fBselectedFiles\fR - the list of selected files \fI(read " "only" ")\fR"
+.BI "TQStringList \fBselectedFiles\fR - the list of selected files \fI(read " "only" ")\fR"
.br
.ti -1c
.BI "TQString \fBselectedFilter\fR - the filter which the user has selected in the file dialog \fI(read " "only" ")\fR"
@@ -301,7 +301,7 @@ The last important function you will need to use when creating your own file dia
.PP
In the above example, a modal file dialog is created and shown. If the user clicked OK, then the file they selected is put in \fCfileName\fR.
.PP
-If you are using the ExistingFiles mode then you will need to use selectedFiles() which will return the selected files in a QStringList.
+If you are using the ExistingFiles mode then you will need to use selectedFiles() which will return the selected files in a TQStringList.
.PP
The dialog's working directory can be set with setDir(). The display of hidden files is controlled with setShowHiddenFiles(). The dialog can be forced to re-read the directory with rereadDir() and re-sort the directory with resortDir(). All the files in the current directory can be selected with selectAll().
.SH "Creating and using preview widgets"
@@ -496,7 +496,7 @@ See also fileSelected() and filesSelected().
This signal is emitted when the user selects a file.
.PP
See also filesSelected(), fileHighlighted(), and selectedFile.
-.SH "void QFileDialog::filesSelected ( const QStringList & )\fC [signal]\fR"
+.SH "void QFileDialog::filesSelected ( const TQStringList & )\fC [signal]\fR"
This signal is emitted when the user selects one or more files in \fIExistingFiles\fR mode.
.PP
See also fileSelected(), fileHighlighted(), and selectedFiles.
@@ -569,12 +569,12 @@ See also getOpenFileNames(), getSaveFileName(), and getExistingDirectory().
.PP
Examples:
.)l action/application.cpp, addressbook/mainwindow.cpp, application/application.cpp, distributor/distributor.ui.h, network/ftpclient/ftpmainwindow.ui.h, qwerty/qwerty.cpp, and showimg/showimg.cpp.
-.SH "QStringList QFileDialog::getOpenFileNames ( const TQString & filter = TQString::null, const TQString & dir = TQString::null, TQWidget * parent = 0, const char * name = 0, const TQString & caption = TQString::null, TQString * selectedFilter = 0, bool resolveSymlinks = TRUE )\fC [static]\fR"
+.SH "TQStringList QFileDialog::getOpenFileNames ( const TQString & filter = TQString::null, const TQString & dir = TQString::null, TQWidget * parent = 0, const char * name = 0, const TQString & caption = TQString::null, TQString * selectedFilter = 0, bool resolveSymlinks = TRUE )\fC [static]\fR"
This is a convenience static function that will return one or more existing files selected by the user.
.PP
.nf
.br
- QStringList files = QFileDialog::getOpenFileNames(
+ TQStringList files = QFileDialog::getOpenFileNames(
.br
"Images (*.png *.xpm *.jpg)",
.br
@@ -602,9 +602,9 @@ Note that if you want to iterate over the list of files, you should iterate over
.PP
.nf
.br
- QStringList list = files;
+ TQStringList list = files;
.br
- QStringList::Iterator it = list.begin();
+ TQStringList::Iterator it = list.begin();
.br
while( it != list.end() ) {
.br
@@ -676,7 +676,7 @@ See also rereadDir().
If \fIb\fR is TRUE then all the files in the current directory are selected; otherwise, they are deselected.
.SH "TQString QFileDialog::selectedFile () const"
Returns the name of the selected file. See the "selectedFile" property for details.
-.SH "QStringList QFileDialog::selectedFiles () const"
+.SH "TQStringList QFileDialog::selectedFiles () const"
Returns the list of selected files. See the "selectedFiles" property for details.
.SH "TQString QFileDialog::selectedFilter () const"
Returns the filter which the user has selected in the file dialog. See the "selectedFilter" property for details.
@@ -796,7 +796,7 @@ Sets the filters used in the file dialog to \fIfilters\fR. Each group of filters
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
\fItypes\fR must be a null-terminated list of strings.
-.SH "void QFileDialog::setFilters ( const QStringList & )\fC [slot]\fR"
+.SH "void QFileDialog::setFilters ( const TQStringList & )\fC [slot]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.SH "void QFileDialog::setIconProvider ( QFileIconProvider * provider )\fC [static]\fR"
Sets the QFileIconProvider used by the file dialog to \fIprovider\fR.
@@ -948,7 +948,7 @@ If a file was selected selectedFile contains the file's name including its absol
See also TQString::isEmpty(), selectedFiles, and selectedFilter.
.PP
Get this property's value with selectedFile().
-.SH "QStringList selectedFiles"
+.SH "TQStringList selectedFiles"
This property holds the list of selected files.
.PP
If one or more files are selected, selectedFiles contains their names including their absolute paths. If no files are selected or the mode isn't ExistingFiles selectedFiles is an empty list.
@@ -959,9 +959,9 @@ Note that if you want to iterate over the list, you should iterate over a copy,
.PP
.nf
.br
- QStringList list = myFileDialog.selectedFiles();
+ TQStringList list = myFileDialog.selectedFiles();
.br
- QStringList::Iterator it = list.begin();
+ TQStringList::Iterator it = list.begin();
.br
while( it != list.end() ) {
.br