Details
-
Bug
-
Resolution: Done
-
P0: Blocker
-
None
-
5.2.0 RC1
-
None
Description
Results in non-maximized windows on iOS:
Window { // This window should be maximized on iOS, even if the default geometry is 500x500 width: 500; height: 500 visible: true } QWindow window; window.setGeometry(0, 0, 500, 500); widow.show(); // Just like this window
Attachments
Issue Links
- relates to
-
QTBUG-52944 Transient parent of Window is not clear when Loader is involved
-
- Closed
-