ibl_alignment_gui.plugins.upload_dialog
Functions
Configure and show the upload dialog. |
|
Set up the upload dialog and connect its accepted signal to the callback. |
Classes
Dialog for selecting shanks to upload. |
- class ibl_alignment_gui.plugins.upload_dialog.UploadDialog(controller)[source]
Bases:
QDialogDialog for selecting shanks to upload.
- Parameters:
controller (AlignmentGUIController) – The main application controller.
- on_shank_button_clicked(checked, button)[source]
Update the shank selections based on button clicks.
If the clicked button is ‘All’, it checks all shanks when checked, or reverts to the currently selected shank when unchecked.
- Parameters:
checked (bool) – Whether the button is checked or not.
button (str) – The text of the button that was clicked.
- Return type:
None