QRegExpValidator with Qt6.3
-
Hi and welcome to devnet,
Beside the question of @ChrisW67, QRegExpValidator was already deprecated in Qt 5 and has been removed from Qt 6. You have QRegularExpressionValidator to replace it.
-
Hello I want to control an email address with Qt 6.3 I would like to know if someone can help me