I'm a developer who has dabbled with QT and created apps using QGraphicsScene and QGraphicsSceneItem descendants. I'd like to learn me some QML and adapt my app to this framework.
My question is: which is the best QML component for a QGraphicsScene emulation? With this I mean a component that allows for:
- Inserting and positioning thousands interactive graphic objects with a reasonable performance
- Zooming, panning and rotating the resulting drawing
Thanks for the answers.