-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
5.2.0
-
None
We have a window with a QSplitter with 2 items: 1) a QWidget with a layout with a QGLWidget and 2) QQuickView. Now, if you show the window the QQuickView is not visible.
To reproduce the error the QGLWidget needs to be in a layout. If you add the QGLWidget directly to the QSplitter it is shown as expected. Also if you switch the order of the items in the QSplitter the QQuickView is shown correctly.
The attached modified hellogl example demonstrates the problem. The modifications can be found in window.cpp around lines 70-95.