QRegularExpressionValidator

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(QRegularExpression) re, QObject parent)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

regularExpression
QRegularExpression regularExpression()
Undocumented in source.
regularExpressionChanged
void regularExpressionChanged(const(QRegularExpression) re)
Undocumented in source.
setRegularExpression
void setRegularExpression(const(QRegularExpression) re)
Undocumented in source.
validate
QValidator.State validate(QString input, int pos)
Undocumented in source.

Meta