Actually there isn't any. But of course you could inherit current QProgressBar to take double values. But you need to simulate changing double values to integers at the background. I mean assume that you want to setProgress to 13,12 so you could do this by using 13,12 as 1312 then apply it internally to setProgress(int) function. This sound wierd but it works.
Bookmarks