From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqwidgetplugin.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/html/tqwidgetplugin.html') diff --git a/doc/html/tqwidgetplugin.html b/doc/html/tqwidgetplugin.html index 366c57c87..c05d569b1 100644 --- a/doc/html/tqwidgetplugin.html +++ b/doc/html/tqwidgetplugin.html @@ -80,7 +80,7 @@ Destroys the widget plugin.

You never have to call this explicitly. TQt destroys a plugin automatically when it is no longer used. -

TQWidget * TQWidgetPlugin::create ( const TQString & key, TQWidget * parent = 0, const char * name = 0 ) [pure virtual] +

TQWidget * TQWidgetPlugin::create ( const TQString & key, TQWidget * parent = 0, const char * name = 0 ) [pure virtual]

Creates and returns a TQWidget object for the widget key key. @@ -88,31 +88,31 @@ The widget key is the class name of the required widget. The name and < constructor.

See also keys(). -

TQString TQWidgetPlugin::group ( const TQString & key ) const [virtual] +

TQString TQWidgetPlugin::group ( const TQString & key ) const [virtual]

Returns the group (toolbar name) that the custom widget of class key should be part of when TQt Designer loads it. -

The default implementation returns TQString::null. +

The default implementation returns TQString::null. -

TQIconSet TQWidgetPlugin::iconSet ( const TQString & key ) const [virtual] +

TQIconSet TQWidgetPlugin::iconSet ( const TQString & key ) const [virtual]

Returns the iconset that TQt Designer should use to represent the custom widget of class key in the toolbar.

The default implementation returns an null iconset. -

TQString TQWidgetPlugin::includeFile ( const TQString & key ) const [virtual] +

TQString TQWidgetPlugin::includeFile ( const TQString & key ) const [virtual]

Returns the name of the include file that TQt Designer and uic should use to include the custom widget of class key in generated code. -

The default implementation returns TQString::null. +

The default implementation returns TQString::null. -

bool TQWidgetPlugin::isContainer ( const TQString & key ) const [virtual] +

bool TQWidgetPlugin::isContainer ( const TQString & key ) const [virtual]

Returns TRUE if the custom widget of class key can contain other widgets, e.g. like TQFrame; otherwise returns FALSE.

The default implementation returns FALSE. -

TQStringList TQWidgetPlugin::keys () const [pure virtual] +

TQStringList TQWidgetPlugin::keys () const [pure virtual]

Returns the list of widget keys this plugin supports. @@ -120,18 +120,18 @@ other widgets, e.g. like TQFrame; otherwise returns implemented in the plugin.

See also create(). -

TQString TQWidgetPlugin::toolTip ( const TQString & key ) const [virtual] +

TQString TQWidgetPlugin::toolTip ( const TQString & key ) const [virtual]

Returns the text of the tooltip that TQt Designer should use for the custom widget of class key's toolbar button. -

The default implementation returns TQString::null. +

The default implementation returns TQString::null. -

TQString TQWidgetPlugin::whatsThis ( const TQString & key ) const [virtual] +

TQString TQWidgetPlugin::whatsThis ( const TQString & key ) const [virtual]

Returns the text of the whatsThis text that TQt Designer should use when the user requests whatsThis help for the custom widget of class key. -

The default implementation returns TQString::null. +

The default implementation returns TQString::null.


-- cgit v1.2.3