15 #ifndef BORNAGAIN_GUI_VIEW_INSTRUMENT_DETECTORALIGNMENTEDITOR_H
16 #define BORNAGAIN_GUI_VIEW_INSTRUMENT_DETECTORALIGNMENTEDITOR_H
20 class DetectorAlignmentForm;
Widget for selecting the alignment of a detector (combo box) and input of the corresponding values.
RectangularDetectorItem * m_item
DetectorAlignmentEditor(QWidget *parent, RectangularDetectorItem *item)
DoubleSpinBox * createSpinBox(QFormLayout *parentFormLayout, const DoubleDescriptor &d)
void addVector(QFormLayout *parentLayout, const VectorDescriptor &d)
void createAligmentWidgets()
QFormLayout * m_formLayout
Describes properties of a double value which are necessary to allow GUI representation,...
SpinBox for DoubleDescriptors, supporting units.
Describes properties of a 3D vector, consisting of three double values.