qt - What is the difference between QtWebEngine and WebView? -


this question has answer here:

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

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -