diff options
Diffstat (limited to 'doc/html/ntqprogressbar.html')
| -rw-r--r-- | doc/html/ntqprogressbar.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqprogressbar.html b/doc/html/ntqprogressbar.html index b6617acba..ca54a0ede 100644 --- a/doc/html/ntqprogressbar.html +++ b/doc/html/ntqprogressbar.html @@ -117,13 +117,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="ntqprogressbar.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="ntqprogressbar.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="ntqprogressbar.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. @@ -151,7 +151,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 ) @@ -180,18 +180,18 @@ See the <a href="ntqprogressbar.html#totalSteps-prop">"totalSteps"</a> property <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>(). |
