diff options
Diffstat (limited to 'doc/man/man3/tqprogressbar.3qt')
-rw-r--r-- | doc/man/man3/tqprogressbar.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqprogressbar.3qt b/doc/man/man3/tqprogressbar.3qt index 2a86d119d..2d51550e0 100644 --- a/doc/man/man3/tqprogressbar.3qt +++ b/doc/man/man3/tqprogressbar.3qt @@ -98,7 +98,7 @@ A progress bar is used to give the user an indication of the progress of an oper .PP The progress bar uses the concept of \fIsteps\fR; you give it the total number of steps and the number of steps completed so far and it will display the percentage of steps that have been completed. You can specify the total number of steps in the constructor or later with setTotalSteps(). The current number of steps is set with setProgress(). The progress bar can be rewound to the beginning with reset(). .PP -If the total is given as 0 the progress bar shows a busy indicator instead of a percentage of steps. This is useful, for example, when using QFtp or QHttp to download items when they are unable to determine the size of the item being downloaded. +If the total is given as 0 the progress bar shows a busy indicator instead of a percentage of steps. This is useful, for example, when using TQFtp or TQHttp to download items when they are unable to determine the size of the item being downloaded. .PP See also QProgressDialog, GUI Design Handbook: Progress Indicator, and Advanced Widgets. .PP |