Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.4.1, 6.6.1
-
None
-
HTC Sensation XE, Android 4.4.4 (Cyanogen Mod)
-
-
2024wk08FOQtforAndroid, 2024wk14FOQtforAndroid, 2024wk16FOQtforAndroid
Description
I use
setWindowState(windowState() | Qt::WindowFullScreen);
for QDialog before exec() in order to show it full screen. But after that this dialog is resized incorrectly (see screenshot). The buttons at the bottom are not completely visible.
but...
setWindowState(windowState() | Qt::WindowMaximized);
works great...
Attachments
Issue Links
- is duplicated by
-
QTBUG-110878 Fullscreen windows rendered behind navigation bar
- In Progress
- relates to
-
QTBUG-114437 REG: Android: Layout in display cut mode being overridden to short edges always
- Closed
-
QTBUG-98989 Android 11 - Display Cutout (Waterfall insets)
- Open