SubIndicatorStyle QML Type
Defines the style for a sub-indicator delegate. More...
| Import Statement: | import Qt.labs.StyleKit |
| Inherits: |
Properties
- foreground : DelegateStyle
Detailed Description
SubIndicatorStyle extends DelegateStyle with a foreground property. It is used for styling sub-indicator delegates such as indicator.up and indicator.down in controls like SpinBox. It is equivalent to IndicatorStyle, but does not itself contain sub-indicators.
Note: Types in Qt.labs modules are not guaranteed to remain compatible in future versions.
See also IndicatorStyle, DelegateStyle, ControlStyle, ControlStateStyle, and FallbackStyle Reference.
Property Documentation
foreground : DelegateStyle
Grouped property for styling the foreground element of this indicator. The foreground typically represents a checkmark, icon or arrow rendered inside the indicator.