PDA

View Full Version : Indefinite ProgressBar



csvivek
15th April 2008, 07:12
Hi,
I have process that requires a indefinite progress bar. The Length of the process is indefinite,
so i require some ui to indicate this. can anyof u suggest a better ui for this.!
The <QProgressBar> supports only for process for definite length. or please suggest a way to full fill this requirement.
Thanks

marcel
15th April 2008, 08:04
QProgressBar works too, just set its minimum and maximum values to 0.

csvivek
15th April 2008, 12:02
WOW!
Thanks a lot its working