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
- maskColor : Union::Color
- source : std::filesystem::path
- 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.
maskColor : Union::Color
Exposes ImageProperty::maskColor to QML.
source : std::filesystem::path
Exposes ImageProperty::source to QML.
width : qreal
Exposes ImageProperty::width to QML.
xOffset : qreal
Exposes ImageProperty::xOffset to QML.
yOffset : qreal
Exposes ImageProperty::yOffset to QML.