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

Property Documentation

color : color

The background color of the button.


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.


strokeColor : color

If set to a color, the button has a stroke border instead of a filled shape.