summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtoolbutton.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 14:55:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-12 19:18:49 +0900
commitccbc1c3572fd0e26480c1432fff55d2909545538 (patch)
tree2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/html/ntqtoolbutton.html
parent0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff)
downloadtqt-ccbc1c35.tar.gz
tqt-ccbc1c35.zip
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqtoolbutton.html')
-rw-r--r--doc/html/ntqtoolbutton.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqtoolbutton.html b/doc/html/ntqtoolbutton.html
index c2c3fcf6a..10c52bbb9 100644
--- a/doc/html/ntqtoolbutton.html
+++ b/doc/html/ntqtoolbutton.html
@@ -104,7 +104,7 @@ with a TQToolButton as toggle button (see <a href="#setToggleButton">setToggleBu
draws a 3D frame only when the mouse points at it. The feature is
automatically turned on when a button is used inside a TQToolBar.
Change it with <a href="#setAutoRaise">setAutoRaise</a>().
-<p> A tool button's icon is set as <a href="ntqiconset.html">TQIconSet</a>. This makes it possible to
+<p> A tool button's icon is set as <a href="tqiconset.html">TQIconSet</a>. This makes it possible to
specify different pixmaps for the disabled and active state. The
disabled pixmap is used when the button's functionality is not
available. The active pixmap is displayed when the button is
@@ -140,7 +140,7 @@ tool button's icon.
</h3>
Constructs an empty tool button called <em>name</em>, with parent <em>parent</em>.
-<h3 class=fn><a name="TQToolButton-2"></a>TQToolButton::TQToolButton ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;textLabel, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;grouptext, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;slot, <a href="ntqtoolbar.html">TQToolBar</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQToolButton-2"></a>TQToolButton::TQToolButton ( const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;textLabel, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;grouptext, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;slot, <a href="ntqtoolbar.html">TQToolBar</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a tool button called <em>name</em>, that is a child of <em>parent</em> (which must be a <a href="ntqtoolbar.html">TQToolBar</a>).
<p> The tool button will display <em>iconSet</em>, with its text label and
@@ -160,7 +160,7 @@ Destroys the object and frees any allocated resources.
<h3 class=fn>bool <a name="autoRaise"></a>TQToolButton::autoRaise () const
</h3><p>Returns TRUE if auto-raising is enabled; otherwise returns FALSE.
See the <a href="ntqtoolbutton.html#autoRaise-prop">"autoRaise"</a> property for details.
-<h3 class=fn><a href="ntqiconset.html">TQIconSet</a> <a name="iconSet"></a>TQToolButton::iconSet () const
+<h3 class=fn><a href="tqiconset.html">TQIconSet</a> <a name="iconSet"></a>TQToolButton::iconSet () const
</h3><p>Returns the icon set providing the icon shown on the button.
See the <a href="ntqtoolbutton.html#iconSet-prop">"iconSet"</a> property for details.
@@ -182,7 +182,7 @@ See the <a href="ntqtoolbutton.html#popupDelay-prop">"popupDelay"</a> property f
<h3 class=fn>void <a name="setAutoRaise"></a>TQToolButton::setAutoRaise ( bool&nbsp;enable )
</h3><p>Sets whether auto-raising is enabled to <em>enable</em>.
See the <a href="ntqtoolbutton.html#autoRaise-prop">"autoRaise"</a> property for details.
-<h3 class=fn>void <a name="setIconSet"></a>TQToolButton::setIconSet ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setIconSet"></a>TQToolButton::setIconSet ( const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the icon set providing the icon shown on the button.
See the <a href="ntqtoolbutton.html#iconSet-prop">"iconSet"</a> property for details.
@@ -261,7 +261,7 @@ See the <a href="ntqtoolbutton.html#usesTextLabel-prop">"usesTextLabel"</a> prop
<p>Get this property with <a href="tqwidget.html#backgroundMode">backgroundMode</a>().
<p> <p>See also <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>.
-<p><h3 class=fn><a href="ntqiconset.html">TQIconSet</a> <a name="iconSet-prop"></a>iconSet</h3>
+<p><h3 class=fn><a href="tqiconset.html">TQIconSet</a> <a name="iconSet-prop"></a>iconSet</h3>
<p>This property holds the icon set providing the icon shown on the button.
<p>Setting this property sets <a href="#pixmap-prop">TQToolButton::pixmap</a> to a null
pixmap. There is no default iconset.