diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqradiobutton.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqradiobutton.html')
| -rw-r--r-- | doc/html/ntqradiobutton.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/ntqradiobutton.html b/doc/html/ntqradiobutton.html index 424d36fa2..a88b0d878 100644 --- a/doc/html/ntqradiobutton.html +++ b/doc/html/ntqradiobutton.html @@ -118,7 +118,7 @@ constructor. </h3><p>Returns the accelerator associated with the button. See the <a href="ntqbutton.html#accel-prop">"accel"</a> property for details. <h3 class=fn>bool <a name="autoRepeat"></a>TQButton::autoRepeat () const -</h3><p>Returns TRUE if autoRepeat is enabled; otherwise returns FALSE. +</h3><p>Returns true if autoRepeat is enabled; otherwise returns false. See the <a href="ntqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details. <h3 class=fn>void <a name="clicked"></a>TQButton::clicked ()<tt> [signal]</tt> </h3> @@ -142,19 +142,19 @@ returns 0. <p> <p>See also <a href="ntqbuttongroup.html">TQButtonGroup</a>. <h3 class=fn>bool <a name="isChecked"></a>TQRadioButton::isChecked () const -</h3><p>Returns TRUE if the radio button is checked; otherwise returns FALSE. +</h3><p>Returns true if the radio button is checked; otherwise returns false. See the <a href="ntqradiobutton.html#checked-prop">"checked"</a> property for details. <h3 class=fn>bool <a name="isDown"></a>TQButton::isDown () const -</h3><p>Returns TRUE if the button is pressed; otherwise returns FALSE. +</h3><p>Returns true if the button is pressed; otherwise returns false. See the <a href="ntqbutton.html#down-prop">"down"</a> property for details. <h3 class=fn>bool <a name="isExclusiveToggle"></a>TQButton::isExclusiveToggle () const -</h3><p>Returns TRUE if the button is an exclusive toggle; otherwise returns FALSE. +</h3><p>Returns true if the button is an exclusive toggle; otherwise returns false. See the <a href="ntqbutton.html#exclusiveToggle-prop">"exclusiveToggle"</a> property for details. <h3 class=fn>bool <a name="isOn"></a>TQButton::isOn () const -</h3><p>Returns TRUE if the button is toggled; otherwise returns FALSE. +</h3><p>Returns true if the button is toggled; otherwise returns false. See the <a href="ntqbutton.html#on-prop">"on"</a> property for details. <h3 class=fn>bool <a name="isToggleButton"></a>TQButton::isToggleButton () const -</h3><p>Returns TRUE if the button is a toggle button; otherwise returns FALSE. +</h3><p>Returns true if the button is a toggle button; otherwise returns false. See the <a href="ntqbutton.html#toggleButton-prop">"toggleButton"</a> property for details. <h3 class=fn>const <a href="ntqpixmap.html">TQPixmap</a> * <a name="pixmap"></a>TQButton::pixmap () const </h3><p>Returns the pixmap shown on the button. @@ -214,7 +214,7 @@ Toggles the state of a toggle button. <h3 class=fn>void <a name="toggled"></a>TQButton::toggled ( bool on )<tt> [signal]</tt> </h3> -<p> This signal is emitted whenever a toggle button changes status. <em>on</em> is TRUE if the button is on, or FALSE if the button is off. +<p> This signal is emitted whenever a toggle button changes status. <em>on</em> is true if the button is on, or false if the button is off. <p> This may be the result of a user action, <a href="ntqbutton.html#toggle">toggle</a>() slot activation, or because <a href="ntqbutton.html#setOn">setOn</a>() was called. <p> <p>See also <a href="ntqbutton.html#clicked">clicked</a>(). @@ -242,7 +242,7 @@ effect on toggle buttons. autoRepeat is off by default. <p>This property holds whether the radio button is checked. <p>This property will not effect any other radio buttons unless they have been placed in the same <a href="ntqbuttongroup.html">TQButtonGroup</a>. The default value is -FALSE (unchecked). +false (unchecked). <p>Set this property's value with <a href="#setChecked">setChecked</a>() and get this property's value with <a href="#isChecked">isChecked</a>(). <h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="pixmap-prop"></a>pixmap</h3> |
