Is Qt C++ Qwebview faster than Qml Webview?
-
You can see how QML WebView is implemented "here":http://gitorious.org/+qtwebkit-developers/webkit/qtwebkit/trees/859cec272295fdecc86cf1cbe9c3e891070cc682/WebKit/qt/declarative
It uses "QGraphicsWebView":http://doc.trolltech.com/4.7/qgraphicswebview.html and AFAIK all QGraphicsWidgets are slower than their QWidget equivalents.