Hi,
In my app based entirely on GraphicsView, I have items which can be rotated , mirrored etc. I want to save these states in a file without having to maintain separate variable like currentAngle . I thought of saving the matrix itself but I want to support old file format
And hence I need a way to extract only rotation part, mirroring separately!
Is it possible to extract only them from an item ?