[PyQt] QMatrix transformations in QGraphicsView

Luca Fasano lucafasano at interfree.it
Mon Jul 13 09:21:48 BST 2009


Hi all,
is there any Qt Signal or event handler to handle QGraphicsView
transformations which modify its QMatrix (for example scalings,
rotations, ...)?

Until now I overrided standard QGraphisView transformation methods (i.e.
scale(), rotate(), ...) and emitted custom signals in these methods.

But I don't think this is the better way to solve the problem.

Thanks



More information about the PyQt mailing list