The ProgressDialog class shows a progress bar moving left and right until you stop it. More...
The ProgressDialog class shows a progress bar moving left and right until you stop it.
To use it: 1) Create a dialog (eg. dlg = ProgressDialog(self)) 2) Call the start function (eg. dlg.start() ) 3) Call the stop function when the operation has finished (eg. dlg.stop() ) Take into account that the dialog will only show after a couple of seconds. This way, it only appears on long running tasks.
Definition at line 301 of file Common.py.