How do QGraphicsView transforms work?
-
I've been trying to move a view around my scene with translate() as suggested in the docs - it doesn't appear to do anything at all (well if I check the matrix returned by transform() I can see that the call has indeed updated the matrix but my view doesn't move at all).
I can move about the scene programmatically by setting values for the (hidden) scroll bars.
Am I misunderstanding the docs, or seeing some sort of bug?
Mark
-
Hmmm, just saw this in the bug database:
http://bugreports.qt.nokia.com/browse/QTBUG-6542If it's really the case that translate() doesn't work then perhaps the docs could be updated?