Is it possible to use qDeclarativeView in QtQuick 2.0
-
If I write in .pro File Qt += quick and #include <QtQuick> i can not use QDeclarativieView, only QQuickView.
But I need QDeclarativeView so I allready tried to #include <QtQuick1/QDeclarativeview> but then i get an error with redefinition.Anyone knows a solution for this problem, to use QtQuick 2.0 and QDeclarativeView?
Thank you.
-
Ah, I see. QtQuick2 requires opengl, and doesn't directly use a software rasteriser. I imagine that VMware Player provides opengl support via a software pipeline with greatly reduced performance, which could result in the performance problems you are seeing. I'm not 100% certain, of course.