Obsolete Members for ComboButton
The following members of QML type ComboButton are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- color : color
(obsolete)
- dropdownColor : color
(obsolete)
- gradient : Gradient
(obsolete)
- strokeColor : color
(obsolete)
Property Documentation
The property specifies the color of the dropdown button and the combo list for both collapsed and expanded states. You can use expanded to define different colors for expanded or collapsed states.
gradient : Gradient |
The gradient used to fill the background of the button. Standard Ubuntu gradients are defined in UbuntuColors. If both a gradient and a color are specified, the gradient will be used.