Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.11.1
-
None
Description
The attached code all uses 200 as y position for the 3 windows involved, but when run under plasma i get this result
It is my understanding that first and second window positions are correct since the first uses setGeometry (which ignores the window frame) and the second does use move+pos (which takes into account the window frame)
But the third window should be at the same y-position than the second since it's also using move+pos
Attachments
Issue Links
- relates to
-
QTBUG-46687 QDialog on Linux: resizing the dialog shifts the dialog position
-
- Closed
-
-
QTBUG-70146 Widgets change their y position upon hide and show (when using icewm)
-
- Closed
-
-
QTBUG-47568 QDialog::resize() on Linux also unexpected move dialog
-
- Closed
-