mantidimaging.gui.dialogs.async_task.view module#
- class mantidimaging.gui.dialogs.async_task.view.AsyncTaskDialogView(parent: QMainWindow)[source]#
Bases:
BaseDialogView
- handle_completion(successful: bool) None [source]#
Updates the UI after the task has been completed.
- Parameters:
successful – If the task was successful
- property presenter: AsyncTaskDialogPresenter#