The ProgressBar component visually indicates the progress of a process of determinate or indeterminate duration. More...
This component is under heavy development.
Example:
Item { ProgressBar { id: indeterminateBar indeterminate: true } ProgressBar { id: determinateBar minimumValue: -3.0 maximumValue: 15 } }
This documentation 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.
This documentation is under development and is subject to change.
Specifies the maximum value of the progress.
This documentation is under development and is subject to change.
Specifies the minimum value of the progress.
This documentation is under development and is subject to change.
Specifies the current value of the progress