|
void | setValue (double value) |
|
void | selectAll () |
|
void | stepDown () |
|
void | stepUp () |
|
|
void | valueChanged (double d) |
|
void | valueChanged (const QString &text) |
|
void | editingFinished () |
|
|
| DoubleValueDragSpinBox (QWidget *parent=nullptr) |
|
void | setReadOnly (bool r) |
|
bool | isReadOnly () const |
|
void | setSpecialValueText (const QString &txt) |
|
QString | specialValueText () const |
|
void | setWrapping (bool w) |
|
bool | wrapping () const |
|
QString | text () const |
|
QString | cleanText () const |
|
int | decimals () const |
|
double | maximum () const |
|
double | minimum () const |
|
QString | prefix () const |
|
void | setDecimals (int prec) |
|
void | setMaximum (double max) |
|
void | setMinimum (double min) |
|
void | setPrefix (const QString &prefix) |
|
void | setRange (double minimum, double maximum) |
|
void | setSingleStep (double val) |
|
void | setSuffix (const QString &suffix) |
|
double | singleStep () const |
|
QString | suffix () const |
|
double | value () const |
|
The documentation for this class was generated from the following files:
- doublevaluedragspinbox.h
- doublevaluedragspinbox.cpp