6 #ifndef SWIFT_GUI_UPPERCASEVALIDATOR_H
7 #define SWIFT_GUI_UPPERCASEVALIDATOR_H
38 void setAllowedCharacters09AZ();
41 virtual State validate(
QString &input,
int &pos)
const override;
44 virtual void fixup(
QString &input)
const override;
47 bool m_optionalValue =
false;
49 int m_maxLength = 32678;
void setRestrictions(const QStringList &restrictions)
Set restrictions.
void setAllowedCharacters(const QString &chars)
Allowed characters.
QString toUpper() const const
#define SWIFT_GUI_EXPORT
Export a class or function from the library.