Top "Qvalidator" questions

The QValidator class provides validation of input text.

QDoubleValidator is not working?

I'm trying to apply validator in a line edit box in Qt 4.2 and it is not working: QDoubleValidator *haha= new …

c++ qt validation qvalidator