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/html/tqwidgetfactory.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-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/html/tqwidgetfactory.html')
-rw-r--r-- | doc/html/tqwidgetfactory.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqwidgetfactory.html b/doc/html/tqwidgetfactory.html index 433a82739..772ad6ee0 100644 --- a/doc/html/tqwidgetfactory.html +++ b/doc/html/tqwidgetfactory.html @@ -91,7 +91,7 @@ Destructor. additional widgets that can then be created using a TQWidgetFactory. See <a href="#createWidget">createWidget</a>() for further details. -<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="create"></a>TQWidgetFactory::create ( const <a href="ntqstring.html">TQString</a> & uiFile, <a href="tqobject.html">TQObject</a> * connector = 0, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="create"></a>TQWidgetFactory::create ( const <a href="tqstring.html">TQString</a> & uiFile, <a href="tqobject.html">TQObject</a> * connector = 0, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> <p> Loads the <em>TQt Designer</em> user interface description file <em>uiFile</em> and returns the top-level widget in that description. <em>parent</em> and @@ -110,7 +110,7 @@ this, the connections to the custom slots will be done using the <em>connector</ </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Loads the user interface description from device <em>dev</em>. -<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="createWidget"></a>TQWidgetFactory::createWidget ( const <a href="ntqstring.html">TQString</a> & className, <a href="tqwidget.html">TQWidget</a> * parent, const char * name ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="createWidget"></a>TQWidgetFactory::createWidget ( const <a href="tqstring.html">TQString</a> & className, <a href="tqwidget.html">TQWidget</a> * parent, const char * name ) const<tt> [virtual]</tt> </h3> Creates a widget of the type <em>className</em> passing <em>parent</em> and <em>name</em> to its constructor. <p> If <em>className</em> is a widget in the TQt library, it is directly @@ -140,7 +140,7 @@ factory to create widgets do a: where MyWidgetFactory is your TQWidgetFactory subclass. <p> </ol> -<h3 class=fn>void <a name="loadImages"></a>TQWidgetFactory::loadImages ( const <a href="ntqstring.html">TQString</a> & dir )<tt> [static]</tt> +<h3 class=fn>void <a name="loadImages"></a>TQWidgetFactory::loadImages ( const <a href="tqstring.html">TQString</a> & dir )<tt> [static]</tt> </h3> If you use a pixmap collection (which is the default for new projects) rather than saving the pixmaps within the .ui XML file, @@ -150,10 +150,10 @@ manually, or call this function and specify the directory where the images can be found, as <em>dir</em>. This is normally the directory called <tt>images</tt> in the project's directory. -<h3 class=fn>bool <a name="supportsWidget"></a>TQWidgetFactory::supportsWidget ( const <a href="ntqstring.html">TQString</a> & widget )<tt> [static]</tt> +<h3 class=fn>bool <a name="supportsWidget"></a>TQWidgetFactory::supportsWidget ( const <a href="tqstring.html">TQString</a> & widget )<tt> [static]</tt> </h3> Returns TRUE if the widget factory can create the specified <em>widget</em>; otherwise returns FALSE. -<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="widgets"></a>TQWidgetFactory::widgets ()<tt> [static]</tt> +<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="widgets"></a>TQWidgetFactory::widgets ()<tt> [static]</tt> </h3> Returns the names of the widgets this factory can create. <!-- eof --> <hr><p> |