qt - What is the difference between QtWebEngine and WebView? -
this question has answer here:
- qwebview or qwebengineview 3 answers
i think title explains pretty everything.
but once again, how explain roles & purposes of these 2 terms displaying webcontent in qt
applications? if use webview
, automatically involve qtwebengine
or else?
i have read in wikipedia qt
uses blink web engine, on qt
's official pages don't mention term blink
anywhere.
since can't comment directly on post low reputation reason, answering here. question related : qwebview or qwebengineview.
basically, qwebview uses webkit backend, whereas qwebengineview uses chromium backend. these 2 links may interest you, both referring latest version of qt (5.6) :
qwebview : http://doc.qt.io/qt-5/qml-qtwebview-webview.html#details
qwebengineview : http://doc.qt.io/qt-5/qml-qtwebengine-webengineview.html#details
i working qwebengineview , works pretty fine, haven't tested qwebview though.
Comments
Post a Comment