diff options
Diffstat (limited to 'doc/html/ntqtoolbutton.html')
-rw-r--r-- | doc/html/ntqtoolbutton.html | 10 |
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 <a href="ntqiconset.html">TQIconSet</a> & iconSet, const <a href="tqstring.html">TQString</a> & textLabel, const <a href="tqstring.html">TQString</a> & grouptext, <a href="tqobject.html">TQObject</a> * receiver, const char * slot, <a href="ntqtoolbar.html">TQToolBar</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQToolButton-2"></a>TQToolButton::TQToolButton ( const <a href="tqiconset.html">TQIconSet</a> & iconSet, const <a href="tqstring.html">TQString</a> & textLabel, const <a href="tqstring.html">TQString</a> & grouptext, <a href="tqobject.html">TQObject</a> * receiver, const char * slot, <a href="ntqtoolbar.html">TQToolBar</a> * parent, const char * 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 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 <a href="ntqiconset.html">TQIconSet</a> & )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setIconSet"></a>TQToolButton::setIconSet ( const <a href="tqiconset.html">TQIconSet</a> & )<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. |