summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqbuttongroup.3qt
diff options
context:
space:
mode:
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"