diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tqwidgetfactory.3qt | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt-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/tqwidgetfactory.3qt')
-rw-r--r-- | doc/man/man3/tqwidgetfactory.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqwidgetfactory.3qt b/doc/man/man3/tqwidgetfactory.3qt index b5231a0d3..91ce16128 100644 --- a/doc/man/man3/tqwidgetfactory.3qt +++ b/doc/man/man3/tqwidgetfactory.3qt @@ -38,7 +38,7 @@ TQWidgetFactory \- For the dynamic creation of widgets from TQt Designer .ui fil .BI "void \fBloadImages\fR ( const TQString & dir )" .br .ti -1c -.BI "QStringList \fBwidgets\fR ()" +.BI "TQStringList \fBwidgets\fR ()" .br .ti -1c .BI "bool \fBsupportsWidget\fR ( const TQString & widget )" @@ -106,7 +106,7 @@ where MyWidgetFactory is your TQWidgetFactory subclass. If you use a pixmap collection (which is the default for new projects) rather than saving the pixmaps within the .ui XML file, you must load the pixmap collection. TQWidgetFactory looks in the default QMimeSourceFactory for the pixmaps. Either add it there manually, or call this function and specify the directory where the images can be found, as \fIdir\fR. This is normally the directory called \fCimages\fR in the project's directory. .SH "bool TQWidgetFactory::supportsWidget ( const TQString & widget )\fC [static]\fR" Returns TRUE if the widget factory can create the specified \fIwidget\fR; otherwise returns FALSE. -.SH "QStringList TQWidgetFactory::widgets ()\fC [static]\fR" +.SH "TQStringList TQWidgetFactory::widgets ()\fC [static]\fR" Returns the names of the widgets this factory can create. .SH "SEE ALSO" |