You can use QPropertyAnimation together with QSequentialAnimationGroup. Since the former can only animate properties, you need a subclass of QGraphicsItem that is derived from QObject. You can obtain that either by subclassing both QObject and QGraphicsPixmapItem, by subclassing QGraphicsObject and teaching it to show a pixmap or by wrapping a QGraphicsPixmapItem into QGraphicsObject.
Bookmarks