ProgressBar
The ProgressBar component visually indicates the progress of a process of determinate or indeterminate duration. More...
Import Statement: | import Ubuntu.Components 0.1 |
Properties
- indeterminate : bool (preliminary)
- maximumValue : real (preliminary)
- minimumValue : real (preliminary)
- value : real (preliminary)
Detailed Description
This component is under heavy development.
Example:
Item { ProgressBar { id: indeterminateBar indeterminate: true } ProgressBar { id: determinateBar minimumValue: -3.0 maximumValue: 15 } }
Property Documentation
indeterminate : bool |
This QML property is under development and is subject to change.
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 |
This QML property is under development and is subject to change.
Specifies the maximum value of the progress.
minimumValue : real |
This QML property is under development and is subject to change.
Specifies the minimum value of the progress.
value : real |
This QML property is under development and is subject to change.
Specifies the current value of the progress