개정판 ef90c19c
fix
Change-Id: I75b8ad235f6fff643ce13007c0e9b915fd8706b2
DTI_PID/DTI_PID/SymbolEditor_UI.py | ||
---|---|---|
593 | 593 |
self.doubleSpinBoxX.setMinimum(0.3) |
594 | 594 |
self.doubleSpinBoxX.setMaximum(9.9) |
595 | 595 |
self.doubleSpinBoxX.setSingleStep(0.1) |
596 |
self.doubleSpinBoxX.setProperty("value", 1.0) |
|
596 | 597 |
self.doubleSpinBoxX.setObjectName("doubleSpinBoxX") |
597 | 598 |
self.horizontalLayout_2.addWidget(self.doubleSpinBoxX) |
598 | 599 |
self.doubleSpinBoxY = QtWidgets.QDoubleSpinBox(self.scrollAreaWidgetContents) |
... | ... | |
600 | 601 |
self.doubleSpinBoxY.setMinimum(0.3) |
601 | 602 |
self.doubleSpinBoxY.setMaximum(9.9) |
602 | 603 |
self.doubleSpinBoxY.setSingleStep(0.1) |
604 |
self.doubleSpinBoxY.setProperty("value", 1.0) |
|
603 | 605 |
self.doubleSpinBoxY.setObjectName("doubleSpinBoxY") |
604 | 606 |
self.horizontalLayout_2.addWidget(self.doubleSpinBoxY) |
605 | 607 |
self.gridLayout_7.addLayout(self.horizontalLayout_2, 4, 1, 1, 3) |
DTI_PID/DTI_PID/UI/SymbolEditor.ui | ||
---|---|---|
1212 | 1212 |
<property name="singleStep"> |
1213 | 1213 |
<double>0.100000000000000</double> |
1214 | 1214 |
</property> |
1215 |
<property name="value"> |
|
1216 |
<double>1.000000000000000</double> |
|
1217 |
</property> |
|
1215 | 1218 |
</widget> |
1216 | 1219 |
</item> |
1217 | 1220 |
<item> |
... | ... | |
1228 | 1231 |
<property name="singleStep"> |
1229 | 1232 |
<double>0.100000000000000</double> |
1230 | 1233 |
</property> |
1234 |
<property name="value"> |
|
1235 |
<double>1.000000000000000</double> |
|
1236 |
</property> |
|
1231 | 1237 |
</widget> |
1232 | 1238 |
</item> |
1233 | 1239 |
</layout> |
내보내기 Unified diff