PDA

View Full Version : fading images



sreedhar
4th March 2006, 17:44
Hi,
I want to know whether Qt provides support to do animations. Particularly, I want to have an image that fades into the background and is not seen after some time.

Please so reply me.

regards,
sreedhar

wysota
4th March 2006, 18:06
Yes. Use QTimer and change alpha value on each timeout. 16th issue of Qt Quarterly describes something simmilar.

jacek
4th March 2006, 19:27
You can also use QMovie.

Dwarf007
6th March 2006, 15:20
Hi sreedhar,

have a look at the following: http://doc.trolltech.com/qq/qq16-fader.html

Enjoy!
Daniel

sreedhar
6th March 2006, 16:32
Thanks a lot,

sree