On this page

SubIndicatorStyle QML Type

Defines the style for a sub-indicator delegate. More...

Import Statement: import Qt.labs.StyleKit
Inherits:

DelegateStyle

Status: Technology preview

This type is in technology preview and is subject to change.

Properties

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.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.