How to add QWebEngineView to qt designer?
-
I used pycharm to install PYQT5 package and also installed qt_applications because i wanted to use Qt Designer. Now when I browse venv/Lib/site-packages/qt5_applications/Designer in my working directory I see the Qt Designer but after lunching the designer I see no QWebEngineView in the left panel that has the widgets boxes.
I might be doing the wrong thing , any help would be appreciated, Thanks in advance.
-
I used pycharm to install PYQT5 package and also installed qt_applications because i wanted to use Qt Designer. Now when I browse venv/Lib/site-packages/qt5_applications/Designer in my working directory I see the Qt Designer but after lunching the designer I see no QWebEngineView in the left panel that has the widgets boxes.
I might be doing the wrong thing , any help would be appreciated, Thanks in advance.
-
@LT-K101
I don't think Creator offers aQWebEngineViewwidget as supplied. See How to get QWebEngine in QT Designer for how to add one via promotion. You may want read the Python section there.