|
Moka Ihm Qt
|
Go to the documentation of this file.
24 #ifndef FLOATSPINBOX_QT_HH
25 #define FLOATSPINBOX_QT_HH
35 #include <QtGui/QSpinBox>
36 #include <QtGui/QValidator>
37 #include <QtGui/QLineEdit>
38 #include <QtCore/QString>
46 FloatSpinBox(
double step = 1,
double bottom = -1000,
double top = 1000,
47 int decimals = 3,
float iv = 0.1) ;
53 void setValuef(
float v) ;
57 QString mapValueToText(
int j ) ;
58 int mapTextToValue(
bool* ok ) ;