Qt 5.15
Qt GUI
C++ Classes
QDoubleValidator
Qt 5.15.12 Reference Documentation
List of All Members for QDoubleValidator
This is the complete list of members for
QDoubleValidator
, including inherited members.
enum
Notation
QDoubleValidator
(double , double , int , QObject *)
QDoubleValidator
(QObject *)
enum
State
bottomChanged
(double )
changed
()
decimalsChanged
(int )
notationChanged
(QDoubleValidator::Notation )
topChanged
(double )
~QDoubleValidator
()
bottom
() const : double
decimals
() const : int
fixup
(QString &) const
locale
() const : QLocale
notation
() const : Notation
setBottom
(
double
)
setDecimals
(
int
)
setLocale
(const QLocale &)
setNotation
(
Notation
)
setRange
(double , double , int )
setTop
(
double
)
top
() const : double
validate
(QString &, int &) const : QValidator::State