Jacek is correct. If you don't need scientific notation, you can better achieve what you want with a regular expression validator:Originally Posted by jacek
Qt Code:
To copy to clipboard, switch view to plain text mode
Jacek is correct. If you don't need scientific notation, you can better achieve what you want with a regular expression validator:Originally Posted by jacek
Qt Code:
To copy to clipboard, switch view to plain text mode
Yes, of course, RegEx.
just one thing though: at compile time I don't know what my min, max are.
Still, no way around that without the work - I'll have convert my max to a string parse it and build my RegEx. Or validate by hand as suggested.
Thanks guys,
K
Bookmarks