summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/buttongroup.ui.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2018-09-20 12:34:31 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2018-10-05 20:06:03 +0000
commit9f710b15f0b1651a26d5b80c2bcb48104bd12db2 (patch)
treea39147a00e8954045a8d5bd4222427c60e1def82 /tests/auto/tools/uic/baseline/buttongroup.ui.h
parent9d27aec869502c7e1689b44a528d9cbd8b1f0545 (diff)
uic: Write the float and double properties in 'f' format
Make the code consistent with the DomProperty::write() method. Task-number: QTBUG-70613 Change-Id: I622b4a019a4473823584de97304f8324f2cf0c6b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'tests/auto/tools/uic/baseline/buttongroup.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/buttongroup.ui.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/auto/tools/uic/baseline/buttongroup.ui.h b/tests/auto/tools/uic/baseline/buttongroup.ui.h
index ddc3995d4b..87814dcba1 100644
--- a/tests/auto/tools/uic/baseline/buttongroup.ui.h
+++ b/tests/auto/tools/uic/baseline/buttongroup.ui.h
@@ -1,7 +1,7 @@
/********************************************************************************
** Form generated from reading UI file 'buttongroup.ui'
**
-** Created by: Qt User Interface Compiler version 5.10.1
+** Created by: Qt User Interface Compiler version 5.12.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
@@ -129,9 +129,9 @@ public:
sizePolicy3.setHeightForWidth(periodSpinBox->sizePolicy().hasHeightForWidth());
periodSpinBox->setSizePolicy(sizePolicy3);
periodSpinBox->setMinimumSize(QSize(0, 30));
- periodSpinBox->setMinimum(-1);
- periodSpinBox->setSingleStep(0.1);
- periodSpinBox->setValue(-1);
+ periodSpinBox->setMinimum(-1.000000000000000);
+ periodSpinBox->setSingleStep(0.100000000000000);
+ periodSpinBox->setValue(-1.000000000000000);
formLayout->setWidget(0, QFormLayout::FieldRole, periodSpinBox);
@@ -139,9 +139,9 @@ public:
amplitudeSpinBox->setObjectName(QString::fromUtf8("amplitudeSpinBox"));
amplitudeSpinBox->setEnabled(false);
amplitudeSpinBox->setMinimumSize(QSize(0, 30));
- amplitudeSpinBox->setMinimum(-1);
- amplitudeSpinBox->setSingleStep(0.1);
- amplitudeSpinBox->setValue(-1);
+ amplitudeSpinBox->setMinimum(-1.000000000000000);
+ amplitudeSpinBox->setSingleStep(0.100000000000000);
+ amplitudeSpinBox->setValue(-1.000000000000000);
formLayout->setWidget(2, QFormLayout::FieldRole, amplitudeSpinBox);
@@ -155,9 +155,9 @@ public:
overshootSpinBox->setObjectName(QString::fromUtf8("overshootSpinBox"));
overshootSpinBox->setEnabled(false);
overshootSpinBox->setMinimumSize(QSize(0, 30));
- overshootSpinBox->setMinimum(-1);
- overshootSpinBox->setSingleStep(0.1);
- overshootSpinBox->setValue(-1);
+ overshootSpinBox->setMinimum(-1.000000000000000);
+ overshootSpinBox->setSingleStep(0.100000000000000);
+ overshootSpinBox->setValue(-1.000000000000000);
formLayout->setWidget(4, QFormLayout::FieldRole, overshootSpinBox);