View Single Post
Posts: 58 | Thanked: 10 times | Joined on Dec 2009
#1
Hi,

I have some os.system commands in my app that take some time executing.

I'd like to display a progress bar over my main windows while the commands are running.
It would also be nice if i could write text to it according to execution state, like "adjusting image", "running recognition", "deleting tmp files"

How can I do this in Qt and python?