How to animate a QGraphicsItem without using QGraphicsItemAnimation?
Solved
General and Desktop
-
The docs state, that QGraphicsItemAnimation is obsolete and should not be used.
But I did not find an advise about what to use instead since QGraphicsItem does not inherit QObject.