Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

QQuickView vs QDeclarativeView

$
0
0
You are mistaken. QDeclarativeView is the old compatibility class, which istantiates QtQuick 1.0/ 1.1 scenes. It will not work with QtQuick 2.0 and newer. Also the point about performance is mostly wrong: QtQuick 1 uses raster engine to paint, which is very fast in some use cases, while QtQuick 2 uses OpenGL, which is ultra fast in most ;) Would your situation improve if changed the way you load stuff? Maybe instead of providing a plugin with QML files embedded, create QRC resource as an external file, and load that instead?

Viewing all articles
Browse latest Browse all 4972

Trending Articles