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/ntqpushbutton.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/ntqpushbutton.html')
-rw-r--r-- | doc/html/ntqpushbutton.html | 8 |
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 <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="tqstring.html">TQString</a> & text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQPushButton-3"></a>TQPushButton::TQPushButton ( const <a href="tqiconset.html">TQIconSet</a> & icon, const <a href="tqstring.html">TQString</a> & text, <a href="tqwidget.html">TQWidget</a> * parent, const char * 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> * <a name="iconSet"></a>TQPushButton::iconSet () const +<h3 class=fn><a href="tqiconset.html">TQIconSet</a> * <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 <a href="ntqiconset.html">TQIconSet</a> & ) +<h3 class=fn>void <a name="setIconSet"></a>TQPushButton::setIconSet ( const <a href="tqiconset.html">TQIconSet</a> & ) </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 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. |