StatusIndicator#
- class StatusIndicator(main_window)[source]#
Bases:
objectMethods
Connect all BackgroundTaskManager signals to StatusIndicator and TaskMonitorDialog.
StatusIndicator.hide(*args, **kwargs)Hide the center progress bar.
StatusIndicator.instance()StatusIndicator.show(*args, **kwargs)StatusIndicator.show_progress(title, total)Show the center progress bar for a foreground operation.
StatusIndicator.update_progress(current, total)Update the center progress bar.
StatusIndicator.update_status([interaction, ...])