Qt 6.11 is out! See what's new in the release
blog
Trouble with QRegExpValidator
-
Hi,
I migrated from qt 5.12 to 5.15 and I have this errorQRegExpValidator: No such file or directoryI used this inclusion
#include <QRegExpValidator> thanks for your help -
Hi
Try with
QT += gui
in .pro file
and run qmake manually from the build menu.
-
Hi,
I migrated from qt 5.12 to 5.15 and I have this errorQRegExpValidator: No such file or directoryI used this inclusion
#include <QRegExpValidator> thanks for your help@Mourad2021
Now might be on opportune moment to consider moving onto QRegularExpressionValidator instead?