QDoubleValidator

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(QObject parent)
Undocumented in source.
this
this(double bottom, double top, int decimals, QObject parent)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Enums

Notation
enum Notation
Undocumented in source.

Functions

bottom
double bottom()
Undocumented in source. Be warned that the author may not have intended to support it.
bottomChanged
void bottomChanged(double bottom)
Undocumented in source.
decimals
int decimals()
Undocumented in source. Be warned that the author may not have intended to support it.
decimalsChanged
void decimalsChanged(int decimals)
Undocumented in source.
notation
Notation notation()
Undocumented in source.
notationChanged
void notationChanged(QDoubleValidator.Notation notation)
Undocumented in source.
setBottom
void setBottom(double )
Undocumented in source.
setDecimals
void setDecimals(int )
Undocumented in source.
setNotation
void setNotation(Notation )
Undocumented in source.
setRange
void setRange(double bottom, double top, int decimals)
Undocumented in source.
setTop
void setTop(double )
Undocumented in source.
top
double top()
Undocumented in source. Be warned that the author may not have intended to support it.
topChanged
void topChanged(double top)
Undocumented in source.
validate
QValidator.State validate(QString , int )
Undocumented in source.

Meta