Doc: added doc QProgressBar about undeterm. state

Task-number: QTBUG-43345
Change-Id: Ie8bda9dbe0ca2f713451f3ec2f68467a064f7f2c
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
bb10
Nico Vertriest 2015-03-05 15:28:50 +01:00
parent 162c116948
commit 6c099c2128
1 changed files with 2 additions and 0 deletions

View File

@ -347,6 +347,8 @@ int QProgressBar::value() const
If the current value falls outside the new range, the progress bar is reset
with reset().
The QProgressBar can be set to undetermined state by using setRange(0, 0).
\sa minimum, maximum
*/
void QProgressBar::setRange(int minimum, int maximum)