PDA

View Full Version : QProgressBar & 200%



Dmitry
19th January 2006, 11:31
Hi!

If real count of iteration more supprosed, then QProgressBar stop on 100%. How to perform QProgressBar to show more 100%?

Thank.

high_flyer
19th January 2006, 15:59
you will have to subclass QProgressBar and implement it your self.
But I can't see a reason why you would want to do that.
(I could not make out what you meant by "more supprosed", maybe if you explain that it will be more clear)

SkripT
20th January 2006, 12:33
What you could do is scale the range of values that you use to the range [0, 100]