mantidimaging.gui.widgets.spectrum_widgets.export_data_table_widget module#

class mantidimaging.gui.widgets.spectrum_widgets.export_data_table_widget.ExportDataTableWidget(parent=None)[source]#

Bases: QWidget

A scalable table widget to display export-relevant data for each ROI. Intended for integration with the fitting/export tab in the spectrum viewer.

clear_table() None[source]#
update_roi_data(roi_name: str, params: dict[str, float], status: str = 'Ready') None[source]#

Add or update a row for the given ROI.