Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all, I'm developing an application using Qt 4.7.1 compiled by myself in Linux. Now I need to: @ #include <QRegExpValidator> @ but I get the error in the title of post: @ QRegExpValidator: No such file or directory @
What do you think is the problem?
Do you have the GUI module included as part of your project? Could you try this in your .pro file? @ QT += gui @
Yes... :-D Thanks and sorry for the stupid question.
[quote author="Luca" date="1300098471"]Yes... :-D Thanks and sorry for the stupid question.[/quote] I take this to mean that your problem is solved?
Yes, It solved the problem.