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

Provides styling properties for CheckBox. More...

Inherits ButtonStyle.

Inherited by OssoCheckBoxStyle, and RadioButtonStyle.

Properties

url icon
 The url for the checkbox icon when the checkbox is unchecked.
url iconChecked
 The url for the checkbox icon when the checkbox is checked.
url iconCheckedDisabled
 The url for the checkbox icon when the checkbox is checked and disabled.
url iconCheckedPressed
 The url for the checkbox icon when the checkbox is checked and pressed.
url iconDisabled
 The url for the checkbox icon when the checkbox is unchecked and disabled.
url iconPressed
 The url for the checkbox icon when the checkbox is unchecked and pressed.
- Properties inherited from ButtonStyle
url background
 The url for the background image.
url backgroundChecked
 The url for the background image used when the button is checked.
url backgroundDisabled
 The url for the background image used when the button is disabled.
int backgroundMarginBottom
 The bottom margin for the background image, in pixels.
int backgroundMarginLeft
 The left margin for the background image, in pixels.
int backgroundMarginRight
 The right margin for the background image, in pixels.
int backgroundMarginTop
 The top margin for the background image, in pixels.
url backgroundPressed
 The url for the background image used when the button is pressed.
int buttonHeight
 The default height for the button.
int buttonWidth
 The default width for the button.
color checkedTextColor
 The color of the text displayed in the button when the button is checked.
real disabledIconOpacity
 The opacity of the icon displayed in the button when the button is disabled.
color disabledTextColor
 The color of the text displayed in the button when the button is disabled.
int fontCapitalization
 The font capitalization of the text displayed in the button.
int fontPointSize
 The font size of the text displayed in the button.
int fontWeight
 The font weight of the text displayed in the button.
int horizontalAlignment
 The horizontal alignment of the button icon and text.
int iconHeight
 The height of the icon displayed in the button.
real iconOpacity
 The opacity of the icon displayed in the button.
int iconWidth
 The width of the icon displayed in the button.
int paddingLeft
 The padding used for the left side of the button.
int paddingRight
 The padding used for the right side of the button.
color pressedTextColor
 The color of the text displayed in the button when the button is pressed.
color textColor
 The color of the text displayed in the button.

Detailed Description

Provides styling properties for CheckBox.

The CheckBoxStyle component can be used to provide custom styling for a CheckBox.

See Also
CheckBox, OssoCheckBoxStyle