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

Document the fact that QWebEngineView uses QQuickWidget internally

XMLWordPrintable

      QWebEngineView's internal QQuickWidget is here to stay (see the outcome of QTBUG-85236). So, it would be helpful for our documentation to reveal its existence.

      This would help users understand why things break if, say, they put a QOpenGLWidget and a QWebEngineView in the same window on Windows/macOS (since QQuickWidget would try to use Direct3D11 on Windows which is incompatible with OpenGL – we need to call QQuickWindow::setGraphicsApi(QSGRendererInterface::OpenGL) to let the pair coexist happily)

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

            qt_webengine_team Qt WebEngine Team
            skoh-qt Sze Howe Koh
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes