StatusIndicator#

class StatusIndicator(main_window)[source]#

Bases: object

Methods

StatusIndicator.connect_signals()

Connect all BackgroundTaskManager signals to StatusIndicator and TaskMonitorDialog.

StatusIndicator.hide(*args, **kwargs)

StatusIndicator.hide_progress()

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, ...])

connect_signals()[source]#

Connect all BackgroundTaskManager signals to StatusIndicator and TaskMonitorDialog.

hide_progress()[source]#

Hide the center progress bar.

show_progress(title, total)[source]#

Show the center progress bar for a foreground operation.

update_progress(current, total)[source]#

Update the center progress bar.