aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/outputformatter.cpp
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-04-01 14:55:56 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2019-04-01 14:05:49 +0000
commit346b5aa4ad16da62b99b4cc16b7dcf7a257f9779 (patch)
treeb6463316f08babfd3726a8b91c6c135aa69f6aa8 /src/libs/utils/outputformatter.cpp
parent2221ef04fee9e61463606d32b41d519fd87e95d6 (diff)
QmlDesigner: Use AdaptiveDecimalStepType in timeline DoubleSpinBox
This is something we might consider for the Qt Quick Controls, since we have controls where a pre defined step size does not make much sense, or we simply do not know the step size. Adaptive decimal step means that the step size will continuously be adjusted to one power of ten below the current value. So when the value is 1100, the step is set to 100, so stepping up once increases it to 1200. For 1200 stepping up takes it to 1300. For negative values, stepping down from -1100 goes to -1200. Task-number: QDS-534 Change-Id: I18d3cb43e4fa140d94336b5128c4f1f6707880dd Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/libs/utils/outputformatter.cpp')
0 files changed, 0 insertions, 0 deletions