Hi,
I don't know how a validator works and I have to add one some complex :S:
+/-xxx.xx, +/-xxx.xx, +/-xxx.xx where x are numbers.
Besides the official documentation is there something usefull?
Thanks
Hi,
I don't know how a validator works and I have to add one some complex :S:
+/-xxx.xx, +/-xxx.xx, +/-xxx.xx where x are numbers.
Besides the official documentation is there something usefull?
Thanks
Well I would say that that is an easy oneHave a look at QRegExpValidator and use a regular expression on testing the string. The documentation is good on how reg exp works but if not, you will find a lot of stuff in the net.
Bookmarks