23 #ifndef SCIENTIFICDOUBLESPINBOX_H 24 #define SCIENTIFICDOUBLESPINBOX_H 26 #include <tulip/tulipconf.h> 28 #include <QDoubleSpinBox> 43 State validate(QString &input,
int &pos)
const;
45 void fixup(QString &text)
const;
60 QValidator::State validate(QString &input,
int &pos)
const;
62 void fixup(QString &input)
const;
64 double valueFromText(
const QString &text)
const;
66 QString textFromValue(
double value)
const;
68 void stepBy(
int steps);
74 #endif // SCIENTIFICDOUBLESPINBOX_H Utility class implementing a QDoubleSpinBox supporting scientific notation.
Utility class used to validate that a QString contains a valid representation of a floating point num...