QWebEngineView in QtDesigner
-
Hi!,
I have installed QtCreator 3.6.1. I wanted to make some widget layout with built-in QtDesigner and place QWebEngineView in it but I am not able to find any. QWebView also seems to be missing.
Have those been removed or am I missing something ?
-
@enmaniac QWebKit was removed in Qt 5.6. So QWebView is no longer available. Use QWebEngineView as a replacement. In Qt Designer, just add a QWidget to your form and promote it to QWebEngineView (base class: QWidget, header: QWebEngineView). Don't forget to add webenginewidgets to your project file.
-
@havasu78 said in QWebEngineView in QtDesigner:
but QWidget is not an item that can be added to the form in PyQt5Designer
Why do you think so? QWidget is located under "Containers" in the Designer.