I'm porting my app from QT 5.5 to QT 5.7. So I need to change WebKit to QWebeEngine, but I can't find QWebEngineView from Widget browser in Visual editor. How I get the QWebEngineView to Widget list.
I have added QT += webenginewidgets
to PRO file but it dosen't show the widgets.
Do you need the
QWebEngineView
in the Widget palette for any specific reason? You can use any of the web engine widgets directly from code (although it is of course not as simple as a drag-and-drop). As a simple example:Not sure if this helps you in any way. If you are really interested in having the widget in the designer, you can maybe try adding it as a custom module. Have a look at the following links: