diff options
Diffstat (limited to 'doc/man/man3/tqwidgetfactory.3qt')
-rw-r--r-- | doc/man/man3/tqwidgetfactory.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqwidgetfactory.3qt b/doc/man/man3/tqwidgetfactory.3qt index 7f6aa4262..bce5849df 100644 --- a/doc/man/man3/tqwidgetfactory.3qt +++ b/doc/man/man3/tqwidgetfactory.3qt @@ -105,7 +105,7 @@ where MyWidgetFactory is your TQWidgetFactory subclass. .SH "void TQWidgetFactory::loadImages ( const TQString & dir )\fC [static]\fR" 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 TQMimeSourceFactory 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. +Returns true if the widget factory can create the specified \fIwidget\fR; otherwise returns false. .SH "TQStringList TQWidgetFactory::widgets ()\fC [static]\fR" Returns the names of the widgets this factory can create. |