|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>243</width> |
| 9 | + <width>283</width> |
10 | 10 | <height>152</height>
|
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
14 | 14 | <string>Form</string>
|
15 | 15 | </property>
|
16 | 16 | <layout class="QGridLayout" name="gridLayout">
|
17 |
| - <item row="0" column="0"> |
18 |
| - <widget class="QLabel" name="mMarkerLabel"> |
19 |
| - <property name="frameShape"> |
20 |
| - <enum>QFrame::NoFrame</enum> |
21 |
| - </property> |
22 |
| - <property name="text"> |
23 |
| - <string>Marker</string> |
24 |
| - </property> |
25 |
| - </widget> |
26 |
| - </item> |
27 | 17 | <item row="0" column="1">
|
28 |
| - <widget class="QPushButton" name="mChangeMarkerButton"> |
29 |
| - <property name="text"> |
30 |
| - <string>Change</string> |
31 |
| - </property> |
32 |
| - </widget> |
33 |
| - </item> |
34 |
| - <item row="1" column="0"> |
35 |
| - <widget class="QLabel" name="mHorizontalDistanceLabel"> |
36 |
| - <property name="text"> |
37 |
| - <string>Horizontal distance</string> |
38 |
| - </property> |
39 |
| - </widget> |
40 |
| - </item> |
41 |
| - <item row="1" column="1"> |
42 | 18 | <widget class="QDoubleSpinBox" name="mHorizontalDistanceSpinBox">
|
43 | 19 | <property name="decimals">
|
44 | 20 | <number>5</number>
|
|
48 | 24 | </property>
|
49 | 25 | </widget>
|
50 | 26 | </item>
|
51 |
| - <item row="2" column="0"> |
52 |
| - <widget class="QLabel" name="mVerticalDistanceLabel"> |
53 |
| - <property name="text"> |
54 |
| - <string>Vertical distance</string> |
| 27 | + <item row="3" column="1"> |
| 28 | + <widget class="QDoubleSpinBox" name="mVerticalDisplacementSpinBox"> |
| 29 | + <property name="decimals"> |
| 30 | + <number>5</number> |
| 31 | + </property> |
| 32 | + <property name="maximum"> |
| 33 | + <double>999999999.990000009536743</double> |
55 | 34 | </property>
|
56 | 35 | </widget>
|
57 | 36 | </item>
|
58 |
| - <item row="2" column="1"> |
| 37 | + <item row="1" column="1"> |
59 | 38 | <widget class="QDoubleSpinBox" name="mVerticalDistanceSpinBox">
|
60 | 39 | <property name="decimals">
|
61 | 40 | <number>5</number>
|
|
65 | 44 | </property>
|
66 | 45 | </widget>
|
67 | 46 | </item>
|
68 |
| - <item row="3" column="0"> |
| 47 | + <item row="2" column="0"> |
69 | 48 | <widget class="QLabel" name="mHorizontalDisplacementLabel">
|
70 | 49 | <property name="text">
|
71 | 50 | <string>Horizontal displacement</string>
|
72 | 51 | </property>
|
73 | 52 | </widget>
|
74 | 53 | </item>
|
75 |
| - <item row="3" column="1"> |
| 54 | + <item row="0" column="0"> |
| 55 | + <widget class="QLabel" name="mHorizontalDistanceLabel"> |
| 56 | + <property name="text"> |
| 57 | + <string>Horizontal distance</string> |
| 58 | + </property> |
| 59 | + </widget> |
| 60 | + </item> |
| 61 | + <item row="1" column="0"> |
| 62 | + <widget class="QLabel" name="mVerticalDistanceLabel"> |
| 63 | + <property name="text"> |
| 64 | + <string>Vertical distance</string> |
| 65 | + </property> |
| 66 | + </widget> |
| 67 | + </item> |
| 68 | + <item row="2" column="1"> |
76 | 69 | <widget class="QDoubleSpinBox" name="mHorizontalDisplacementSpinBox">
|
77 | 70 | <property name="decimals">
|
78 | 71 | <number>5</number>
|
|
82 | 75 | </property>
|
83 | 76 | </widget>
|
84 | 77 | </item>
|
85 |
| - <item row="4" column="0"> |
| 78 | + <item row="3" column="0"> |
86 | 79 | <widget class="QLabel" name="mVerticalDisplacementLabel">
|
87 | 80 | <property name="text">
|
88 | 81 | <string>Vertical displacement</string>
|
89 | 82 | </property>
|
90 | 83 | </widget>
|
91 | 84 | </item>
|
92 |
| - <item row="4" column="1"> |
93 |
| - <widget class="QDoubleSpinBox" name="mVerticalDisplacementSpinBox"> |
94 |
| - <property name="decimals"> |
95 |
| - <number>5</number> |
96 |
| - </property> |
97 |
| - <property name="maximum"> |
98 |
| - <double>999999999.990000009536743</double> |
99 |
| - </property> |
100 |
| - </widget> |
101 |
| - </item> |
102 | 85 | </layout>
|
103 | 86 | </widget>
|
104 | 87 | <resources/>
|
|
0 commit comments