nqrduck_spectrometer.base_spectrometer_view#
The Base Class for all Spectrometer Views.
Classes
|
The View Class for all Spectrometers. |
- class nqrduck_spectrometer.base_spectrometer_view.BaseSpectrometerView(*args: Any, **kwargs: Any)#
The View Class for all Spectrometers.
- class DefaultSettingsDialog(*args: Any, **kwargs: Any)#
Dialog to set or clear the default settings of the spectrometer.
- on_clear_button_clicked()#
This method is called when the clear button is clicked.
- on_set_current_button_clicked()#
This method is called when the set current button is clicked.
- load_settings_ui() None#
This method automatically generates a view for the settings of the module.
If there is a widget file that has been generated by Qt Designer, it will be used. Otherwise, a default view will be generated.
- on_default_button_clicked()#
This method is called when the default button is clicked.
- on_load_button_clicked()#
This method is called when the load button is clicked.
- on_save_button_clicked()#
This method is called when the save button is clicked.