summaryrefslogtreecommitdiffstats
path: root/doc/html/tqprogressbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqprogressbar.html')
-rw-r--r--doc/html/tqprogressbar.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqprogressbar.html b/doc/html/tqprogressbar.html
index 130b9e718..d33b2f120 100644
--- a/doc/html/tqprogressbar.html
+++ b/doc/html/tqprogressbar.html
@@ -116,13 +116,13 @@ call setProgress(50) after examining the last file.
<p> <p>See also <a href="#totalSteps-prop">totalSteps</a> and <a href="#progress-prop">progress</a>.
<h3 class=fn>bool <a name="centerIndicator"></a>TQProgressBar::centerIndicator () const
-</h3><p>Returns TRUE if the indicator string should be centered; otherwise returns FALSE.
+</h3><p>Returns true if the indicator string should be centered; otherwise returns false.
See the <a href="tqprogressbar.html#centerIndicator-prop">"centerIndicator"</a> property for details.
<h3 class=fn>bool <a name="indicatorFollowsStyle"></a>TQProgressBar::indicatorFollowsStyle () const
-</h3><p>Returns TRUE if the display of the indicator string should follow the GUI style; otherwise returns FALSE.
+</h3><p>Returns true if the display of the indicator string should follow the GUI style; otherwise returns false.
See the <a href="tqprogressbar.html#indicatorFollowsStyle-prop">"indicatorFollowsStyle"</a> property for details.
<h3 class=fn>bool <a name="percentageVisible"></a>TQProgressBar::percentageVisible () const
-</h3><p>Returns TRUE if the current progress value is displayed; otherwise returns FALSE.
+</h3><p>Returns true if the current progress value is displayed; otherwise returns false.
See the <a href="tqprogressbar.html#percentageVisible-prop">"percentageVisible"</a> property for details.
<h3 class=fn>int <a name="progress"></a>TQProgressBar::progress () const
</h3><p>Returns the current amount of progress.
@@ -150,7 +150,7 @@ blank in the reset state. The percentage is calculated based on
the <em>progress</em> and <em>totalSteps</em>. You can set the <em>indicator</em>
text if you wish.
<p> To allow efficient repainting of the progress bar, this method
-should return FALSE if the string is unchanged from the last call
+should return false if the string is unchanged from the last call
to this function.
<h3 class=fn>void <a name="setIndicatorFollowsStyle"></a>TQProgressBar::setIndicatorFollowsStyle ( bool )
@@ -179,18 +179,18 @@ See the <a href="tqprogressbar.html#totalSteps-prop">"totalSteps"</a> property f
<h3 class=fn>bool <a name="centerIndicator-prop"></a>centerIndicator</h3>
<p>This property holds whether the indicator string should be centered.
<p>Changing this property sets <a href="#indicatorFollowsStyle-prop">TQProgressBar::indicatorFollowsStyle</a>
-to FALSE. The default is TRUE.
+to false. The default is true.
<p>Set this property's value with <a href="#setCenterIndicator">setCenterIndicator</a>() and get this property's value with <a href="#centerIndicator">centerIndicator</a>().
<h3 class=fn>bool <a name="indicatorFollowsStyle-prop"></a>indicatorFollowsStyle</h3>
<p>This property holds whether the display of the indicator string should follow the GUI style.
-<p>The default is TRUE.
+<p>The default is true.
<p> <p>See also <a href="#centerIndicator-prop">centerIndicator</a>.
<p>Set this property's value with <a href="#setIndicatorFollowsStyle">setIndicatorFollowsStyle</a>() and get this property's value with <a href="#indicatorFollowsStyle">indicatorFollowsStyle</a>().
<h3 class=fn>bool <a name="percentageVisible-prop"></a>percentageVisible</h3>
<p>This property holds whether the current progress value is displayed.
-<p>The default is TRUE.
+<p>The default is true.
<p> <p>See also <a href="#centerIndicator-prop">centerIndicator</a> and <a href="#indicatorFollowsStyle-prop">indicatorFollowsStyle</a>.
<p>Set this property's value with <a href="#setPercentageVisible">setPercentageVisible</a>() and get this property's value with <a href="#percentageVisible">percentageVisible</a>().