Table of Contents
[ fromfile: validation.xml id: validation ]
Abstract
Input data generally needs to be screened, or validated, to make sure that it is appropriate. Numeric data generally needs to be within certain ranges. String data often must have a certain format. Validation of input data is an important issue that can be handled in an object-oriented way by a combination of Qt classes. This chapter discusses some efficient ways of validating input, including the use of regular expressions.
Generated: 2012-03-02 | © 2012 Alan Ezust and Paul Ezust. |