class KDoubleValidator |
|
|
A locale-aware QDoubleValidator KDoubleValidator extends QDoubleValidator to be locale-aware. That means that - subject to not being disabled - KLocale.decimalSymbol(), KLocale.thousandsSeparator() and KLocale.positiveSign() and KLocale.negativeSign() are respected.
Author Marc Mutz See also KIntValidator
|
|
Constuct a locale-aware KDoubleValidator with default range (whatever QDoubleValidator uses for that) and parent @p parent |
|
Constuct a locale-aware KDoubleValidator for range [@p bottom,@p top] and a precision of decimals decimals after the decimal point. |
|
Returns whether localized numbers are accepted (default: true) |
|
Sets whether to accept localized numbers (default: true) |
|
Overloaded for internal reasons. The API is not affected. |