QWebEngineView - using in designer?
-
I'd like to be able to use QWebEngineView inside the designer.
I have form I already developed with designer and want to replace the QWebView with QWebEngineView. Using code is not working as the layout is pretty complex.
Thanks**Edit: **
I made a custom class subclassing QWidget and just added my QWebEngineView in it, then I can promote a standard QWidget inside designer to this class. Works but would be nice to have QWebEngineView in designer for newbies
2/2