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

QGraphics view bug when having child widgets and OpenGL viewport

    XMLWordPrintable

Details

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

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes