CustomSignals#

class sofia_redux.pipeline.gui.widgets.CustomSignals[source]#

Bases: QObject

Custom signals for widgets to emit.

Attributes Summary

finished

Signal to emit when finished.

progress

Signal to emit for intermediate progress.

Attributes Documentation

finished = None#

Signal to emit when finished.

progress = None#

Signal to emit for intermediate progress.