Qt 6.11 is out! See what's new in the release
blog
Saving the current state of a QGraphicsScene.
General and Desktop
4
Posts
2
Posters
1.6k
Views
1
Watching
-
Hi ,
I need to implement a saving feature in my application .Let say that a user opens the application,draws to rectangles on the scene and quits.The new feature would allow him to save the current state of the scene so that it can loaded when the application is run again.Is there a way this can be easily achieved in Qt?
Thanks.