Q_OBJECT
public:
- explicit ModuleBase_DoubleSpinBox( QWidget* theParent = 0, int thePrecision = -12 );
+ explicit ModuleBase_DoubleSpinBox( QWidget* theParent = 0, int thePrecision = 12 );
virtual ~ModuleBase_DoubleSpinBox();
/// Returns true if the control is clear
enum State { Invalid = 0, NoVariable, Incompatible, Acceptable };
public:
- explicit ModuleBase_ParamSpinBox( QWidget* theParent = 0, int thePrecision = -12 );
+ explicit ModuleBase_ParamSpinBox( QWidget* theParent = 0, int thePrecision = 12 );
virtual ~ModuleBase_ParamSpinBox();
virtual void stepBy(int);