Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.0.2, 6.1.2, 6.2.0 Beta4
-
macOS
-
-
3cf2c5d63cc4abbe4764e0f8c331d7d32b9caa63 (qtbase/6.2), c1899ca310cbd3a4ce5e8454a01a22638beb8d73 (qtbase/dev)
Description
When resizing QML application, the contents flickers and the window can be blank sometimes. It also happens that the window is blank when started.
(See qtbug96405.zip-video.mov)
Adding this to main.cpp
setGraphicsApi(QSGRendererInterface::OpenGLRhi);
and QML application is as simple as
ApplicationWindow { width: 360 height: 240 visible: true Button { anchors.centerIn: parent text: "Hello my world" } }
How to reproduce
Use qtbug96405.zip and try to resize.
Attachments
Issue Links
- is duplicated by
-
QTBUG-99187 Rendering issues in with multiple QQuickWindows on macOS when forcing OpenGL
- Closed
-
QTBUG-92010 Window content disappear when using Qt Quick with OpenGL backend
- Closed
-
QTBUG-89613 [REG 5.15.2 -> 6.0.0] OpenGL backend flickers during window resize on macOS
- Closed
- relates to
-
QTBUG-94711 OpenGLRhi graphics API: main application window becomes blank if modal dialog is open
- Closed