Did you tried implementing your own validator? Subclass QValidator for checking if the input is right (for example no letters between digits), and fixing input data with QValidator::fixup().
Don't know if it's the best and fastest way but I would give it a try.
Last edited by faldzip; 19th May 2009 at 15:38. Reason: spelling error
I would like to be a "Guru"
Useful hints (try them before asking):
- Use Qt Assistant
- Search the forum
If you haven't found solution yet then create new topic with smart question.
Bookmarks