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.

connect_value_changed(handler: pyqtSlot)[source]#
property flight_path: float#
setupUi()[source]#
property time_delay: float#