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.
7 replies
You must log in to post a reply. Not a member yet? Register here!

