diff options
Diffstat (limited to 'doc/html/ntqradiobutton.html')
-rw-r--r-- | doc/html/ntqradiobutton.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqradiobutton.html b/doc/html/ntqradiobutton.html index ec3928adc..593a5acf6 100644 --- a/doc/html/ntqradiobutton.html +++ b/doc/html/ntqradiobutton.html @@ -108,7 +108,7 @@ Constructs a radio 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="TQRadioButton-2"></a>TQRadioButton::TQRadioButton ( const <a href="ntqstring.html">TQString</a> & text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQRadioButton-2"></a>TQRadioButton::TQRadioButton ( const <a href="tqstring.html">TQString</a> & text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs a radio button with the text <em>text</em>. <p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a> @@ -187,7 +187,7 @@ See the <a href="ntqbutton.html#down-prop">"down"</a> property for details. <h3 class=fn>void <a name="setPixmap"></a>TQButton::setPixmap ( const <a href="ntqpixmap.html">TQPixmap</a> & )<tt> [virtual]</tt> </h3><p>Sets the pixmap shown on the button. See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details. -<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><a href="ntqbutton.html#ToggleState-enum">ToggleState</a> <a name="state"></a>TQButton::state () const @@ -203,7 +203,7 @@ if the button is off. <a href="ntqbutton.html#setState">setState</a>(), or because <a href="ntqbutton.html#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> @@ -254,9 +254,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 |