mantidimaging.gui.windows.spectrum_viewer.view module¶
- class mantidimaging.gui.windows.spectrum_viewer.view.SpectrumViewerWindowView(main_window: MainWindowView)[source]¶
Bases:
BaseMainWindowView
- add_roi_table_row(row: int, name: str, colour: str)[source]¶
Add a new row to the ROI table
@param row: The row number @param name: The name of the ROI @param colour: The colour of the ROI
- exportButton: QPushButton¶
- imageLayout: QVBoxLayout¶
- normaliseCheckBox: QCheckBox¶
- normaliseErrorIcon: QLabel¶
- normaliseStackSelector: DatasetSelectorWidgetView¶
- property roi_table_model¶
- sampleStackSelector: DatasetSelectorWidgetView¶
- set_export_button_enabled(enabled: bool)[source]¶
Toggle enabled state of the export button
@param enabled: True to enable the button, False to disable it
- tableView: RemovableRowTableView¶