12#include <QDoubleSpinBox>
13#include <QDoubleValidator>
45 QValidator::State
validate(QString &text,
int &pos)
const override;
46 void fixup(QString &input)
const override;
47 QString
stripped(
const QString &t,
int *pos)
const;
#define EXPORT_OPT_MANTIDQT_COMMON
double value
The value of the point.
void setDecimals(int value)
QString stripped(const QString &t, int *pos) const
bool isIntermediateValue(const QString &str) const
double valueFromText(const QString &text) const override
void initLocalValues(QWidget *parent)
QString textFromValue(double value) const override
void valueChangedFromArrows()
QScienceSpinBox(QWidget *parent=nullptr)
void setLogSteps(bool logSteps)
QValidator::State validate(QString &text, int &pos) const override
bool m_logSteps
Will step in a log way (multiplicatively)
double round(double value) const
void stepBy(int steps) override
void fixup(QString &input) const override
QVariant validateAndInterpret(QString &input, int &pos, QValidator::State &state) const
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...