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

Qt Designer: Implement a lightweight dummy plugin for QWebEngineView

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • Tools: Designer
    • None

    Description

      Currently, the Qt Designer plugin for QWebEngineView spawns an actual Qt WebEngine process and loads resources/translations. This, along with the many dependencies of the plugin, makes it unsuitable for deployment with Qt Creator (see QTCREATORBUG-27807)

      Furthermore, the loading of Qt WebEngine causes a noticeable lag when using Qt Designer to insert a QWebEngineView into the widget form.

       

      Suggestion

      Make QDesignerCustomWidgetInterface::createWidget() return a dummy widget instead of a real QWebEngineView, thus removing most of the plugin's dependencies.

       

      Downside

      We'd lose the "live preview" when changing the URL in Qt Designer.

      Attachments

        Issue Links

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

          Activity

            People

              kleint Friedemann Kleint
              skoh-qt Sze Howe Koh
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes