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

Provides styling properties for a ComboBox. More...

Inherits Style.

Inherited by OssoComboBoxStyle.

Properties

url background
 The url for the background image.
url backgroundDisabled
 The url for the background image used when the ComboBox 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 backgroundSelected
 The url for the background image used when the ComboBox is selected.
int baselineOffset
 The vertical offset of the text, in pixels.
url button
 The url for the button image.
url buttonDisabled
 The url for the button image used when the ComboBox is disabled.
url buttonSelected
 The url for the button image used when the ComboBox is selected.
int buttonWidth
 The width of the ComboBox button, in pixels.
int defaultHeight
 The default height of the ComboBox, in pixels.
int defaultWidth
 The default width of the ComboBox, in pixels.
url icon
 The url for the button icon.
url iconDisabled
 The url for the button icon used when the ComboBox is disabled.
url iconPressed
 The url for the button icon used when the ComboBox button is pressed.
ListItemStyle listItemStyle
 The style used for items in the popup list view.
ListViewStyle listViewStyle
 The style used for the popup list view.
int paddingLeft
 The left padding of the text, in pixels.
int paddingRight
 The right padding of the text, in pixels.
color textColor
 The color of the text in the ComboBox.
url textInputBackground
 The url for the background image used when the ComboBox is editable.
url textInputBackgroundDisabled
 The url for the background image used when the ComboBox is editable and disabled.
url textInputBackgroundSelected
 The url for the background image used when the ComboBox is editable and selected.
url textInputButton
 The url for the button image used when the ComboBox is editable.
url textInputButtonDisabled
 The url for the button image used when the ComboBox is editable and disabled.
url textInputButtonSelected
 The url for the button image used when the ComboBox is editable and selected.
url textInputIcon
 The url for the button icon used when the ComboBox is editable.
url textInputIconDisabled
 The url for the button icon used when the ComboBox is editable and disabled.
url textInputIconPressed
 The url for the button icon used when the ComboBox is editable and the button is pressed.

Detailed Description

Provides styling properties for a ComboBox.

See Also
ComboBox, OssoComboBoxStyle