class KFloatValidator |
|
|
QValidator for floating point entry (Obsolete) Obsolete Use KDoubleValidator Extends the QValidator class to properly validate double numeric data. This can be used by QLineEdit or subclass to provide validated text entry.
Author Glen Parker |
|
Constructor. |
|
Constructor. Also sets the minimum and maximum values. |
|
Constructor. Sets the validator to be locale aware if localeAware is true. |
|
Returns true if the validator is locale aware. See also setAcceptLocalizedNumbers(). |
|
Returns the current minimum value allowed. |
|
Fixes the text if possible, providing a valid string. The parameter may be modified. |
|
Sets the validator to be locale aware if is true. In this case, the character KLocale.decimalSymbol() from the global locale is recognized as decimal separator. |
|
Sets the minimum and maximum value allowed. |
|
Returns the current maximum value allowed. |
|
Validates the text, and return the result. Does not modify the parameters. |