Qt 5.12
Qt Widgets
C++ Classes
QDoubleSpinBox
Qt 5.12.0 Reference Documentation
List of All Members for QDoubleSpinBox
This is the complete list of members for
QDoubleSpinBox
, including inherited members.
QDoubleSpinBox
(QWidget *)
~QDoubleSpinBox
()
cleanText
() const : QString
decimals
() const : int
fixup
(QString &) const
maximum
() const : double
metaObject
() const : const QMetaObject *
minimum
() const : double
prefix
() const : QString
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
setDecimals
(int )
setMaximum
(double )
setMinimum
(double )
setPrefix
(const QString &)
setRange
(double , double )
setSingleStep
(double )
setStepType
(QAbstractSpinBox::StepType )
setSuffix
(const QString &)
setValue
(double )
singleStep
() const : double
staticMetaObject
: const QMetaObject
stepType
() const : QAbstractSpinBox::StepType
suffix
() const : QString
textFromValue
(double ) const : QString
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
validate
(QString &, int &) const : QValidator::State
value
() const : double
valueChanged
(double )
valueChanged
(const QString &)
valueFromText
(const QString &) const : double