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

add QT += webenginewidgets on mac gives flipped toolbar and statusbar on mac

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.15.12
    • None
    • MacOS Intel or Arm
    • macOS

      I have a QMainwindow with a QToolBar at top and a QStatusbar at bottom. CentralWidget contains a QGraphicsView.

      If I just add QT += webenginewidgets in the pro file (without actually using it) and I set the QGraphicsView to use openGL with

              QOpenGLGLWidget *gl = new QOpenGLWidget();
              QSurfaceFormat format;
              format.setSamples(4);
              gl->setFormat(format);
              gl->makeCurrent();
              setViewport(gl);
      

      Then the toolbar and the statusbar appear twice, one normal and the other flipped vertically and horizontally.

      Without openGL in the qgraphicsview all look normal.

      Same app runs fine on Windows.

      Thanks
      Philippe

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

            qt_webengine_team Qt WebEngine Team
            matirai Philippe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes