summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqwidgetfactory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqwidgetfactory.html')
-rw-r--r--doc/html/ntqwidgetfactory.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqwidgetfactory.html b/doc/html/ntqwidgetfactory.html
index 752e4521..22ea62a2 100644
--- a/doc/html/ntqwidgetfactory.html
+++ b/doc/html/ntqwidgetfactory.html
@@ -64,7 +64,7 @@ You can do this using the static function <a href="#create">TQWidgetFactory::cre
This function also performs signal and slot connections, tab
ordering, etc., as defined in the .ui file, and returns the
top-level widget in the .ui file. After creating the widget you can
-use <a href="ntqobject.html#child">TQObject::child</a>() and <a href="ntqobject.html#queryList">TQObject::queryList</a>() to access child
+use <a href="tqobject.html#child">TQObject::child</a>() and <a href="tqobject.html#queryList">TQObject::queryList</a>() to access child
widgets of this returned widget.
<p> <li> Adding additional widget factories to be able to create custom
widgets. See <a href="#createWidget">createWidget</a>() for details.
@@ -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="ntqwidget.html">TQWidget</a>&nbsp;* <a name="create"></a>TQWidgetFactory::create ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;uiFile, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;connector = 0, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )<tt> [static]</tt>
+<h3 class=fn><a href="ntqwidget.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="ntqwidget.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
@@ -100,13 +100,13 @@ and returns the top-level widget in that description. <em>parent</em> and
ordering, etc., as described in the .ui file. In <em>TQt Designer</em> it
is possible to add custom slots to a form and connect to them. If
you want these connections to be made, you must create a class
-derived from <a href="ntqobject.html">TQObject</a>, which implements all these slots. Then pass an
+derived from <a href="tqobject.html">TQObject</a>, which implements all these slots. Then pass an
instance of the object as <em>connector</em> to this function. If you do
this, the connections to the custom slots will be done using the <em>connector</em> as slot.
<p> If something fails, 0 is returned.
<p> The ownership of the returned widget is passed to the caller.
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="create-2"></a>TQWidgetFactory::create ( <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;connector = 0, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )<tt> [static]</tt>
+<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="create-2"></a>TQWidgetFactory::create ( <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;connector = 0, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )<tt> [static]</tt>
</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>.