Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
4.7.3
-
None
-
mac os 10.6
Description
If i create view with OGL viewport and then add child widget over view i don't see my widget and items on scene appears and disappears periodically.
QGraphicsScene scene; QGraphicsView view; QGLWidget *qglw = new QGLWidget(); view.setViewport(qglw); QTextEdit *e = new QTextEdit(&view); e->show(); view.show();
Attachments
Issue Links
- relates to
-
QTBUG-32639 QGraphicsView with QGLWidget viewport renders child widgets incorrectly
-
- Closed
-