mosaic.widgets.StatusIndicator#

class StatusIndicator(main_window)[source]#

Bases: object

__init__(main_window)[source]#

Methods

__init__(main_window)

connect_signals()

Connect all BackgroundTaskManager signals to StatusIndicator and TaskMonitorDialog.

hide(*args, **kwargs)

hide_progress()

Hide the center progress bar.

instance()

show(*args, **kwargs)

show_progress(title, total)

Show the center progress bar for a foreground operation.

update_progress(current, total)

Update the center progress bar.

update_status([interaction, target, busy, task])