QXRD  0.11.16
qxrdcenterstepspinner.h
Go to the documentation of this file.
1 #ifndef QXRDCENTERSTEPSPINNER_H
2 #define QXRDCENTERSTEPSPINNER_H
3 
4 #include "qcepmacros.h"
5 #include <QDoubleSpinBox>
6 
7 class QxrdCenterStepSpinner : public QDoubleSpinBox
8 {
9  Q_OBJECT
10 public:
11  explicit QxrdCenterStepSpinner(QWidget *parent = 0);
12 
13  virtual void stepBy(int steps);
14 
15 signals:
16 public slots:
17 };
18 
19 #endif // QXRDCENTERSTEPSPINNER_H
QxrdCenterStepSpinner(QWidget *parent=0)
virtual void stepBy(int steps)