QML DoubleValidator ElementDoubleValidator instantiates the C++ class QDoubleValidator PropertiesDetailed DescriptionThis element provides a validator for non-integer numbers. Property DocumentationThis property holds the validator's minimum acceptable value. By default, this property contains a value of -infinity. This property holds the validator's maximum number of digits after the decimal point. By default, this property contains a value of 1000. This property holds the notation of how a string can describe a number. The possible values for this property are:
If this property is set to DoubleValidator.ScientificNotation, the written number may have an exponent part (e.g. 1.5E-2). This property holds the validator's maximum acceptable value. By default, this property contains a value of infinity. © 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia. Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. |