Part of stoqlib.gui.dialogs.progressdialog View In Hierarchy
This is a dialog you use to show the progress of a certain task. It's just a label, progress bar and button. it'll always be displayed in the center of a screen. The progress is pulsating and updated every 100 ms.
Method | __init__ | Create a new ProgressDialog object. |
Method | start | Start the task, it'll pulsate the progress bar until stop() is called |
Method | stop | Stops pulsating and hides the dialog |
Method | set_label | Update the label of the dialog |
Method | _real_start | Undocumented |
Method | _pulse_timeout | Undocumented |
Method | on_cancel__clicked | Undocumented |
Parameters | label | initial content of the label |
Parameters | wait | how many ms to wait before showing the dialog, defaults to 50 |