Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.11.1
-
None
Description
Item
{
id: rootItem
width: parent.height
height: parent.width
anchors.centerIn: parent
rotation: 270
//------------------------------Popup
Popup
{
parent: rootItem
width : parent.width * 0.8
height: parent.height * 0.08
}
}
Attachments
Issue Links
- is duplicated by
-
QTBUG-69235 Quick (Popup Drawer) Rotation problem !
- Closed
-
QTBUG-80910 Drawer item does not support rotation
- Closed
- relates to
-
QTBUG-81605 Near impossible to rotate ApplicationWindow's contents 90 degrees (switch landscape -> portrait)
- Reported