PDA

View Full Version : [QProgressBar] busy mode



villy
16th November 2006, 15:03
Hi,
I've a question about QProgressBar. How does it work in busy mode?
I think to a "small" rettangle that goes forward and backward (like as indeterminate mode for JProgressBar in Java for who kwons it...). It's correct?
I've set totalSteps to zero, but i don't undertand how to "move" the bar?
Can somebody help me?

Thanks...

wysota
16th November 2006, 16:34
It should go back and forth all the time (a little like in Knight Rider).

Brandybuck
16th November 2006, 18:25
If you set minimum, maximum and value all to zero, then you will get the animation.

villy
17th November 2006, 08:06
ooops.... i didn't call setProgress :o :o... I thought it wasn't necessary if total steps was set to zero :D
Thanks