Hello,

my application consist of a QGraphicsView with a scene containing a huge amount of QGraphicsItems. I found it useful to support QDeclarativeItems, so what i have done until now is creating of QDeclarativeItems and add them to a QGraphicsScene.
With moving forward to QtQuick 2.0 ( Qt 5.1 ) this is no more possible. The QDeclarativeItem, derived from QGraphicsObject is substituted by QQuickItem, derived from QObject. So a QQuickItem can not be added to a scene.
How can i achieve that? Or there something i obviously misunderstood?

Best regards
lunatic fringe