Hi All
I am using QGraphics framework for an application to display images and add text, shapes and items over the image. QGraphics framework seems to be a right fit for my need, because i need to allow all the items to be repositioned and editable/ show/hide items etc.
The challenge however is when i save the image, i do not want the text/items to be burned in.This happens when i render using QPainter.
While saving the image, i need to save the user created items as a separate layer and preserve the original image.Similarly , when i reload the image, i want to load back the items layer separately, only on demand.
Could somebody provide suggestions if QGraphics Framework has existing capability to support this ? I would really appreciate any hints. Thank you !
Bookmarks