QWebView problem
Solved
General and Desktop
-
hello I'm watching this tutorial( https://www.youtube.com/watch?v=U51r5klUTeA )
but QWebView 5.12.2 has deprecated and I can't do anything about webview QT pro saysProject ERROR: Unknown module(s) in QT: webenginewidgets
Project ERROR: Unknown module(s) in QT: webenginewidgets
Project ERROR: Unknown module(s) in QT: webwit webkitwidgets
Project ERROR: Unknown module(s) in QT: webkit
Project ERROR: Unknown module(s) in QT: webkitwidgetsWhat should I do to show website in a widget?
-
Hi,
Depending on your OS, QtWebView will require QtWebEngine as backend. So install that module.
On a side note it's Qt. QT stands for Apple QuickTime which is likely not what you want to currently use.