Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
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
- relates to
-
QTBUG-98472 [REG 6.2.1->6.3.0] Designer not launching on macOS
-
- Closed
-
- resulted from
-
QTCREATORBUG-27807 Embedded Qt Designer does not support QWebEngineView
-
- Closed
-