ImageStyle QML Type
Defines the image style for a delegate. More...
| Import Statement: | import Qt.labs.StyleKit |
| Status: | Technology preview |
This type is in technology preview and is subject to change.
Properties
Detailed Description
ImageStyle provides properties for placing an image inside a DelegateStyle. It is available as the image grouped property on any delegate.
Note: Types in Qt.labs modules are not guaranteed to remain compatible in future versions.
See also DelegateStyle, ControlStyle, ControlStateStyle, and FallbackStyle Reference.
Property Documentation
color : color
A color overlay applied to the image. This is typically used to tint monochrome icons to match the style's color scheme.
fillMode : enumeration
How the image should be scaled or tiled within the delegate. The value is one of the Image.fillMode enum values.
source : url
The URL of the image to display inside the delegate.
© 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.