Obsolete Members for ProgressBar
The following members of QML type ProgressBar are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- indeterminate : bool
- maximumValue : real
- minimumValue : real
- value : real
Property Documentation
indeterminate : bool |
Specifies whether the progress interval is unknown. When set, altering other properties do not have any effect on the component's behavior. By default the property is set to false.
maximumValue : real |
Specifies the maximum value of the progress.
minimumValue : real |
Specifies the minimum value of the progress.
value : real |
Specifies the current value of the progress