Qt6.7 (QML) breaks Dialog rotation.
Unsolved
QML and Qt Quick
-
In my app for rotation of screen I use
Window { id: root contentOrientation: Qt.InvertedLandscapeOrientation Rectangle{ id: root_w width: 1920 height: 1200 color: GUIParam.bGNDGraphColor transform: Rotation { angle: 270 origin.x: root.height / 2 origin.y: root.height / 2 }
This code works on Qt6.6 but in 6.7 I get rotated screen but not Dialog.