Hi anda_skoa,
If you are using the declarative framework for the actual item construction, I would recommend not interacting with the QGraphicsScene from C++. This will then nicely map to using Qt5 QtQuick.
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?
You would be using the QQuickWidget instead of the QGraphicsView, not as a part of it
QGracphicsView and QGraphicsScene is already there and we used QQuickWidget to show the QML items into the scene.
Bookmarks