diff options
Diffstat (limited to 'doc/html/ntqpushbutton.html')
-rw-r--r-- | doc/html/ntqpushbutton.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqpushbutton.html b/doc/html/ntqpushbutton.html index e967e7cf6..a7ef3c673 100644 --- a/doc/html/ntqpushbutton.html +++ b/doc/html/ntqpushbutton.html @@ -184,12 +184,12 @@ Constructs a push button with no text. <p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a> constructor. -<h3 class=fn><a name="TQPushButton-2"></a>TQPushButton::TQPushButton ( const <a href="ntqstring.html">TQString</a> & text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQPushButton-2"></a>TQPushButton::TQPushButton ( const <a href="tqstring.html">TQString</a> & text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> 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="ntqstring.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="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> 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 @@ -318,7 +318,7 @@ button. <p> <p>See also <a href="#popup">popup</a>(). <p>Examples: <a href="buttongroups-example.html#x557">buttongroups/buttongroups.cpp</a> and <a href="qdir-example.html#x1836">qdir/qdir.cpp</a>. -<h3 class=fn>void <a name="setText"></a>TQButton::setText ( const <a href="ntqstring.html">TQString</a> & )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setText"></a>TQButton::setText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual]</tt> </h3><p>Sets the text shown on the button. See the <a href="ntqbutton.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="setToggleButton"></a>TQPushButton::setToggleButton ( bool ) @@ -337,7 +337,7 @@ if the button is off. <a href="ntqbutton.html#setState">setState</a>(), or because <a href="#setOn">setOn</a>() was called. <p> <p>See also <a href="ntqbutton.html#clicked">clicked</a>() and <a href="ntqbutton.html#ToggleState-enum">TQButton::ToggleState</a>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQButton::text () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQButton::text () const </h3><p>Returns the text shown on the button. See the <a href="ntqbutton.html#text-prop">"text"</a> property for details. <h3 class=fn>void <a name="toggle"></a>TQButton::toggle ()<tt> [slot]</tt> @@ -439,9 +439,9 @@ toggle buttons, for example. <p> <a href="ntqbutton.html#pixmap">pixmap</a>() returns 0 if no pixmap was set. <p>Set this property's value with <a href="#setPixmap">setPixmap</a>() and get this property's value with <a href="#pixmap">pixmap</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text-prop"></a>text</h3> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-prop"></a>text</h3> <p>This property holds the text shown on the button. -<p>This property will return a <a href="ntqstring.html#TQString-null">TQString::null</a> if the button has no +<p>This property will return a <a href="tqstring.html#TQString-null">TQString::null</a> if the button has no text. If the text has an ampersand (&) in it, then an accelerator is automatically created for it using the character that follows the '&' as the accelerator key. Any previous |