Quote Originally Posted by Anjali Srivastava View Post
Some of the items are created as QGraphicsItem and some are QDeclarativeItem, If we will not use QGraphicsScene, then how will we add QGraphicsItems to the scene?
What kind if items do you create as graphics items?

It might be possible to just make custom declarative items and create all items from QML.

Quote Originally Posted by Anjali Srivastava View Post
QGracphicsView and QGraphicsScene is already there and we used QQuickWidget to show the QML items into the scene.
So currently you have a QDeclarativeView as an item in your QGraphicsScene?

Cheers,
_