25 #ifndef PLOT2D_SETUPCURVESCALEDLG_H
26 #define PLOT2D_SETUPCURVESCALEDLG_H
46 void setScale(
const double );
47 double getScale()
const;
49 void setUndefinedValue();
#define PLOT2D_EXPORT
Definition: Plot2d.h:36
Dialog box for modifying 2d curve scale factor.
Definition: Plot2d_SetupCurveScaleDlg.h:38
QPushButton * myOkBtn
Definition: Plot2d_SetupCurveScaleDlg.h:52
QPushButton * myCancelBtn
Definition: Plot2d_SetupCurveScaleDlg.h:53
QtxDoubleSpinBox * myValueSpin
Definition: Plot2d_SetupCurveScaleDlg.h:54
Enhanced version of the Qt's double spin box.
Definition: QtxDoubleSpinBox.h:32