Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-20445

QGraphics view bug when having child widgets and OpenGL viewport

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2: Important P2: Important
    • None
    • 4.7.3
    • Widgets: GraphicsView
    • 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();
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            Unassigned Unassigned
            arch Ivan Komissarov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes