summaryrefslogtreecommitdiffstats
path: root/doc/html/tqwidgetfactory.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqwidgetfactory.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-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.html10
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>&nbsp;* <a name="create"></a>TQWidgetFactory::create ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;uiFile, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;connector = 0, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )<tt> [static]</tt>
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="create"></a>TQWidgetFactory::create ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;uiFile, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;connector = 0, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;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>&nbsp;* <a name="createWidget"></a>TQWidgetFactory::createWidget ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;className, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name ) const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="createWidget"></a>TQWidgetFactory::createWidget ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;className, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;dir )<tt> [static]</tt>
+<h3 class=fn>void <a name="loadImages"></a>TQWidgetFactory::loadImages ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;widget )<tt> [static]</tt>
+<h3 class=fn>bool <a name="supportsWidget"></a>TQWidgetFactory::supportsWidget ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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>