diff options
Diffstat (limited to 'doc/html/ntqprogressbar.html')
-rw-r--r-- | doc/html/ntqprogressbar.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqprogressbar.html b/doc/html/ntqprogressbar.html index e2fb51c85..81808c0ea 100644 --- a/doc/html/ntqprogressbar.html +++ b/doc/html/ntqprogressbar.html @@ -128,7 +128,7 @@ See the <a href="ntqprogressbar.html#percentageVisible-prop">"percentageVisible" <h3 class=fn>int <a name="progress"></a>TQProgressBar::progress () const </h3><p>Returns the current amount of progress. See the <a href="ntqprogressbar.html#progress-prop">"progress"</a> property for details. -<h3 class=fn>const <a href="ntqstring.html">TQString</a> & <a name="progressString"></a>TQProgressBar::progressString () const +<h3 class=fn>const <a href="tqstring.html">TQString</a> & <a name="progressString"></a>TQProgressBar::progressString () const </h3><p>Returns the amount of progress as a string. See the <a href="ntqprogressbar.html#progressString-prop">"progressString"</a> property for details. <h3 class=fn>void <a name="reset"></a>TQProgressBar::reset ()<tt> [slot]</tt> @@ -140,7 +140,7 @@ progress. <h3 class=fn>void <a name="setCenterIndicator"></a>TQProgressBar::setCenterIndicator ( bool on ) </h3><p>Sets whether the indicator string should be centered to <em>on</em>. See the <a href="ntqprogressbar.html#centerIndicator-prop">"centerIndicator"</a> property for details. -<h3 class=fn>bool <a name="setIndicator"></a>TQProgressBar::setIndicator ( <a href="ntqstring.html">TQString</a> & indicator, int progress, int totalSteps )<tt> [virtual protected]</tt> +<h3 class=fn>bool <a name="setIndicator"></a>TQProgressBar::setIndicator ( <a href="tqstring.html">TQString</a> & indicator, int progress, int totalSteps )<tt> [virtual protected]</tt> </h3> This method is called to generate the text displayed in the center (or in some styles, to the left) of the progress bar. @@ -200,9 +200,9 @@ to FALSE. The default is TRUE. <p>This property is -1 if progress counting has not started. <p>Set this property's value with <a href="#setProgress">setProgress</a>() and get this property's value with <a href="#progress">progress</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="progressString-prop"></a>progressString</h3> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="progressString-prop"></a>progressString</h3> <p>This property holds the amount of progress as a string. -<p>This property is <a href="ntqstring.html#TQString-null">TQString::null</a> if progress counting has not started. +<p>This property is <a href="tqstring.html#TQString-null">TQString::null</a> if progress counting has not started. <p>Get this property's value with <a href="#progressString">progressString</a>(). <h3 class=fn>int <a name="totalSteps-prop"></a>totalSteps</h3> |