dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QIntValidator
qt
gui
validator
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(!QT_NO_VALIDATOR)
extern (
C
++)
class
QIntValidator :
QValidator
{
this
(QObject parent);
this
(int bottom, int top, QObject parent);
~this
();
QValidator
.
State
validate
(QString , int );
void
fixup
(QString input);
void
setBottom
(int );
void
setTop
(int );
void
setRange
(int bottom, int top);
int
bottom
();
int
top
();
void
bottomChanged
(int bottom);
void
topChanged
(int top);
}
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
Source
See Implementation
qt
gui
validator
classes
QDoubleValidator
QIntValidator
QRegExpValidator
QRegularExpressionValidator
QValidator
structs
QDoubleValidatorPrivate
QRegularExpressionValidatorPrivate
QValidatorPrivate