PDA

View Full Version : Animation of frames using QGraphicPixmapItem



SlaynX
6th May 2011, 14:05
Hi,

I'm new to Qt and so far I've been using QPropertyAnimation to animate QGraphicPixmapItem movements in QGraphicsScene with QGraphicsView.However I still do not know how to animate them as in frame by frame. For example, if I got a bunch of sprite of a man walking, how should I go about it. I heard you can just place a QMovie and a gif image to do so but is there other solution?? Thanks.