PDA

View Full Version : It's posible rotate a QGraphicsView without rotating it's background?



Hogwarts
18th September 2012, 22:44
I need to rotate a QGraphicsView without rotating it's background. Can this be done?...or the only way to leave intact the background is to continue making transformations in the QPainter object used in void drawBackground(QPainter *painter, const QRectF &rect) of QGraphicsView class.

Any help is welcome.
Thanks in advanced.