Handling Downloads in QtWebEngine
QtWebEngine manages downloads via the QWebEngineProfile class with the downloadRequested signal.
QtWebEngine manages downloads via the QWebEngineProfile class with the downloadRequested signal.
I would give QtWebEngine a try. It is replacing QtWebKit for a reason. If you control the HTML that is getting rendered, then it probably doesn’t hurt to use QWebKit. Just make sure you test your pages beforehand. QWebView uses WebKit as the backend. http://doc.qt.io/qt-5/qwebview.html#details QWebEngineView uses Chromium as the backend. http://doc.qt.io/qt-5/qwebengineview.html#details WebKit is what … Read more