hi,

i want my application to display an animated icon on the systemtray while certain things happening.

I ve set the icon property of QSystemTrayIcon to an animated gif or mng ; it statically displays only the first frame. no animation happens.

this is possible with QMovie and QLabel::setMovie().


how is it done in Qt to display animated graphics on the tray.?

thanks..