ImagePropertyGroup QML Type
A group object exposing the properties of ImageProperty to QML. More...
Import Statement: | import org.kde.union.impl |
Properties
- flags : Union::Properties::ImageFlags
- height : qreal
- imageData : QImage
- width : qreal
- xOffset : qreal
- yOffset : qreal
Detailed Description
Property Documentation
flags : Union::Properties::ImageFlags |
Exposes ImageProperty::flags to QML.
height : qreal |
Exposes ImageProperty::height to QML.
imageData : QImage |
Exposes ImageProperty::imageData to QML.
width : qreal |
Exposes ImageProperty::width to QML.
xOffset : qreal |
Exposes ImageProperty::xOffset to QML.
yOffset : qreal |
Exposes ImageProperty::yOffset to QML.