View Single Post
Posts: 58 | Thanked: 10 times | Joined on Dec 2009
#3
Originally Posted by Joorin View Post
Did you even try to do a Google search? One search later I found this:

http://zetcode.com/tutorials/pyqt4/widgets/

Jump down to the part about ProgressBar.
Of course I tried googleing.
The problem is I don't have timed events.
I can't know how long does it take for commands to execute.

I need a progress bar that will load "indefinitely" (from left to right, and back) until the commands are over and I have to close the progress bar manually.