diff options
Diffstat (limited to 'doc/html/tqeditorfactory.html')
-rw-r--r-- | doc/html/tqeditorfactory.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqeditorfactory.html b/doc/html/tqeditorfactory.html index 4e0732c35..1f7144946 100644 --- a/doc/html/tqeditorfactory.html +++ b/doc/html/tqeditorfactory.html @@ -57,7 +57,7 @@ for <a href="ntqvariant.html">TQVariant</a> data types. <p> <p> Each editor factory provides the <a href="#createEditor">createEditor</a>() function which -given a TQVariant will create and return a <a href="ntqwidget.html">TQWidget</a> that can edit +given a TQVariant will create and return a <a href="tqwidget.html">TQWidget</a> that can edit that TQVariant. For example if you have a TQVariant::String type, a <a href="ntqlineedit.html">TQLineEdit</a> would be the default editor returned, whereas a TQVariant::Int's default editor would be a <a href="ntqspinbox.html">TQSpinBox</a>. @@ -75,7 +75,7 @@ Constructs an editor factory with parent <em>parent</em>, called <em>name</em>. </h3> Destroys the object and frees any allocated resources. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="createEditor"></a>TQEditorFactory::createEditor ( <a href="ntqwidget.html">TQWidget</a> * parent, const <a href="ntqvariant.html">TQVariant</a> & v )<tt> [virtual]</tt> +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="createEditor"></a>TQEditorFactory::createEditor ( <a href="tqwidget.html">TQWidget</a> * parent, const <a href="ntqvariant.html">TQVariant</a> & v )<tt> [virtual]</tt> </h3> Creates and returns the appropriate editor for the <a href="ntqvariant.html">TQVariant</a> <em>v</em>. If the TQVariant is invalid, 0 is returned. The <em>parent</em> is passed |