Guys,

I am looking for something (widget or animated class )that I can use to show the busy status on main screen. For instance I have some process going on the background (copy some data to removable device) but I want to display user some kind of screen that process is currently busy..I can use progress bar to show the progress status. Is there any widget besides QProgressbar or other way to display some sort of animation on screen. I tried to set Pixmap on the label on main screen but I want to keep moving that pixmap. As soon I get status back from background process I want to stop or hide that animation. Something like spinner ?

Thanks.