PDA

View Full Version : Improve QPropertyAnimation on N900



sezaru
10th May 2011, 21:54
Hello guys,
I'm developing a card game for the n900 with Qt, and I'm using QPropertyAnimation to make an slide animation (pos) to an QGraphicsPixmapItem object.
The problem is that the perfomance of the animtaion is somewhat bad, like 5 FPS, my question is if can I improve it someway.

Thanks!

wysota
11th May 2011, 13:24
Hard to say without knowing what you're really doing. You can start by enable caching of your item.