summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqbuttongroup.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:38:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:43:03 +0900
commit6e4a70d41a2636ce99a1da7b6827ac5685ed3186 (patch)
treeb029ebf1d5be6d1ac0ee361e7bfb68a7dbed0eec /doc/man/man3/tqbuttongroup.3qt
parent81ade129093a279e6537db25710583fd2bba9427 (diff)
downloadtqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.tar.gz
tqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.zip
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d)
Diffstat (limited to 'doc/man/man3/tqbuttongroup.3qt')
-rw-r--r--doc/man/man3/tqbuttongroup.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqbuttongroup.3qt b/doc/man/man3/tqbuttongroup.3qt
index 9b09ff7fe..9751de73c 100644
--- a/doc/man/man3/tqbuttongroup.3qt
+++ b/doc/man/man3/tqbuttongroup.3qt
@@ -160,9 +160,9 @@ See also find(), remove(), and exclusive.
Examples:
.)l listbox/listbox.cpp and xform/xform.cpp.
.SH "bool QButtonGroup::isExclusive () const"
-Returns TRUE if the button group is exclusive; otherwise returns FALSE. See the "exclusive" property for details.
+Returns true if the button group is exclusive; otherwise returns false. See the "exclusive" property for details.
.SH "bool QButtonGroup::isRadioButtonExclusive () const"
-Returns TRUE if the radio buttons in the group are exclusive; otherwise returns FALSE. See the "radioButtonExclusive" property for details.
+Returns true if the radio buttons in the group are exclusive; otherwise returns false. See the "radioButtonExclusive" property for details.
.SH "void QButtonGroup::moveFocus ( int key )\fC [virtual]\fR"
Moves the keyboard focus according to \fIkey\fR, and if appropriate checks the new focus item.
.PP
@@ -195,13 +195,13 @@ Sets whether the radio buttons in the group are exclusive. See the "radioButtonE
.SH "bool exclusive"
This property holds whether the button group is exclusive.
.PP
-If this property is TRUE, then the buttons in the group are toggled, and to untoggle a button you must click on another button in the group. The default value is FALSE.
+If this property is true, then the buttons in the group are toggled, and to untoggle a button you must click on another button in the group. The default value is false.
.PP
Set this property's value with setExclusive() and get this property's value with isExclusive().
.SH "bool radioButtonExclusive"
This property holds whether the radio buttons in the group are exclusive.
.PP
-If this property is TRUE (the default), the radiobuttons in the group are treated exclusively.
+If this property is true (the default), the radiobuttons in the group are treated exclusively.
.PP
Set this property's value with setRadioButtonExclusive() and get this property's value with isRadioButtonExclusive().
.SH "int selectedId"