SilicaControl QML Type
An interactive visual item. More...
Properties
Detailed Description
SilicaControl provides a base type for Sailfish-styled interactive visual types.
A control is a silica styled item which the user can interact with. Labels, Icons, and SilicaItem derived types used in the implementation of a control will inherit its palette and highlighted state.
Property Documentation
Specifies whether a control should appear highlighted.
Unlike SilicaItem a control will not inherit its highlighted state from any parent controls. Inheritance can be restored by assigning undefined to highlighted.