summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqchecklistitem.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/tqchecklistitem.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/tqchecklistitem.3qt')
-rw-r--r--doc/man/man3/tqchecklistitem.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqchecklistitem.3qt b/doc/man/man3/tqchecklistitem.3qt
index 53232349b..4a9cbc5e8 100644
--- a/doc/man/man3/tqchecklistitem.3qt
+++ b/doc/man/man3/tqchecklistitem.3qt
@@ -155,9 +155,9 @@ Toggle check box or set radio button to on.
.PP
Reimplemented from QListViewItem.
.SH "bool QCheckListItem::isOn () const"
-Returns TRUE if the item is toggled on; otherwise returns FALSE.
+Returns true if the item is toggled on; otherwise returns false.
.SH "bool QCheckListItem::isTristate () const"
-Returns TRUE if the item is tristate; otherwise returns FALSE.
+Returns true if the item is tristate; otherwise returns false.
.PP
See also setTristate().
.SH "void QCheckListItem::paintCell ( QPainter * p, const QColorGroup & cg, int column, int width, int align )\fC [virtual]\fR"
@@ -175,7 +175,7 @@ Make your derived classes return their own values for rtti(), and you can distin
.PP
Reimplemented from QListViewItem.
.SH "void QCheckListItem::setOn ( bool b )\fC [virtual]\fR"
-Sets the button on if \fIb\fR is TRUE, otherwise sets it off. Maintains radio button exclusivity.
+Sets the button on if \fIb\fR is true, otherwise sets it off. Maintains radio button exclusivity.
.SH "void QCheckListItem::setState ( ToggleState s )"
Sets the toggle state of the checklistitem to \fIs\fR. \fIs\fR can be Off, NoChange or On.
.PP