Qt Components Hildon  0.20
QML components for Maemo5 with Hildon styling.
 All Classes Functions Properties Groups Pages
Properties | List of all members
ProgressBar Class Reference

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.

Detailed Description

A component for displaying the progress of a process.

See Also
ProgressBarStyle, Slider

Property Documentation

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.