mantidimaging.gui.widgets.spectrum_widgets.fitting_param_form_widget module#

class mantidimaging.gui.widgets.spectrum_widgets.fitting_param_form_widget.FittingParamFormWidget(parent=None)[source]#

Bases: QWidget

Scalable widget to display ROI parameters with Initial and Final values.

clear_rows() None[source]#

Remove all existing rows from the widget.

set_parameters(params: Mapping[str, tuple[float, float]]) None[source]#

Set parameters in the widget. :param params: Dict of label -> (initial, final)