Hello,

I want to save the position and orientation of a QGraphicsItem, so I can load it from file again. What would be the best way to do this? Am I obligated to store a whole transformation matrix for each item or is there a better way?

Jeroen