[PyQt] Progressbar text format

Baz Walter bazwal at ftml.net
Wed Jun 9 19:38:23 BST 2010


On 09/06/10 10:51, Jothy wrote:
> I want to set the text format of ProgressBar to double/float.
>
> How to do this?

you can format the text in whatever way you like if you create a 
subclass of QProgressBar and reimplement it's text() method.


More information about the PyQt mailing list