Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
Qt Creator 3.1.0-rc1
-
Windows 7 64 bit
Description
- Create a new Qt Quick Application project using component set Qt Quick 1.1.
- Open the project's QML file in Design mode.
- Select the Text Item.
- In Properties view, go to "Advanced" tab and set the Origin to the upper right corner.
- Increase the value of "Rotation".
The Text item spins around its upper right corner. - Reset "Rotation" to 0.
- Increase the size of the Text item.
- Increase the value of "Rotation".
The Text item spins, but not around its upper right corner.
The rotation should take the size of the Text Item into account.