summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqpushbutton.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/ntqpushbutton.html
parent0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff)
downloadtqt3-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/ntqpushbutton.html')
-rw-r--r--doc/html/ntqpushbutton.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqpushbutton.html b/doc/html/ntqpushbutton.html
index a7ef3c673..7fbfbbd24 100644
--- a/doc/html/ntqpushbutton.html
+++ b/doc/html/ntqpushbutton.html
@@ -189,7 +189,7 @@ constructor.
Constructs a push button called <em>name</em> with the parent <em>parent</em>
and the text <em>text</em>.
-<h3 class=fn><a name="TQPushButton-3"></a>TQPushButton::TQPushButton ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQPushButton-3"></a>TQPushButton::TQPushButton ( const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;icon, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a push button with an <em>icon</em> and a <em>text</em>.
<p> Note that you can also pass a <a href="ntqpixmap.html">TQPixmap</a> object as an icon (thanks to
@@ -231,7 +231,7 @@ Returns the group that this button belongs to.
returns 0.
<p> <p>See also <a href="ntqbuttongroup.html">TQButtonGroup</a>.
-<h3 class=fn><a href="ntqiconset.html">TQIconSet</a>&nbsp;* <a name="iconSet"></a>TQPushButton::iconSet () const
+<h3 class=fn><a href="tqiconset.html">TQIconSet</a>&nbsp;* <a name="iconSet"></a>TQPushButton::iconSet () const
</h3><p>Returns the icon set on the push button.
See the <a href="ntqpushbutton.html#iconSet-prop">"iconSet"</a> property for details.
<h3 class=fn>bool <a name="isDefault"></a>TQPushButton::isDefault () const
@@ -295,7 +295,7 @@ See the <a href="ntqbutton.html#down-prop">"down"</a> property for details.
<h3 class=fn>void <a name="setFlat"></a>TQPushButton::setFlat ( bool )
</h3><p>Sets whether the border is disabled.
See the <a href="ntqpushbutton.html#flat-prop">"flat"</a> property for details.
-<h3 class=fn>void <a name="setIconSet"></a>TQPushButton::setIconSet ( const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp; )
+<h3 class=fn>void <a name="setIconSet"></a>TQPushButton::setIconSet ( const&nbsp;<a href="tqiconset.html">TQIconSet</a>&nbsp;&amp; )
</h3><p>Sets the icon set on the push button.
See the <a href="ntqpushbutton.html#iconSet-prop">"iconSet"</a> property for details.
<h3 class=fn>void <a name="setIsMenuButton"></a>TQPushButton::setIsMenuButton ( bool&nbsp;enable )<tt> [virtual]</tt>
@@ -411,7 +411,7 @@ Return) or the Spacebar when the button has focus.
<p>This property's default is FALSE.
<p>Set this property's value with <a href="#setFlat">setFlat</a>() and get this property's value with <a href="#isFlat">isFlat</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 icon set on the push button.
<p>This property will return 0 if the push button has no iconset.