|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>FixRoundingErrors</class> |
|
4 <widget class="QDialog" name="FixRoundingErrors"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>235</width> |
|
10 <height>243</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Fix rounding errors</string> |
|
15 </property> |
|
16 <layout class="QFormLayout" name="formLayout"> |
|
17 <item row="0" column="0" colspan="2"> |
|
18 <widget class="QGroupBox" name="groupBox"> |
|
19 <property name="title"> |
|
20 <string>Co-ordinates</string> |
|
21 </property> |
|
22 <layout class="QGridLayout" name="gridLayout"> |
|
23 <item row="0" column="0"> |
|
24 <widget class="QCheckBox" name="checkboxX"> |
|
25 <property name="text"> |
|
26 <string>X</string> |
|
27 </property> |
|
28 </widget> |
|
29 </item> |
|
30 <item row="0" column="1"> |
|
31 <widget class="QLabel" name="label"> |
|
32 <property name="text"> |
|
33 <string>=</string> |
|
34 </property> |
|
35 <property name="buddy"> |
|
36 <cstring>valueX</cstring> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item row="0" column="2"> |
|
41 <widget class="QDoubleSpinBox" name="valueX"> |
|
42 <property name="enabled"> |
|
43 <bool>false</bool> |
|
44 </property> |
|
45 <property name="decimals"> |
|
46 <number>5</number> |
|
47 </property> |
|
48 <property name="maximum"> |
|
49 <double>10000.000000000000000</double> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item row="1" column="0"> |
|
54 <widget class="QCheckBox" name="checkboxY"> |
|
55 <property name="text"> |
|
56 <string>Y</string> |
|
57 </property> |
|
58 </widget> |
|
59 </item> |
|
60 <item row="1" column="1"> |
|
61 <widget class="QLabel" name="label_3"> |
|
62 <property name="text"> |
|
63 <string>=</string> |
|
64 </property> |
|
65 <property name="buddy"> |
|
66 <cstring>valueY</cstring> |
|
67 </property> |
|
68 </widget> |
|
69 </item> |
|
70 <item row="1" column="2"> |
|
71 <widget class="QDoubleSpinBox" name="valueY"> |
|
72 <property name="enabled"> |
|
73 <bool>false</bool> |
|
74 </property> |
|
75 <property name="decimals"> |
|
76 <number>5</number> |
|
77 </property> |
|
78 <property name="maximum"> |
|
79 <double>10000.000000000000000</double> |
|
80 </property> |
|
81 </widget> |
|
82 </item> |
|
83 <item row="2" column="0"> |
|
84 <widget class="QCheckBox" name="checkboxZ"> |
|
85 <property name="text"> |
|
86 <string>Z</string> |
|
87 </property> |
|
88 </widget> |
|
89 </item> |
|
90 <item row="2" column="1"> |
|
91 <widget class="QLabel" name="label_4"> |
|
92 <property name="text"> |
|
93 <string>=</string> |
|
94 </property> |
|
95 <property name="buddy"> |
|
96 <cstring>valueZ</cstring> |
|
97 </property> |
|
98 </widget> |
|
99 </item> |
|
100 <item row="2" column="2"> |
|
101 <widget class="QDoubleSpinBox" name="valueZ"> |
|
102 <property name="enabled"> |
|
103 <bool>false</bool> |
|
104 </property> |
|
105 <property name="decimals"> |
|
106 <number>5</number> |
|
107 </property> |
|
108 <property name="maximum"> |
|
109 <double>10000.000000000000000</double> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 </layout> |
|
114 </widget> |
|
115 </item> |
|
116 <item row="1" column="0"> |
|
117 <widget class="QLabel" name="label_2"> |
|
118 <property name="text"> |
|
119 <string>Threshold:</string> |
|
120 </property> |
|
121 <property name="buddy"> |
|
122 <cstring>threshold</cstring> |
|
123 </property> |
|
124 </widget> |
|
125 </item> |
|
126 <item row="1" column="1"> |
|
127 <widget class="QDoubleSpinBox" name="threshold"> |
|
128 <property name="decimals"> |
|
129 <number>5</number> |
|
130 </property> |
|
131 <property name="minimum"> |
|
132 <double>0.000010000000000</double> |
|
133 </property> |
|
134 <property name="maximum"> |
|
135 <double>10000.000000000000000</double> |
|
136 </property> |
|
137 <property name="singleStep"> |
|
138 <double>0.000100000000000</double> |
|
139 </property> |
|
140 <property name="value"> |
|
141 <double>0.001000000000000</double> |
|
142 </property> |
|
143 </widget> |
|
144 </item> |
|
145 <item row="2" column="0" colspan="2"> |
|
146 <widget class="QDialogButtonBox" name="buttonBox"> |
|
147 <property name="orientation"> |
|
148 <enum>Qt::Horizontal</enum> |
|
149 </property> |
|
150 <property name="standardButtons"> |
|
151 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
152 </property> |
|
153 </widget> |
|
154 </item> |
|
155 </layout> |
|
156 <zorder>buttonBox</zorder> |
|
157 <zorder>label_2</zorder> |
|
158 <zorder>groupBox</zorder> |
|
159 <zorder>threshold</zorder> |
|
160 </widget> |
|
161 <tabstops> |
|
162 <tabstop>checkboxX</tabstop> |
|
163 <tabstop>valueX</tabstop> |
|
164 <tabstop>checkboxY</tabstop> |
|
165 <tabstop>valueY</tabstop> |
|
166 <tabstop>checkboxZ</tabstop> |
|
167 <tabstop>valueZ</tabstop> |
|
168 <tabstop>threshold</tabstop> |
|
169 </tabstops> |
|
170 <resources/> |
|
171 <connections> |
|
172 <connection> |
|
173 <sender>buttonBox</sender> |
|
174 <signal>accepted()</signal> |
|
175 <receiver>FixRoundingErrors</receiver> |
|
176 <slot>accept()</slot> |
|
177 <hints> |
|
178 <hint type="sourcelabel"> |
|
179 <x>225</x> |
|
180 <y>215</y> |
|
181 </hint> |
|
182 <hint type="destinationlabel"> |
|
183 <x>157</x> |
|
184 <y>242</y> |
|
185 </hint> |
|
186 </hints> |
|
187 </connection> |
|
188 <connection> |
|
189 <sender>buttonBox</sender> |
|
190 <signal>rejected()</signal> |
|
191 <receiver>FixRoundingErrors</receiver> |
|
192 <slot>reject()</slot> |
|
193 <hints> |
|
194 <hint type="sourcelabel"> |
|
195 <x>225</x> |
|
196 <y>221</y> |
|
197 </hint> |
|
198 <hint type="destinationlabel"> |
|
199 <x>234</x> |
|
200 <y>242</y> |
|
201 </hint> |
|
202 </hints> |
|
203 </connection> |
|
204 <connection> |
|
205 <sender>checkboxX</sender> |
|
206 <signal>clicked(bool)</signal> |
|
207 <receiver>valueX</receiver> |
|
208 <slot>setEnabled(bool)</slot> |
|
209 <hints> |
|
210 <hint type="sourcelabel"> |
|
211 <x>49</x> |
|
212 <y>53</y> |
|
213 </hint> |
|
214 <hint type="destinationlabel"> |
|
215 <x>93</x> |
|
216 <y>47</y> |
|
217 </hint> |
|
218 </hints> |
|
219 </connection> |
|
220 <connection> |
|
221 <sender>checkboxY</sender> |
|
222 <signal>clicked(bool)</signal> |
|
223 <receiver>valueY</receiver> |
|
224 <slot>setEnabled(bool)</slot> |
|
225 <hints> |
|
226 <hint type="sourcelabel"> |
|
227 <x>60</x> |
|
228 <y>94</y> |
|
229 </hint> |
|
230 <hint type="destinationlabel"> |
|
231 <x>132</x> |
|
232 <y>91</y> |
|
233 </hint> |
|
234 </hints> |
|
235 </connection> |
|
236 <connection> |
|
237 <sender>checkboxZ</sender> |
|
238 <signal>clicked(bool)</signal> |
|
239 <receiver>valueZ</receiver> |
|
240 <slot>setEnabled(bool)</slot> |
|
241 <hints> |
|
242 <hint type="sourcelabel"> |
|
243 <x>61</x> |
|
244 <y>129</y> |
|
245 </hint> |
|
246 <hint type="destinationlabel"> |
|
247 <x>107</x> |
|
248 <y>133</y> |
|
249 </hint> |
|
250 </hints> |
|
251 </connection> |
|
252 </connections> |
|
253 </ui> |