SilicaItem QML Type
A visual item. More...
Properties
Detailed Description
SilicaItem provides a base type for Sailfish-styled visual types.
Silica items which are part of a type extending SilicaControl will inherit their color palette and highlighted from the control allowing them to update their appearence in concert with the control without setting up and further bindings.
Property Documentation
Specifies whether an item should appear highlighted.
By default an item will be highlighted when a control it is a member of is highlighted.
The item's color palette.
If one or more of a parent control's {SilicaControl::palette}{palette} colors have been overridden those changes will be reflected here. Otherwise the values will follow the equivalent Theme color properties.