summaryrefslogtreecommitdiffstats
path: root/doc/html/qtooltipgroup.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qtooltipgroup.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-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/qtooltipgroup.html')
-rw-r--r--doc/html/qtooltipgroup.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qtooltipgroup.html b/doc/html/qtooltipgroup.html
index cde200e2f..349081c63 100644
--- a/doc/html/qtooltipgroup.html
+++ b/doc/html/qtooltipgroup.html
@@ -98,10 +98,10 @@ Constructs a tool tip group called <em>name</em>, with parent <em>parent</em>.
Destroys this tool tip group and all tool tips in it.
<h3 class=fn>bool <a name="delay"></a>TQToolTipGroup::delay () const
-</h3><p>Returns TRUE if the display of the group text is delayed; otherwise returns FALSE.
+</h3><p>Returns true if the display of the group text is delayed; otherwise returns false.
See the <a href="qtooltipgroup.html#delay-prop">"delay"</a> property for details.
<h3 class=fn>bool <a name="enabled"></a>TQToolTipGroup::enabled () const
-</h3><p>Returns TRUE if tool tips in the group are enabled; otherwise returns FALSE.
+</h3><p>Returns true if tool tips in the group are enabled; otherwise returns false.
See the <a href="qtooltipgroup.html#enabled-prop">"enabled"</a> property for details.
<h3 class=fn>void <a name="removeTip"></a>TQToolTipGroup::removeTip ()<tt> [signal]</tt>
</h3>
@@ -129,14 +129,14 @@ tip.
<hr><h2>Property Documentation</h2>
<h3 class=fn>bool <a name="delay-prop"></a>delay</h3>
<p>This property holds whether the display of the group text is delayed.
-<p>If set to TRUE (the default), the group text is displayed at the
+<p>If set to true (the default), the group text is displayed at the
same time as the tool tip. Otherwise, the group text is displayed
immediately when the cursor enters the widget.
<p>Set this property's value with <a href="#setDelay">setDelay</a>() and get this property's value with <a href="#delay">delay</a>().
<h3 class=fn>bool <a name="enabled-prop"></a>enabled</h3>
<p>This property holds whether tool tips in the group are enabled.
-<p>This property's default is TRUE.
+<p>This property's default is true.
<p>Set this property's value with <a href="#setEnabled">setEnabled</a>() and get this property's value with <a href="#enabled">enabled</a>().
<!-- eof -->