Decription
This is a progress bar with a customizable size to show the progress of a running process.
API properties
- real percentage
- Sets the text displayed on the button.
- alias fontColor
- Provides access to the font color of the text which displays the percentage over the unfilled area.
- alias fontColorFilled
- Provides access to the font color of the text which displays the percentage over the filled area.
Signals
-
Functions
-
Example
ProgressBar {
id: progressBar
percentage: 50.5
}