PDA

View Full Version : Validation



Tavit
21st March 2009, 06:40
Hi friends..
I have a small doubt,how to do the form validations in qt.. If any body now's please help me.
Advance thanks for all..

munna
21st March 2009, 06:55
You can use QValidator.

Lykurg
21st March 2009, 07:03
...or use a input mask for line edits: QLineEdit::setInputMask()