|
|
QValidator for floating point entry. Extends the QValidator class to properly validate double numeric data. This can be used by QLineEdit or subclass to provide validated text entry.
| |
Constuctor.
| |
Constuctor. Also sets the minimum and maximum values.
| ~ |
[virtual]
Destructor.
| State |
[const virtual]
Validate the text, and return the result. Does not modify the paramaters.
| void |
[const virtual]
Fix the text if possible, providing a valid string. The parameter may be modified.
Reimplemented from QValidator
| void |
[virtual]
Set the minimum and maximum value allowed.
| double |
[const virtual]
Return the current minimum value allowed.
| double |
[const virtual]
Return the current maximum value allowed.