summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqaction.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/ntqaction.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/ntqaction.html')
-rw-r--r--doc/html/ntqaction.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/html/ntqaction.html b/doc/html/ntqaction.html
index 075166e96..64ba4b3cd 100644
--- a/doc/html/ntqaction.html
+++ b/doc/html/ntqaction.html
@@ -174,7 +174,7 @@ a widget, or an action group whose parent is a widget.
<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-2"></a>TQAction::TQAction ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQAction-2"></a>TQAction::TQAction ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
This constructor results in an icon-less action with the the menu
text <em>menuText</em> and keyboard accelerator <em>accel</em>. It is a child
@@ -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&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQAction-3"></a>TQAction::TQAction ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;toggle = FALSE )
+<h3 class=fn><a name="TQAction-4"></a>TQAction::TQAction ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;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
@@ -228,7 +228,7 @@ a widget, or an action group whose parent is a widget.
tips unless you provide specific text for these using <a href="#setToolTip">setToolTip</a>()
and <a href="#setStatusTip">setStatusTip</a>().
-<h3 class=fn><a name="TQAction-5"></a>TQAction::TQAction ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;toggle = FALSE )
+<h3 class=fn><a name="TQAction-5"></a>TQAction::TQAction ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;menuText, <a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;accel, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;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 results in an icon-less action with the
description <em>text</em>, the menu text <em>menuText</em> and the keyboard
@@ -314,7 +314,7 @@ See the <a href="ntqaction.html#toggleAction-prop">"toggleAction"</a> property f
<h3 class=fn>bool <a name="isVisible"></a>TQAction::isVisible () const
</h3><p>Returns TRUE if the action can be seen (e.g. in menus and toolbars); otherwise returns FALSE.
See the <a href="ntqaction.html#visible-prop">"visible"</a> property for details.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="menuText"></a>TQAction::menuText () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="menuText"></a>TQAction::menuText () const
</h3><p>Returns the action's menu text.
See the <a href="ntqaction.html#menuText-prop">"menuText"</a> property for details.
<h3 class=fn>bool <a name="removeFrom"></a>TQAction::removeFrom ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [virtual]</tt>
@@ -339,34 +339,34 @@ See the <a href="ntqaction.html#enabled-prop">"enabled"</a> property for details
<h3 class=fn>void <a name="setIconSet"></a>TQAction::setIconSet ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp; )<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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setMenuText"></a>TQAction::setMenuText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the action's menu text.
See the <a href="ntqaction.html#menuText-prop">"menuText"</a> property for details.
<h3 class=fn>void <a name="setOn"></a>TQAction::setOn ( bool )<tt> [virtual slot]</tt>
</h3><p>Sets whether a toggle action is on.
See the <a href="ntqaction.html#on-prop">"on"</a> property for details.
-<h3 class=fn>void <a name="setStatusTip"></a>TQAction::setStatusTip ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setStatusTip"></a>TQAction::setStatusTip ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the action's status tip.
See the <a href="ntqaction.html#statusTip-prop">"statusTip"</a> property for details.
-<h3 class=fn>void <a name="setText"></a>TQAction::setText ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setText"></a>TQAction::setText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the action's descriptive text.
See the <a href="ntqaction.html#text-prop">"text"</a> property for details.
<h3 class=fn>void <a name="setToggleAction"></a>TQAction::setToggleAction ( bool )<tt> [virtual]</tt>
</h3><p>Sets whether the action is a toggle action.
See the <a href="ntqaction.html#toggleAction-prop">"toggleAction"</a> property for details.
-<h3 class=fn>void <a name="setToolTip"></a>TQAction::setToolTip ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setToolTip"></a>TQAction::setToolTip ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the action's tool tip.
See the <a href="ntqaction.html#toolTip-prop">"toolTip"</a> property for details.
<h3 class=fn>void <a name="setVisible"></a>TQAction::setVisible ( bool )<tt> [slot]</tt>
</h3><p>Sets whether the action can be seen (e.g. in menus and toolbars).
See the <a href="ntqaction.html#visible-prop">"visible"</a> property for details.
-<h3 class=fn>void <a name="setWhatsThis"></a>TQAction::setWhatsThis ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setWhatsThis"></a>TQAction::setWhatsThis ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the action's "What's This?" help text.
See the <a href="ntqaction.html#whatsThis-prop">"whatsThis"</a> property for details.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="statusTip"></a>TQAction::statusTip () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="statusTip"></a>TQAction::statusTip () const
</h3><p>Returns the action's status tip.
See the <a href="ntqaction.html#statusTip-prop">"statusTip"</a> property for details.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQAction::text () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQAction::text () const
</h3><p>Returns the action's descriptive text.
See the <a href="ntqaction.html#text-prop">"text"</a> property for details.
<h3 class=fn>void <a name="toggle"></a>TQAction::toggle ()<tt> [slot]</tt>
@@ -395,10 +395,10 @@ indicate the state, e.g.
<p> <p>See also <a href="#activated">activated</a>(), <a href="#toggleAction-prop">toggleAction</a>, and <a href="#on-prop">on</a>.
<p>Example: <a href="ntqaction.html#x2108">action/toggleaction/toggleaction.cpp</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toolTip"></a>TQAction::toolTip () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toolTip"></a>TQAction::toolTip () const
</h3><p>Returns the action's tool tip.
See the <a href="ntqaction.html#toolTip-prop">"toolTip"</a> property for details.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="whatsThis"></a>TQAction::whatsThis () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="whatsThis"></a>TQAction::whatsThis () const
</h3><p>Returns the action's "What's This?" help text.
See the <a href="ntqaction.html#whatsThis-prop">"whatsThis"</a> property for details.
<hr><h2>Property Documentation</h2>
@@ -427,7 +427,7 @@ the icon of the action is cleared.
<p> (See the action/toggleaction/toggleaction.cpp example.)
<p>
<p>Set this property's value with <a href="#setIconSet">setIconSet</a>() and get this property's value with <a href="#iconSet">iconSet</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="menuText-prop"></a>menuText</h3>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="menuText-prop"></a>menuText</h3>
<p>This property holds the action's menu text.
<p>If the action is added to a menu the menu option will consist of
the icon (if there is one), the menu text and the accelerator (if
@@ -446,7 +446,7 @@ off (FALSE).
<p> <p>See also <a href="#toggleAction-prop">toggleAction</a>.
<p>Set this property's value with <a href="#setOn">setOn</a>() and get this property's value with <a href="#isOn">isOn</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="statusTip-prop"></a>statusTip</h3>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="statusTip-prop"></a>statusTip</h3>
<p>This property holds the action's status tip.
<p>The statusTip is displayed on all status bars that this action's
toplevel parent widget provides.
@@ -455,7 +455,7 @@ toplevel parent widget provides.
<p> <p>See also <a href="#statusTip-prop">statusTip</a> and <a href="#toolTip-prop">toolTip</a>.
<p>Set this property's value with <a href="#setStatusTip">setStatusTip</a>() and get this property's value with <a href="#statusTip">statusTip</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text-prop"></a>text</h3>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-prop"></a>text</h3>
<p>This property holds the action's descriptive text.
<p>If <a href="ntqmainwindow.html#usesTextLabel-prop">TQMainWindow::usesTextLabel</a> is TRUE, the text appears as a
label in the relevant tool button. It also serves as the default
@@ -478,7 +478,7 @@ exclusive toggling, add the relevant toggle actions to a
TRUE.
<p>Set this property's value with <a href="#setToggleAction">setToggleAction</a>() and get this property's value with <a href="#isToggleAction">isToggleAction</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toolTip-prop"></a>toolTip</h3>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toolTip-prop"></a>toolTip</h3>
<p>This property holds the action's tool tip.
<p>This text is used for the tool tip. If no status tip has been set
the tool tip will be used for the status tip.
@@ -498,7 +498,7 @@ action cannot be seen or chosen by the user.
appear at all.
<p>Set this property's value with <a href="#setVisible">setVisible</a>() and get this property's value with <a href="#isVisible">isVisible</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="whatsThis-prop"></a>whatsThis</h3>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="whatsThis-prop"></a>whatsThis</h3>
<p>This property holds the action's "What's This?" help text.
<p>The whats this text is used to provide a brief description of the
action. The text may contain rich text (HTML-like tags -- see