QWebView sample code (widgets only, no QML) ?
Solved
General and Desktop
-
the only example project shipped with Qt is one that uses QML
my app is C++ only and i wish to make a QWebView, can i do this without QML?
Does anyone have a simple example poject they can share?
-
WebView is QML only, but you can a QWebEngineView instead.
-
You mean QWebView from QtWebKit?
It has been deprecated since Qt5.5 and removed since Qt5.6. So the recent Qt releases won't have the library package and the examples.
You can find the old examples repository here: https://code.qt.io/cgit/qt/qtwebkit-examples.git/
QtWebKit is replaced by QtWebEngine now. -