15 #ifndef BORNAGAIN_GUI_VIEW_INSTRUMENT_AXISPROPERTYEDITOR_H
16 #define BORNAGAIN_GUI_VIEW_INSTRUMENT_AXISPROPERTYEDITOR_H
Use this to edit an AxisProperty.
AxisPropertyEditor(QWidget *parent, const QString &groupTitle, AxisProperty *axisProperty)
DoubleSpinBox * m_minSpinBox
void updateData()
Reload UI from data.
DoubleSpinBox * m_maxSpinBox
QSpinBox * m_nbinsSpinBox
AxisProperty * m_axisProperty
Holds values which can be used to describe a FixedBinAxis.
SpinBox for DoubleDescriptors, supporting units.