ibl_alignment_gui.plugins.qc_dialog
Functions
Gather QC inputs and update upload loader with the QC information. |
|
Show the QC dialog. |
|
Set up the QC dialog and connect its accepted signal to the callback. |
Classes
Dialog for collecting QC information from the user. |
- class ibl_alignment_gui.plugins.qc_dialog.QCDialog(view)[source]
Bases:
QDialogDialog for collecting QC information from the user.
- Parameters:
view (AlignmentGUIView) – The main application view.
- ibl_alignment_gui.plugins.qc_dialog.callback(controller)[source]
Gather QC inputs and update upload loader with the QC information.
- Parameters:
controller (AlignmentController) – The main application controller.
- ibl_alignment_gui.plugins.qc_dialog.display(controller, shank)[source]
Show the QC dialog.
- Parameters:
controller (AlignmentGUIController) – The main application controller.
shank (str) – The shank identifier for which the QC dialog is displayed.
- Return type:
int- Returns:
- int
The result of the dialog execution (Accepted or Rejected).