Trouble with QRegExpValidator
Unsolved
General and Desktop
-
Hi,
I migrated from qt 5.12 to 5.15 and I have this errorQRegExpValidator: No such file or directory
I 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. -
@Mourad2021
Now might be on opportune moment to consider moving onto QRegularExpressionValidator instead?