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

Document the fact that QWebEngineView uses QQuickWidget internally

    XMLWordPrintable

Details

    Description

      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)

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes