d_format | DoubleSpinBox | [private] |
d_max_val | DoubleSpinBox | [private] |
d_min_val | DoubleSpinBox | [private] |
d_prec | DoubleSpinBox | [private] |
d_step | DoubleSpinBox | [private] |
d_value | DoubleSpinBox | [private] |
decimals() | DoubleSpinBox | [inline] |
DoubleSpinBox(const char format= 'g', QWidget *parent=0) | DoubleSpinBox | |
interpretText() | DoubleSpinBox | [private, slot] |
setDecimals(int prec) | DoubleSpinBox | [inline] |
setFormat(const char format, int prec=1) | DoubleSpinBox | [inline] |
setMaximum(double max) | DoubleSpinBox | |
setMinimum(double min) | DoubleSpinBox | |
setRange(double min, double max) | DoubleSpinBox | |
setSingleStep(double val) | DoubleSpinBox | |
setValue(double val) | DoubleSpinBox | |
stepBy(int steps) | DoubleSpinBox | [protected] |
stepEnabled() const | DoubleSpinBox | [protected] |
textFromValue(double value) const | DoubleSpinBox | |
validate(QString &input, int &pos) const | DoubleSpinBox | [virtual] |
value() | DoubleSpinBox | [inline] |
valueChanged(double d) | DoubleSpinBox | [signal] |