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

Provides styling properties for a ProgressBar. More...

Inherits Style.

Inherited by SmallProgressBarStyle.

Properties

url background
 The url for the background image.
int backgroundMarginBottom
 The right margin of the background image, in pixels.
int backgroundMarginLeft
 The left margin of the background image, in pixels.
int backgroundMarginRight
 The right margin of the background image, in pixels.
int backgroundMarginTop
 The top margin of the background image, in pixels.
url bar
 The url for the bar image.
int barMarginBottom
 The bottom margin of the bar image, in pixels.
int barMarginLeft
 The left margin of the bar image, in pixels.
int barMarginRight
 The right margin of the bar image, in pixels.
int barMarginTop
 The top margin of the bar image, in pixels.
int barPaddingBottom
 The left bottom of the bar image, in pixels.
int barPaddingLeft
 The left padding of the bar image, in pixels.
int barPaddingRight
 The right padding of the bar image, in pixels.
int barPaddingTop
 The top padding of the bar image, in pixels.
int progressBarHeight
 The default height for the progress bar.
int progressBarWidth
 The default width for the progress bar.

Detailed Description

Provides styling properties for a ProgressBar.

See Also
ProgressBar