qt5base-lts/tests/auto/gui/util
Andy Shaw 0b70f5ada9 QDoubleValidator: Allow intermediate values as close as possible to one considered invalid
The documentation states that if you have a range of
0.00-2.00 with the number of decimals set to 2 then
any number up to 9.99 would be considered intermediate.
This is because the number of digits still matches both before
and after the decimal point. If it is 10.0 or 9.999 then
it is still considered invalid.

In the case of 9.999 being invalid in this case, the documentation
is corrected as this was incorrectly indicated as Intermediate,
as the code indicates it as Invalid.

Change-Id: I07b433e856f355916a1240deafdf4ef58e680639
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2018-04-17 15:36:34 +00:00
..
qdesktopservices Fix test for WinRT 2016-09-23 07:20:53 +00:00
qdoublevalidator QDoubleValidator: Allow intermediate values as close as possible to one considered invalid 2018-04-17 15:36:34 +00:00
qintvalidator Updated license headers 2016-01-21 18:55:18 +00:00
qregexpvalidator Updated license headers 2016-01-21 18:55:18 +00:00
qregularexpressionvalidator Updated license headers 2016-01-21 18:55:18 +00:00
qshadergenerator Enable BuiltIn input in the shader graph builder 2018-04-10 23:49:37 +00:00
qshadergraph Implement graph layers support in QShaderGraph 2017-08-02 17:34:48 +00:00
qshadergraphloader Add support for layers in QShaderGraphLoader format 2017-08-02 17:34:52 +00:00
qshadernodes Add the layer concept to QShaderNode and QShaderGraph::Edge 2017-08-02 17:34:44 +00:00
qshadernodesloader Extend the parameter support in QShaderNodeLoader for richer types 2017-08-02 17:34:30 +00:00
util.pro [Shader Graph Gen.] Introduce QShaderNodesLoader 2017-06-20 21:35:51 +00:00