Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
QDS 4.2
-
None
Description
Image { id: bg; width: implicitWidth height: implicitHeight anchors.centerIn: parent; source: "images/gauge-gauge-frame.png" // it's impossible to achieve the code below in GUI way. // Users have to manually write code to achieve this. transform: [ Scale { origin.x: bg.implicitWidth / 2; xScale: left ? 1 : -1; }, Scale { origin.x: transformOriginX - bg.x origin.y: 340 - bg.y xScale: root.scale yScale: root.scale } ] }
Attachments
Issue Links
- relates to
-
QDS-2835 Be able to set the transform property for a given item
-
- Open
-