diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/html/ntqaction.html | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.tar.gz tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.zip |
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqaction.html')
-rw-r--r-- | doc/html/ntqaction.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqaction.html b/doc/html/ntqaction.html index 64ba4b3cd..1f28dcb63 100644 --- a/doc/html/ntqaction.html +++ b/doc/html/ntqaction.html @@ -193,7 +193,7 @@ these using <a href="#setToolTip">setToolTip</a>() and <a href="#setStatusTip">s <p> <b>Warning:</b> To prevent recursion, don't create an action as a child of a widget that the action is later added to. -<h3 class=fn><a name="TQAction-3"></a>TQAction::TQAction ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="tqstring.html">TQString</a> & menuText, <a href="ntqkeysequence.html">TQKeySequence</a> accel, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQAction-3"></a>TQAction::TQAction ( const <a href="tqiconset.html">TQIconSet</a> & icon, const <a href="tqstring.html">TQString</a> & menuText, <a href="ntqkeysequence.html">TQKeySequence</a> accel, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> This constructor creates an action with the following properties: the icon or iconset <em>icon</em>, the menu text <em>menuText</em> and @@ -213,7 +213,7 @@ these using <a href="#setToolTip">setToolTip</a>() and <a href="#setStatusTip">s <p> <b>Warning:</b> To prevent recursion, don't create an action as a child of a widget that the action is later added to. -<h3 class=fn><a name="TQAction-4"></a>TQAction::TQAction ( const <a href="tqstring.html">TQString</a> & text, const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="tqstring.html">TQString</a> & menuText, <a href="ntqkeysequence.html">TQKeySequence</a> accel, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0, bool toggle = FALSE ) +<h3 class=fn><a name="TQAction-4"></a>TQAction::TQAction ( const <a href="tqstring.html">TQString</a> & text, const <a href="tqiconset.html">TQIconSet</a> & icon, const <a href="tqstring.html">TQString</a> & menuText, <a href="ntqkeysequence.html">TQKeySequence</a> accel, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0, bool toggle = FALSE ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> This constructor creates an action with the following properties: the description <em>text</em>, the icon or iconset <em>icon</em>, the menu @@ -299,7 +299,7 @@ This is an overloaded member function, provided for convenience. It behaves esse created a menu item at the index position <em>index</em> in the popup menu <em>menu</em>. -<h3 class=fn><a href="ntqiconset.html">TQIconSet</a> <a name="iconSet"></a>TQAction::iconSet () const +<h3 class=fn><a href="tqiconset.html">TQIconSet</a> <a name="iconSet"></a>TQAction::iconSet () const </h3><p>Returns the action's icon. See the <a href="ntqaction.html#iconSet-prop">"iconSet"</a> property for details. <h3 class=fn>bool <a name="isEnabled"></a>TQAction::isEnabled () const @@ -336,7 +336,7 @@ enables the action. <h3 class=fn>void <a name="setEnabled"></a>TQAction::setEnabled ( bool )<tt> [virtual slot]</tt> </h3><p>Sets whether the action is enabled. See the <a href="ntqaction.html#enabled-prop">"enabled"</a> property for details. -<h3 class=fn>void <a name="setIconSet"></a>TQAction::setIconSet ( const <a href="ntqiconset.html">TQIconSet</a> & )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setIconSet"></a>TQAction::setIconSet ( const <a href="tqiconset.html">TQIconSet</a> & )<tt> [virtual]</tt> </h3><p>Sets the action's icon. See the <a href="ntqaction.html#iconSet-prop">"iconSet"</a> property for details. <h3 class=fn>void <a name="setMenuText"></a>TQAction::setMenuText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual]</tt> @@ -418,11 +418,11 @@ out. the <a href="#whatsThis-prop">TQAction::whatsThis</a> property is set. <p>Set this property's value with <a href="#setEnabled">setEnabled</a>() and get this property's value with <a href="#isEnabled">isEnabled</a>(). -<h3 class=fn><a href="ntqiconset.html">TQIconSet</a> <a name="iconSet-prop"></a>iconSet</h3> +<h3 class=fn><a href="tqiconset.html">TQIconSet</a> <a name="iconSet-prop"></a>iconSet</h3> <p>This property holds the action's icon. <p>The icon is used as the tool button icon and in the menu to the left of the menu text. There is no default icon. -<p> If a null icon (<a href="ntqiconset.html#isNull">TQIconSet::isNull</a>() is passed into this function, +<p> If a null icon (<a href="tqiconset.html#isNull">TQIconSet::isNull</a>() is passed into this function, the icon of the action is cleared. <p> (See the action/toggleaction/toggleaction.cpp example.) <p> |