PDA

View Full Version : Slide show using QProperty animation



mvbhavsar
10th August 2011, 11:24
Hi,

I want to develop a text slideshow using QPropertyAnimation. For this I have created 2 QGraphicsTextItem and is passed to 2 QPropertyAnimation object. As I want to display text 1 after another I used QSequentialAnimationGroup. This works fine and display both text at specified time. The only thing which is not happening is that first text should disappear before second text comes up by second QPropertyAnimation object. Also once text is disappreared, that object should be deleted.

Pl. help me.


Thanks

Manish