QRegExpValidator

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(const(QRegExp) rx, QObject parent)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

regExp
const(QRegExp) regExp()
Undocumented in source. Be warned that the author may not have intended to support it.
regExpChanged
void regExpChanged(const(QRegExp) regExp)
Undocumented in source.
setRegExp
void setRegExp(const(QRegExp) rx)
Undocumented in source.
validate
QValidator.State validate(QString input, int pos)
Undocumented in source.

Meta