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 05d91fa16..c2c3fcf6a 100644 --- a/doc/html/ntqtoolbutton.html +++ b/doc/html/ntqtoolbutton.html @@ -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="ntqstring.html">TQString</a> & textLabel, const <a href="ntqstring.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="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> 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 @@ -204,10 +204,10 @@ tool button shows a menu containing the current history list. <h3 class=fn>void <a name="setPopupDelay"></a>TQToolButton::setPopupDelay ( int delay ) </h3><p>Sets the time delay between pressing the button and the appearance of the associated popup menu in milliseconds to <em>delay</em>. See the <a href="ntqtoolbutton.html#popupDelay-prop">"popupDelay"</a> property for details. -<h3 class=fn>void <a name="setTextLabel"></a>TQToolButton::setTextLabel ( const <a href="ntqstring.html">TQString</a> & )<tt> [slot]</tt> +<h3 class=fn>void <a name="setTextLabel"></a>TQToolButton::setTextLabel ( const <a href="tqstring.html">TQString</a> & )<tt> [slot]</tt> </h3><p>Sets the label of this button. See the <a href="ntqtoolbutton.html#textLabel-prop">"textLabel"</a> property for details. -<h3 class=fn>void <a name="setTextLabel-2"></a>TQToolButton::setTextLabel ( const <a href="ntqstring.html">TQString</a> & newLabel, bool tipToo )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setTextLabel-2"></a>TQToolButton::setTextLabel ( const <a href="tqstring.html">TQString</a> & newLabel, bool tipToo )<tt> [virtual slot]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the label of this button to <em>newLabel</em> and automatically @@ -225,7 +225,7 @@ See the <a href="ntqtoolbutton.html#usesBigPixmap-prop">"usesBigPixmap"</a> prop <h3 class=fn>void <a name="setUsesTextLabel"></a>TQToolButton::setUsesTextLabel ( bool enable )<tt> [virtual slot]</tt> </h3><p>Sets whether the toolbutton displays a text label below the button pixmap to <em>enable</em>. See the <a href="ntqtoolbutton.html#usesTextLabel-prop">"usesTextLabel"</a> property for details. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="textLabel"></a>TQToolButton::textLabel () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="textLabel"></a>TQToolButton::textLabel () const </h3><p>Returns the label of this button. See the <a href="ntqtoolbutton.html#textLabel-prop">"textLabel"</a> property for details. <h3 class=fn><a href="ntqtoolbutton.html#TextPosition-enum">TextPosition</a> <a name="textPosition"></a>TQToolButton::textPosition () const @@ -287,7 +287,7 @@ up the popup menu. <p> <p>See also <a href="#setPopup">setPopup</a>(). <p>Set this property's value with <a href="#setPopupDelay">setPopupDelay</a>() and get this property's value with <a href="#popupDelay">popupDelay</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="textLabel-prop"></a>textLabel</h3> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="textLabel-prop"></a>textLabel</h3> <p>This property holds the label of this button. <p>Setting this property automatically sets the text as a tool tip too. There is no default text. |