QGraphicsItem has the functions rotate, translate, shear. But i need the function mirror.
This function should mirror the graphic at the x-axis and/or the y-axis.
E.g. if "/ " is a graphic and it is mirrored to the y-axis it becomes "\".
Is such a function implemented or how can i implement it.