ComboButtonStyle QML Type
Style API for ComboButton component. More...
Import Statement: | import . |
Inherits: |
Properties
- comboListHolder : Item
- comboListMargin : real
- comboListPanel : Item
- defaultColor : color
- defaultDropdownColor : color
- defaultFont : font
- defaultGradient : Gradient
- dropDownSeparatorWidth : real
- dropDownWidth : real
Detailed Description
The component defines the style API for the ComboButton component.
Property Documentation
comboListHolder : Item |
The item which will hold the combo list data. Implementations can point both this and comboListPanel to the same component, however separate items should be used if a gap between the panel and the content is required. See Ambiance theme.
comboListPanel : Item |
The item pointing to the panel holding the combo list and additional design artifacts. It is used by the component to drive the expansion size.
Default color for the dropdown button and the combo list both when expanded and collapsed. Implementations can define different color for expanded/collapsed using the styledItem.expanded property.
defaultFont : font |
Default font used in the main button.
defaultGradient : Gradient |
Default gradient for the main button.