-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
4.7.3
-
None
-
mac os 10.6
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();
- relates to
-
QTBUG-32639 QGraphicsView with QGLWidget viewport renders child widgets incorrectly
-
- Closed
-