Hi,

I use a QPropertyAnimation to animate a QGraphicsItem but when the animation start it use 25% of the CPU (and I need this CPU for other operations).

All I do is an "update" on the item when the property is changed... so it request an item redraw !

How can I reduce this ?

Thanks