summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwidgetplugin.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqwidgetplugin.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz
tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqwidgetplugin.3qt')
-rw-r--r--doc/man/man3/tqwidgetplugin.3qt42
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/man/man3/tqwidgetplugin.3qt b/doc/man/man3/tqwidgetplugin.3qt
index 8689dd48..2f263c84 100644
--- a/doc/man/man3/tqwidgetplugin.3qt
+++ b/doc/man/man3/tqwidgetplugin.3qt
@@ -7,7 +7,7 @@
.ad l
.nh
.SH NAME
-QWidgetPlugin \- Abstract base for custom QWidget plugins
+QWidgetPlugin \- Abstract base for custom TQWidget plugins
.SH SYNOPSIS
\fC#include <ntqwidgetplugin.h>\fR
.PP
@@ -23,29 +23,29 @@ QWidgetPlugin \- Abstract base for custom QWidget plugins
.BI "virtual QStringList \fBkeys\fR () const = 0"
.br
.ti -1c
-.BI "virtual QWidget * \fBcreate\fR ( const QString & key, QWidget * parent = 0, const char * name = 0 ) = 0"
+.BI "virtual TQWidget * \fBcreate\fR ( const TQString & key, TQWidget * parent = 0, const char * name = 0 ) = 0"
.br
.ti -1c
-.BI "virtual QString \fBgroup\fR ( const QString & key ) const"
+.BI "virtual TQString \fBgroup\fR ( const TQString & key ) const"
.br
.ti -1c
-.BI "virtual QIconSet \fBiconSet\fR ( const QString & key ) const"
+.BI "virtual QIconSet \fBiconSet\fR ( const TQString & key ) const"
.br
.ti -1c
-.BI "virtual QString \fBincludeFile\fR ( const QString & key ) const"
+.BI "virtual TQString \fBincludeFile\fR ( const TQString & key ) const"
.br
.ti -1c
-.BI "virtual QString \fBtoolTip\fR ( const QString & key ) const"
+.BI "virtual TQString \fBtoolTip\fR ( const TQString & key ) const"
.br
.ti -1c
-.BI "virtual QString \fBwhatsThis\fR ( const QString & key ) const"
+.BI "virtual TQString \fBwhatsThis\fR ( const TQString & key ) const"
.br
.ti -1c
-.BI "virtual bool \fBisContainer\fR ( const QString & key ) const"
+.BI "virtual bool \fBisContainer\fR ( const TQString & key ) const"
.br
.in -1c
.SH DESCRIPTION
-The QWidgetPlugin class provides an abstract base for custom QWidget plugins.
+The QWidgetPlugin class provides an abstract base for custom TQWidget plugins.
.PP
The widget plugin is a simple plugin interface that makes it easy to create custom widgets that can be included in forms using TQt Designer and used by applications.
.PP
@@ -63,23 +63,23 @@ Constructs a widget plugin. This is invoked automatically by the \fCQ_EXPORT_PLU
Destroys the widget plugin.
.PP
You never have to call this explicitly. TQt destroys a plugin automatically when it is no longer used.
-.SH "QWidget * QWidgetPlugin::create ( const QString & key, QWidget * parent = 0, const char * name = 0 )\fC [pure virtual]\fR"
-Creates and returns a QWidget object for the widget key \fIkey\fR. The widget key is the class name of the required widget. The \fIname\fR and \fIparent\fR arguments are passed to the custom widget's constructor.
+.SH "TQWidget * QWidgetPlugin::create ( const TQString & key, TQWidget * parent = 0, const char * name = 0 )\fC [pure virtual]\fR"
+Creates and returns a TQWidget object for the widget key \fIkey\fR. The widget key is the class name of the required widget. The \fIname\fR and \fIparent\fR arguments are passed to the custom widget's constructor.
.PP
See also keys().
-.SH "QString QWidgetPlugin::group ( const QString & key ) const\fC [virtual]\fR"
+.SH "TQString QWidgetPlugin::group ( const TQString & key ) const\fC [virtual]\fR"
Returns the group (toolbar name) that the custom widget of class \fIkey\fR should be part of when \fIQt Designer\fR loads it.
.PP
-The default implementation returns QString::null.
-.SH "QIconSet QWidgetPlugin::iconSet ( const QString & key ) const\fC [virtual]\fR"
+The default implementation returns TQString::null.
+.SH "QIconSet QWidgetPlugin::iconSet ( const TQString & key ) const\fC [virtual]\fR"
Returns the iconset that \fIQt Designer\fR should use to represent the custom widget of class \fIkey\fR in the toolbar.
.PP
The default implementation returns an null iconset.
-.SH "QString QWidgetPlugin::includeFile ( const QString & key ) const\fC [virtual]\fR"
+.SH "TQString QWidgetPlugin::includeFile ( const TQString & key ) const\fC [virtual]\fR"
Returns the name of the include file that \fIQt Designer\fR and \fCuic\fR should use to include the custom widget of class \fIkey\fR in generated code.
.PP
-The default implementation returns QString::null.
-.SH "bool QWidgetPlugin::isContainer ( const QString & key ) const\fC [virtual]\fR"
+The default implementation returns TQString::null.
+.SH "bool QWidgetPlugin::isContainer ( const TQString & key ) const\fC [virtual]\fR"
Returns TRUE if the custom widget of class \fIkey\fR can contain other widgets, e.g. like QFrame; otherwise returns FALSE.
.PP
The default implementation returns FALSE.
@@ -89,14 +89,14 @@ Returns the list of widget keys this plugin supports.
These keys must be the class names of the custom widgets that are implemented in the plugin.
.PP
See also create().
-.SH "QString QWidgetPlugin::toolTip ( const QString & key ) const\fC [virtual]\fR"
+.SH "TQString QWidgetPlugin::toolTip ( const TQString & key ) const\fC [virtual]\fR"
Returns the text of the tooltip that \fIQt Designer\fR should use for the custom widget of class \fIkey\fR's toolbar button.
.PP
-The default implementation returns QString::null.
-.SH "QString QWidgetPlugin::whatsThis ( const QString & key ) const\fC [virtual]\fR"
+The default implementation returns TQString::null.
+.SH "TQString QWidgetPlugin::whatsThis ( const TQString & key ) const\fC [virtual]\fR"
Returns the text of the whatsThis text that \fIQt Designer\fR should use when the user requests whatsThis help for the custom widget of class \fIkey\fR.
.PP
-The default implementation returns QString::null.
+The default implementation returns TQString::null.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/ntqwidgetplugin.html