swift
|
Forces uppercase. More...
Public Member Functions | |
CUpperCaseValidator (QObject *parent=nullptr) | |
Constructor. | |
CUpperCaseValidator (int minLength, int maxLength, QObject *parent=nullptr) | |
Constructor. | |
CUpperCaseValidator (bool optionalValue, int minLength, int maxLength, QObject *parent=nullptr) | |
Constructor. | |
void | setRestrictions (const QStringList &restrictions) |
Set restrictions. | |
void | setAllowedCharacters (const QString &chars) |
Allowed characters. | |
void | setAllowedCharacters09AZ () |
Set the allowed characters as 0-9 and A-Z. | |
virtual State | validate (QString &input, int &pos) const |
virtual void | fixup (QString &input) const |
Forces uppercase.
Definition at line 17 of file uppercasevalidator.h.
|
virtual |
Definition at line 60 of file uppercasevalidator.cpp.
|
virtual |
Definition at line 35 of file uppercasevalidator.cpp.