mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Prepared for only A-Z/0-9 callsign entry
This commit is contained in:
@@ -38,6 +38,9 @@ namespace BlackGui
|
||||
//! Allowed characters
|
||||
void setAllowedCharacters(const QString &chars) { m_allowedCharacters = chars.toUpper(); }
|
||||
|
||||
//! Set the allowed characters as 0-9 and A-Z
|
||||
void setAllowedCharacters09AZ();
|
||||
|
||||
//! \copydoc QValidator::validate
|
||||
virtual State validate(QString &input, int &pos) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user