ImageItem QML Type
Painted item for displaying a QImage. More...
| Import Statement: | import FluentUI.impl 1.0 |
Properties
- source : QImage
Detailed Description
The ImageItem type renders a QImage directly using the scene graph, providing efficient display of raw image data without the overhead of a full Image element.
Property Documentation
source : QImage
The QImage to be displayed by this item.