Ubuntu.Components.ProgressBar
The ProgressBar component visually indicates the progress of a process of determinate or indeterminate duration. More...
Import Statement: | import Ubuntu.Components 1.3 |
- Obsolete members
Properties
- indeterminate : bool
- maximumValue : real
- minimumValue : real
- value : real
Detailed Description
Example:
Item { ProgressBar { id: indeterminateBar indeterminate: true } ProgressBar { id: determinateBar minimumValue: -3.0 maximumValue: 15 } }
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