QIntValidator

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(int bottom, int top, QObject parent)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

bottom
int bottom()
Undocumented in source. Be warned that the author may not have intended to support it.
bottomChanged
void bottomChanged(int bottom)
Undocumented in source.
fixup
void fixup(QString input)
Undocumented in source.
setBottom
void setBottom(int )
Undocumented in source.
setRange
void setRange(int bottom, int top)
Undocumented in source.
setTop
void setTop(int )
Undocumented in source.
top
int top()
Undocumented in source. Be warned that the author may not have intended to support it.
topChanged
void topChanged(int top)
Undocumented in source.
validate
QValidator.State validate(QString , int )
Undocumented in source.

Meta