mantidimaging.gui.widgets.spectrum_widgets.tof_properties module#
- class mantidimaging.gui.widgets.spectrum_widgets.tof_properties.ExperimentSetupFormWidget(parent: QWidget = None)[source]#
Bases:
QGroupBox
A custom Qt widget for setting up experiment properties related to Time of Flight (ToF).
This widget contains input fields for flight path and time delay.
- Attributes:
timeDelayLabel: Label for the time delay input field. flightPathSpinBox: Spin box for inputting the flight path value. flightPathLabel: Label for the flight path input field. timeDelaySpinBox: Spin box for inputting the time delay value.