mantidimaging.gui.windows.stack_choice.view module#

class mantidimaging.gui.windows.stack_choice.view.Notification(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

CHOOSE_NEW_DATA = 2#
CHOOSE_ORIGINAL = 1#
TOGGLE_LOCK_HISTOGRAMS = 3#
class mantidimaging.gui.windows.stack_choice.view.StackChoiceView(original_stack: ImageStack, new_stack: ImageStack, presenter: StackComparePresenter | StackChoicePresenter, parent: QMainWindow | None)[source]#

Bases: BaseMainWindowView

closeEvent(self, a0: Optional[QCloseEvent])[source]#
connect_histogram_changes()[source]#
disconnect_histogram_changes()[source]#
lockHistograms: QCheckBox#
newDataButton: QPushButton#
originalDataButton: QPushButton#