|
Qt Components Hildon
0.20
QML components for Maemo5 with Hildon styling.
|
A component for displaying the progress of a process. More...
Properties | |
| int | maximum |
| The maximum value of the progress bar. | |
| int | minimum |
| The minimum value of the progress bar. | |
| ProgressBarStyle | style |
| Provides styling properties for the progress bar. | |
| string | text |
| The text to be displayed in the progress bar. | |
| bool | textVisible |
| Whether the text should be visible in the progress bar. | |
| int | value |
| The current value of the progress bar. | |
A component for displaying the progress of a process.
| int ProgressBar::maximum |
The maximum value of the progress bar.
The default value is 100.
| int ProgressBar::minimum |
The minimum value of the progress bar.
The default value is 0.
| string ProgressBar::text |
The text to be displayed in the progress bar.
The default value is an empty string.
| bool ProgressBar::textVisible |
Whether the text should be visible in the progress bar.
The default value is false.
| int ProgressBar::value |
The current value of the progress bar.
The default value is 0.
1.8.1.2