Doc: added doc QProgressBar about undeterm. state
Task-number: QTBUG-43345 Change-Id: Ie8bda9dbe0ca2f713451f3ec2f68467a064f7f2c Reviewed-by: Topi Reiniö <topi.reinio@digia.com>bb10
parent
162c116948
commit
6c099c2128
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue