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

Provides styling properties for a ScrollBar. More...

Inherits Style.

Inherited by ThumbScrollBarStyle.

Properties

url addButton
 The url for the add button.
url addButtonDisabled
 The url for the add button when disabled.
url addButtonPressed
 The url for the add button when pressed.
url handle
 The url for the handle.
url handleDisabled
 The url for the handle when disabled.
int handleMarginBottom
 The bottom margin for the handle image, in pixels.
int handleMarginLeft
 The left margin for the handle image, in pixels.
int handleMarginRight
 The right margin for the handle image, in pixels.
int handleMarginTop
 The top margin for the handle image, in pixels.
url handlePressed
 The url for the handle when pressed.
int scrollBarWidth
 The width of the ScrollBar.
url shaft
 The url for the shaft.
url shaftDisabled
 The url for the shaft when disabled.
int shaftMarginBottom
 The bottom margin for the shaft image, in pixels.
int shaftMarginLeft
 The left margin for the shaft image, in pixels.
int shaftMarginRight
 The right margin for the shaft image, in pixels.
int shaftMarginTop
 The top margin for the shaft image, in pixels.
url subButton
 The url for the sub button.
url subButtonDisabled
 The url for the sub button when disabled.
url subButtonPressed
 The url for the sub button when pressed.

Detailed Description

Provides styling properties for a ScrollBar.

See Also
ScrollBar