1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>MainWindow</class> |
---|
4 | <widget class="QMainWindow" name="MainWindow"> |
---|
5 | <property name="windowModality"> |
---|
6 | <enum>Qt::WindowModal</enum> |
---|
7 | </property> |
---|
8 | <property name="enabled"> |
---|
9 | <bool>true</bool> |
---|
10 | </property> |
---|
11 | <property name="geometry"> |
---|
12 | <rect> |
---|
13 | <x>0</x> |
---|
14 | <y>0</y> |
---|
15 | <width>584</width> |
---|
16 | <height>386</height> |
---|
17 | </rect> |
---|
18 | </property> |
---|
19 | <property name="sizePolicy"> |
---|
20 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
21 | <horstretch>0</horstretch> |
---|
22 | <verstretch>0</verstretch> |
---|
23 | </sizepolicy> |
---|
24 | </property> |
---|
25 | <property name="minimumSize"> |
---|
26 | <size> |
---|
27 | <width>584</width> |
---|
28 | <height>375</height> |
---|
29 | </size> |
---|
30 | </property> |
---|
31 | <property name="maximumSize"> |
---|
32 | <size> |
---|
33 | <width>584</width> |
---|
34 | <height>622</height> |
---|
35 | </size> |
---|
36 | </property> |
---|
37 | <property name="windowTitle"> |
---|
38 | <string>MainWindow</string> |
---|
39 | </property> |
---|
40 | <widget class="QWidget" name="centralwidget"> |
---|
41 | <widget class="QFrame" name="frame_2"> |
---|
42 | <property name="geometry"> |
---|
43 | <rect> |
---|
44 | <x>0</x> |
---|
45 | <y>0</y> |
---|
46 | <width>361</width> |
---|
47 | <height>201</height> |
---|
48 | </rect> |
---|
49 | </property> |
---|
50 | <property name="frameShape"> |
---|
51 | <enum>QFrame::StyledPanel</enum> |
---|
52 | </property> |
---|
53 | <property name="frameShadow"> |
---|
54 | <enum>QFrame::Raised</enum> |
---|
55 | </property> |
---|
56 | <widget class="QLabel" name="label"> |
---|
57 | <property name="geometry"> |
---|
58 | <rect> |
---|
59 | <x>10</x> |
---|
60 | <y>10</y> |
---|
61 | <width>237</width> |
---|
62 | <height>16</height> |
---|
63 | </rect> |
---|
64 | </property> |
---|
65 | <property name="font"> |
---|
66 | <font> |
---|
67 | <weight>75</weight> |
---|
68 | <bold>true</bold> |
---|
69 | </font> |
---|
70 | </property> |
---|
71 | <property name="text"> |
---|
72 | <string>Define numerical grid</string> |
---|
73 | </property> |
---|
74 | </widget> |
---|
75 | <widget class="QWidget" name="horizontalLayoutWidget_2"> |
---|
76 | <property name="geometry"> |
---|
77 | <rect> |
---|
78 | <x>70</x> |
---|
79 | <y>60</y> |
---|
80 | <width>283</width> |
---|
81 | <height>41</height> |
---|
82 | </rect> |
---|
83 | </property> |
---|
84 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
---|
85 | <item> |
---|
86 | <widget class="QSpinBox" name="nx_min_box"> |
---|
87 | <property name="toolTip"> |
---|
88 | <string><html><head/><body><p>Minimum of number of Gridpoints in X-direction.</p></body></html></string> |
---|
89 | </property> |
---|
90 | <property name="minimum"> |
---|
91 | <number>1</number> |
---|
92 | </property> |
---|
93 | <property name="maximum"> |
---|
94 | <number>100000</number> |
---|
95 | </property> |
---|
96 | </widget> |
---|
97 | </item> |
---|
98 | <item> |
---|
99 | <widget class="QSpinBox" name="ny_min_box"> |
---|
100 | <property name="toolTip"> |
---|
101 | <string><html><head/><body><p>Minimum of number of Gridpoints in Y-direction.</p></body></html></string> |
---|
102 | </property> |
---|
103 | <property name="minimum"> |
---|
104 | <number>1</number> |
---|
105 | </property> |
---|
106 | <property name="maximum"> |
---|
107 | <number>100000</number> |
---|
108 | </property> |
---|
109 | </widget> |
---|
110 | </item> |
---|
111 | <item> |
---|
112 | <widget class="QSpinBox" name="nz_min_box"> |
---|
113 | <property name="toolTip"> |
---|
114 | <string><html><head/><body><p>Minimum of number of Gridpoints in Z-direction.</p></body></html></string> |
---|
115 | </property> |
---|
116 | <property name="minimum"> |
---|
117 | <number>1</number> |
---|
118 | </property> |
---|
119 | <property name="maximum"> |
---|
120 | <number>100000</number> |
---|
121 | </property> |
---|
122 | </widget> |
---|
123 | </item> |
---|
124 | </layout> |
---|
125 | </widget> |
---|
126 | <widget class="QWidget" name="horizontalLayoutWidget_3"> |
---|
127 | <property name="geometry"> |
---|
128 | <rect> |
---|
129 | <x>70</x> |
---|
130 | <y>100</y> |
---|
131 | <width>283</width> |
---|
132 | <height>41</height> |
---|
133 | </rect> |
---|
134 | </property> |
---|
135 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
---|
136 | <item> |
---|
137 | <widget class="QSpinBox" name="nx_max_box"> |
---|
138 | <property name="toolTip"> |
---|
139 | <string><html><head/><body><p>Maximum of number of Gridpoints in X-direction.</p></body></html></string> |
---|
140 | </property> |
---|
141 | <property name="autoFillBackground"> |
---|
142 | <bool>false</bool> |
---|
143 | </property> |
---|
144 | <property name="styleSheet"> |
---|
145 | <string notr="true"/> |
---|
146 | </property> |
---|
147 | <property name="frame"> |
---|
148 | <bool>true</bool> |
---|
149 | </property> |
---|
150 | <property name="minimum"> |
---|
151 | <number>1</number> |
---|
152 | </property> |
---|
153 | <property name="maximum"> |
---|
154 | <number>100000</number> |
---|
155 | </property> |
---|
156 | </widget> |
---|
157 | </item> |
---|
158 | <item> |
---|
159 | <widget class="QSpinBox" name="ny_max_box"> |
---|
160 | <property name="toolTip"> |
---|
161 | <string><html><head/><body><p>Maxmimum of number of Gridpoints in Y-direction.</p></body></html></string> |
---|
162 | </property> |
---|
163 | <property name="minimum"> |
---|
164 | <number>1</number> |
---|
165 | </property> |
---|
166 | <property name="maximum"> |
---|
167 | <number>100000</number> |
---|
168 | </property> |
---|
169 | </widget> |
---|
170 | </item> |
---|
171 | <item> |
---|
172 | <widget class="QSpinBox" name="nz_max_box"> |
---|
173 | <property name="toolTip"> |
---|
174 | <string><html><head/><body><p>Maximum of number of Gridpoints in Z-direction.</p></body></html></string> |
---|
175 | </property> |
---|
176 | <property name="minimum"> |
---|
177 | <number>1</number> |
---|
178 | </property> |
---|
179 | <property name="maximum"> |
---|
180 | <number>100000</number> |
---|
181 | </property> |
---|
182 | </widget> |
---|
183 | </item> |
---|
184 | </layout> |
---|
185 | </widget> |
---|
186 | <widget class="QDoubleSpinBox" name="dnxny_box"> |
---|
187 | <property name="geometry"> |
---|
188 | <rect> |
---|
189 | <x>150</x> |
---|
190 | <y>160</y> |
---|
191 | <width>72</width> |
---|
192 | <height>22</height> |
---|
193 | </rect> |
---|
194 | </property> |
---|
195 | <property name="toolTip"> |
---|
196 | <string><html><head/><body><p>Defines Ratio between the number of Gridpoints in X- and Y-direction.</p><p>If nx/ny = 0 , option is deactivated</p><p><br/></p></body></html></string> |
---|
197 | </property> |
---|
198 | <property name="maximum"> |
---|
199 | <double>1000.000000000000000</double> |
---|
200 | </property> |
---|
201 | </widget> |
---|
202 | <widget class="QLabel" name="label_11"> |
---|
203 | <property name="geometry"> |
---|
204 | <rect> |
---|
205 | <x>10</x> |
---|
206 | <y>160</y> |
---|
207 | <width>149</width> |
---|
208 | <height>21</height> |
---|
209 | </rect> |
---|
210 | </property> |
---|
211 | <property name="toolTip"> |
---|
212 | <string><html><head/><body><p>Defines Ratio between the number of Gridpoints in X- and Y-direction.</p><p>If nx/ny = 0 , option is deactivated</p><p><br/></p></body></html></string> |
---|
213 | </property> |
---|
214 | <property name="text"> |
---|
215 | <string>Set fixed ratio (nx / ny):</string> |
---|
216 | </property> |
---|
217 | </widget> |
---|
218 | <widget class="QLabel" name="label_3"> |
---|
219 | <property name="enabled"> |
---|
220 | <bool>true</bool> |
---|
221 | </property> |
---|
222 | <property name="geometry"> |
---|
223 | <rect> |
---|
224 | <x>70</x> |
---|
225 | <y>41</y> |
---|
226 | <width>86</width> |
---|
227 | <height>27</height> |
---|
228 | </rect> |
---|
229 | </property> |
---|
230 | <property name="sizePolicy"> |
---|
231 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
---|
232 | <horstretch>0</horstretch> |
---|
233 | <verstretch>0</verstretch> |
---|
234 | </sizepolicy> |
---|
235 | </property> |
---|
236 | <property name="minimumSize"> |
---|
237 | <size> |
---|
238 | <width>0</width> |
---|
239 | <height>24</height> |
---|
240 | </size> |
---|
241 | </property> |
---|
242 | <property name="toolTip"> |
---|
243 | <string><html><head/><body><p>Number of Gridpoints in X-direction.</p></body></html></string> |
---|
244 | </property> |
---|
245 | <property name="text"> |
---|
246 | <string> nx</string> |
---|
247 | </property> |
---|
248 | </widget> |
---|
249 | <widget class="QLabel" name="label_5"> |
---|
250 | <property name="geometry"> |
---|
251 | <rect> |
---|
252 | <x>260</x> |
---|
253 | <y>41</y> |
---|
254 | <width>41</width> |
---|
255 | <height>27</height> |
---|
256 | </rect> |
---|
257 | </property> |
---|
258 | <property name="sizePolicy"> |
---|
259 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
---|
260 | <horstretch>0</horstretch> |
---|
261 | <verstretch>0</verstretch> |
---|
262 | </sizepolicy> |
---|
263 | </property> |
---|
264 | <property name="minimumSize"> |
---|
265 | <size> |
---|
266 | <width>0</width> |
---|
267 | <height>24</height> |
---|
268 | </size> |
---|
269 | </property> |
---|
270 | <property name="toolTip"> |
---|
271 | <string><html><head/><body><p>Number of Gridpoints in Y-direction.</p></body></html></string> |
---|
272 | </property> |
---|
273 | <property name="text"> |
---|
274 | <string> nz</string> |
---|
275 | </property> |
---|
276 | <property name="scaledContents"> |
---|
277 | <bool>false</bool> |
---|
278 | </property> |
---|
279 | </widget> |
---|
280 | <widget class="QLabel" name="label_4"> |
---|
281 | <property name="geometry"> |
---|
282 | <rect> |
---|
283 | <x>162</x> |
---|
284 | <y>41</y> |
---|
285 | <width>41</width> |
---|
286 | <height>27</height> |
---|
287 | </rect> |
---|
288 | </property> |
---|
289 | <property name="sizePolicy"> |
---|
290 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
---|
291 | <horstretch>0</horstretch> |
---|
292 | <verstretch>0</verstretch> |
---|
293 | </sizepolicy> |
---|
294 | </property> |
---|
295 | <property name="minimumSize"> |
---|
296 | <size> |
---|
297 | <width>0</width> |
---|
298 | <height>27</height> |
---|
299 | </size> |
---|
300 | </property> |
---|
301 | <property name="toolTip"> |
---|
302 | <string><html><head/><body><p>Number of Gridpoints in Z-direction.</p></body></html></string> |
---|
303 | </property> |
---|
304 | <property name="text"> |
---|
305 | <string> ny</string> |
---|
306 | </property> |
---|
307 | </widget> |
---|
308 | <widget class="QLabel" name="label_6"> |
---|
309 | <property name="geometry"> |
---|
310 | <rect> |
---|
311 | <x>10</x> |
---|
312 | <y>60</y> |
---|
313 | <width>80</width> |
---|
314 | <height>37</height> |
---|
315 | </rect> |
---|
316 | </property> |
---|
317 | <property name="text"> |
---|
318 | <string>Minimum</string> |
---|
319 | </property> |
---|
320 | </widget> |
---|
321 | <widget class="QLabel" name="label_7"> |
---|
322 | <property name="geometry"> |
---|
323 | <rect> |
---|
324 | <x>10</x> |
---|
325 | <y>104</y> |
---|
326 | <width>83</width> |
---|
327 | <height>31</height> |
---|
328 | </rect> |
---|
329 | </property> |
---|
330 | <property name="text"> |
---|
331 | <string>Maximum</string> |
---|
332 | </property> |
---|
333 | </widget> |
---|
334 | <widget class="QLabel" name="warning_label"> |
---|
335 | <property name="geometry"> |
---|
336 | <rect> |
---|
337 | <x>230</x> |
---|
338 | <y>155</y> |
---|
339 | <width>121</width> |
---|
340 | <height>31</height> |
---|
341 | </rect> |
---|
342 | </property> |
---|
343 | <property name="autoFillBackground"> |
---|
344 | <bool>false</bool> |
---|
345 | </property> |
---|
346 | <property name="styleSheet"> |
---|
347 | <string notr="true"/> |
---|
348 | </property> |
---|
349 | <property name="text"> |
---|
350 | <string>Input error! Min > Max</string> |
---|
351 | </property> |
---|
352 | </widget> |
---|
353 | </widget> |
---|
354 | <widget class="QFrame" name="frame"> |
---|
355 | <property name="geometry"> |
---|
356 | <rect> |
---|
357 | <x>360</x> |
---|
358 | <y>0</y> |
---|
359 | <width>211</width> |
---|
360 | <height>221</height> |
---|
361 | </rect> |
---|
362 | </property> |
---|
363 | <property name="frameShape"> |
---|
364 | <enum>QFrame::StyledPanel</enum> |
---|
365 | </property> |
---|
366 | <property name="frameShadow"> |
---|
367 | <enum>QFrame::Raised</enum> |
---|
368 | </property> |
---|
369 | <widget class="QLabel" name="label_2"> |
---|
370 | <property name="geometry"> |
---|
371 | <rect> |
---|
372 | <x>10</x> |
---|
373 | <y>10</y> |
---|
374 | <width>204</width> |
---|
375 | <height>16</height> |
---|
376 | </rect> |
---|
377 | </property> |
---|
378 | <property name="font"> |
---|
379 | <font> |
---|
380 | <weight>75</weight> |
---|
381 | <bold>true</bold> |
---|
382 | </font> |
---|
383 | </property> |
---|
384 | <property name="text"> |
---|
385 | <string>Define processor topology</string> |
---|
386 | </property> |
---|
387 | </widget> |
---|
388 | <widget class="QLabel" name="label_14"> |
---|
389 | <property name="geometry"> |
---|
390 | <rect> |
---|
391 | <x>20</x> |
---|
392 | <y>40</y> |
---|
393 | <width>141</width> |
---|
394 | <height>16</height> |
---|
395 | </rect> |
---|
396 | </property> |
---|
397 | <property name="sizePolicy"> |
---|
398 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
399 | <horstretch>0</horstretch> |
---|
400 | <verstretch>0</verstretch> |
---|
401 | </sizepolicy> |
---|
402 | </property> |
---|
403 | <property name="minimumSize"> |
---|
404 | <size> |
---|
405 | <width>141</width> |
---|
406 | <height>16</height> |
---|
407 | </size> |
---|
408 | </property> |
---|
409 | <property name="maximumSize"> |
---|
410 | <size> |
---|
411 | <width>141</width> |
---|
412 | <height>16</height> |
---|
413 | </size> |
---|
414 | </property> |
---|
415 | <property name="toolTip"> |
---|
416 | <string><html><head/><body><p>Number of processors used for calculation.</p></body></html></string> |
---|
417 | </property> |
---|
418 | <property name="text"> |
---|
419 | <string>Number of processors:</string> |
---|
420 | </property> |
---|
421 | </widget> |
---|
422 | <widget class="Line" name="line"> |
---|
423 | <property name="geometry"> |
---|
424 | <rect> |
---|
425 | <x>0</x> |
---|
426 | <y>105</y> |
---|
427 | <width>201</width> |
---|
428 | <height>31</height> |
---|
429 | </rect> |
---|
430 | </property> |
---|
431 | <property name="orientation"> |
---|
432 | <enum>Qt::Horizontal</enum> |
---|
433 | </property> |
---|
434 | </widget> |
---|
435 | <widget class="QLabel" name="label_20"> |
---|
436 | <property name="geometry"> |
---|
437 | <rect> |
---|
438 | <x>22</x> |
---|
439 | <y>61</y> |
---|
440 | <width>89</width> |
---|
441 | <height>22</height> |
---|
442 | </rect> |
---|
443 | </property> |
---|
444 | <property name="text"> |
---|
445 | <string>Minimum</string> |
---|
446 | </property> |
---|
447 | </widget> |
---|
448 | <widget class="QLabel" name="label_21"> |
---|
449 | <property name="geometry"> |
---|
450 | <rect> |
---|
451 | <x>22</x> |
---|
452 | <y>94</y> |
---|
453 | <width>61</width> |
---|
454 | <height>21</height> |
---|
455 | </rect> |
---|
456 | </property> |
---|
457 | <property name="text"> |
---|
458 | <string>Maximum</string> |
---|
459 | </property> |
---|
460 | </widget> |
---|
461 | <widget class="QSpinBox" name="np_max_box"> |
---|
462 | <property name="geometry"> |
---|
463 | <rect> |
---|
464 | <x>110</x> |
---|
465 | <y>90</y> |
---|
466 | <width>83</width> |
---|
467 | <height>25</height> |
---|
468 | </rect> |
---|
469 | </property> |
---|
470 | <property name="sizePolicy"> |
---|
471 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
472 | <horstretch>0</horstretch> |
---|
473 | <verstretch>0</verstretch> |
---|
474 | </sizepolicy> |
---|
475 | </property> |
---|
476 | <property name="minimumSize"> |
---|
477 | <size> |
---|
478 | <width>83</width> |
---|
479 | <height>25</height> |
---|
480 | </size> |
---|
481 | </property> |
---|
482 | <property name="maximumSize"> |
---|
483 | <size> |
---|
484 | <width>83</width> |
---|
485 | <height>25</height> |
---|
486 | </size> |
---|
487 | </property> |
---|
488 | <property name="toolTip"> |
---|
489 | <string><html><head/><body><p>Maximum of number of processors used for calculation.</p></body></html></string> |
---|
490 | </property> |
---|
491 | <property name="minimum"> |
---|
492 | <number>1</number> |
---|
493 | </property> |
---|
494 | <property name="maximum"> |
---|
495 | <number>10000000</number> |
---|
496 | </property> |
---|
497 | </widget> |
---|
498 | <widget class="QSpinBox" name="np_min_box"> |
---|
499 | <property name="geometry"> |
---|
500 | <rect> |
---|
501 | <x>110</x> |
---|
502 | <y>59</y> |
---|
503 | <width>83</width> |
---|
504 | <height>25</height> |
---|
505 | </rect> |
---|
506 | </property> |
---|
507 | <property name="sizePolicy"> |
---|
508 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
---|
509 | <horstretch>0</horstretch> |
---|
510 | <verstretch>0</verstretch> |
---|
511 | </sizepolicy> |
---|
512 | </property> |
---|
513 | <property name="minimumSize"> |
---|
514 | <size> |
---|
515 | <width>83</width> |
---|
516 | <height>25</height> |
---|
517 | </size> |
---|
518 | </property> |
---|
519 | <property name="maximumSize"> |
---|
520 | <size> |
---|
521 | <width>83</width> |
---|
522 | <height>25</height> |
---|
523 | </size> |
---|
524 | </property> |
---|
525 | <property name="toolTip"> |
---|
526 | <string><html><head/><body><p>Minimum of number of processors used for calculation.</p></body></html></string> |
---|
527 | </property> |
---|
528 | <property name="minimum"> |
---|
529 | <number>1</number> |
---|
530 | </property> |
---|
531 | <property name="maximum"> |
---|
532 | <number>10000</number> |
---|
533 | </property> |
---|
534 | </widget> |
---|
535 | <widget class="QWidget" name="layoutWidget"> |
---|
536 | <property name="geometry"> |
---|
537 | <rect> |
---|
538 | <x>10</x> |
---|
539 | <y>130</y> |
---|
540 | <width>182</width> |
---|
541 | <height>27</height> |
---|
542 | </rect> |
---|
543 | </property> |
---|
544 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
545 | <item> |
---|
546 | <widget class="QCheckBox" name="strict_box"> |
---|
547 | <property name="toolTip"> |
---|
548 | <string><html><head/><body><p>Fixed value for the tasks per node</p></body></html></string> |
---|
549 | </property> |
---|
550 | <property name="text"> |
---|
551 | <string>Strict Matching</string> |
---|
552 | </property> |
---|
553 | </widget> |
---|
554 | </item> |
---|
555 | <item> |
---|
556 | <widget class="QSpinBox" name="tpn_box"> |
---|
557 | <property name="enabled"> |
---|
558 | <bool>true</bool> |
---|
559 | </property> |
---|
560 | <property name="sizePolicy"> |
---|
561 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
562 | <horstretch>0</horstretch> |
---|
563 | <verstretch>0</verstretch> |
---|
564 | </sizepolicy> |
---|
565 | </property> |
---|
566 | <property name="minimumSize"> |
---|
567 | <size> |
---|
568 | <width>72</width> |
---|
569 | <height>25</height> |
---|
570 | </size> |
---|
571 | </property> |
---|
572 | <property name="maximumSize"> |
---|
573 | <size> |
---|
574 | <width>72</width> |
---|
575 | <height>25</height> |
---|
576 | </size> |
---|
577 | </property> |
---|
578 | <property name="toolTip"> |
---|
579 | <string><html><head/><body><p>Fixed value for the tasks per node</p></body></html></string> |
---|
580 | </property> |
---|
581 | <property name="maximum"> |
---|
582 | <number>10000</number> |
---|
583 | </property> |
---|
584 | <property name="value"> |
---|
585 | <number>24</number> |
---|
586 | </property> |
---|
587 | </widget> |
---|
588 | </item> |
---|
589 | </layout> |
---|
590 | </widget> |
---|
591 | <widget class="QSlider" name="tolerance_bar"> |
---|
592 | <property name="geometry"> |
---|
593 | <rect> |
---|
594 | <x>10</x> |
---|
595 | <y>190</y> |
---|
596 | <width>121</width> |
---|
597 | <height>23</height> |
---|
598 | </rect> |
---|
599 | </property> |
---|
600 | <property name="toolTip"> |
---|
601 | <string><html><head/><body><p>Tolerance for npex / npey</p></body></html></string> |
---|
602 | </property> |
---|
603 | <property name="value"> |
---|
604 | <number>10</number> |
---|
605 | </property> |
---|
606 | <property name="orientation"> |
---|
607 | <enum>Qt::Horizontal</enum> |
---|
608 | </property> |
---|
609 | </widget> |
---|
610 | <widget class="QSpinBox" name="tolerance_value"> |
---|
611 | <property name="geometry"> |
---|
612 | <rect> |
---|
613 | <x>131</x> |
---|
614 | <y>190</y> |
---|
615 | <width>61</width> |
---|
616 | <height>22</height> |
---|
617 | </rect> |
---|
618 | </property> |
---|
619 | <property name="toolTip"> |
---|
620 | <string><html><head/><body><p>Tolerance for npex / npey in percent</p><p><br/></p><p><br/></p></body></html></string> |
---|
621 | </property> |
---|
622 | <property name="value"> |
---|
623 | <number>10</number> |
---|
624 | </property> |
---|
625 | </widget> |
---|
626 | <widget class="QWidget" name="layoutWidget"> |
---|
627 | <property name="geometry"> |
---|
628 | <rect> |
---|
629 | <x>10</x> |
---|
630 | <y>160</y> |
---|
631 | <width>181</width> |
---|
632 | <height>27</height> |
---|
633 | </rect> |
---|
634 | </property> |
---|
635 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
---|
636 | <item> |
---|
637 | <widget class="QCheckBox" name="npex_npey_box"> |
---|
638 | <property name="text"> |
---|
639 | <string>npex / npey</string> |
---|
640 | </property> |
---|
641 | </widget> |
---|
642 | </item> |
---|
643 | <item> |
---|
644 | <widget class="QDoubleSpinBox" name="d_box"> |
---|
645 | <property name="sizePolicy"> |
---|
646 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
647 | <horstretch>0</horstretch> |
---|
648 | <verstretch>0</verstretch> |
---|
649 | </sizepolicy> |
---|
650 | </property> |
---|
651 | <property name="minimumSize"> |
---|
652 | <size> |
---|
653 | <width>72</width> |
---|
654 | <height>25</height> |
---|
655 | </size> |
---|
656 | </property> |
---|
657 | <property name="maximumSize"> |
---|
658 | <size> |
---|
659 | <width>72</width> |
---|
660 | <height>25</height> |
---|
661 | </size> |
---|
662 | </property> |
---|
663 | <property name="maximum"> |
---|
664 | <double>1000.000000000000000</double> |
---|
665 | </property> |
---|
666 | </widget> |
---|
667 | </item> |
---|
668 | </layout> |
---|
669 | </widget> |
---|
670 | </widget> |
---|
671 | <widget class="QFrame" name="frame_3"> |
---|
672 | <property name="geometry"> |
---|
673 | <rect> |
---|
674 | <x>0</x> |
---|
675 | <y>200</y> |
---|
676 | <width>172</width> |
---|
677 | <height>131</height> |
---|
678 | </rect> |
---|
679 | </property> |
---|
680 | <property name="frameShape"> |
---|
681 | <enum>QFrame::StyledPanel</enum> |
---|
682 | </property> |
---|
683 | <property name="frameShadow"> |
---|
684 | <enum>QFrame::Raised</enum> |
---|
685 | </property> |
---|
686 | <widget class="QLabel" name="label_9"> |
---|
687 | <property name="geometry"> |
---|
688 | <rect> |
---|
689 | <x>10</x> |
---|
690 | <y>10</y> |
---|
691 | <width>161</width> |
---|
692 | <height>16</height> |
---|
693 | </rect> |
---|
694 | </property> |
---|
695 | <property name="font"> |
---|
696 | <font> |
---|
697 | <weight>75</weight> |
---|
698 | <bold>true</bold> |
---|
699 | </font> |
---|
700 | </property> |
---|
701 | <property name="text"> |
---|
702 | <string>Pressure solver</string> |
---|
703 | </property> |
---|
704 | </widget> |
---|
705 | <widget class="QLabel" name="label_12"> |
---|
706 | <property name="geometry"> |
---|
707 | <rect> |
---|
708 | <x>12</x> |
---|
709 | <y>37</y> |
---|
710 | <width>119</width> |
---|
711 | <height>15</height> |
---|
712 | </rect> |
---|
713 | </property> |
---|
714 | <property name="minimumSize"> |
---|
715 | <size> |
---|
716 | <width>1</width> |
---|
717 | <height>0</height> |
---|
718 | </size> |
---|
719 | </property> |
---|
720 | <property name="text"> |
---|
721 | <string>Method (psolver):</string> |
---|
722 | </property> |
---|
723 | </widget> |
---|
724 | <widget class="QComboBox" name="psolver_box"> |
---|
725 | <property name="geometry"> |
---|
726 | <rect> |
---|
727 | <x>11</x> |
---|
728 | <y>57</y> |
---|
729 | <width>119</width> |
---|
730 | <height>20</height> |
---|
731 | </rect> |
---|
732 | </property> |
---|
733 | <property name="sizePolicy"> |
---|
734 | <sizepolicy hsizetype="Ignored" vsizetype="Fixed"> |
---|
735 | <horstretch>0</horstretch> |
---|
736 | <verstretch>0</verstretch> |
---|
737 | </sizepolicy> |
---|
738 | </property> |
---|
739 | <property name="minimumSize"> |
---|
740 | <size> |
---|
741 | <width>0</width> |
---|
742 | <height>18</height> |
---|
743 | </size> |
---|
744 | </property> |
---|
745 | <property name="acceptDrops"> |
---|
746 | <bool>true</bool> |
---|
747 | </property> |
---|
748 | <property name="frame"> |
---|
749 | <bool>true</bool> |
---|
750 | </property> |
---|
751 | <item> |
---|
752 | <property name="text"> |
---|
753 | <string>-</string> |
---|
754 | </property> |
---|
755 | </item> |
---|
756 | <item> |
---|
757 | <property name="text"> |
---|
758 | <string>poisfft</string> |
---|
759 | </property> |
---|
760 | </item> |
---|
761 | <item> |
---|
762 | <property name="text"> |
---|
763 | <string>multigrid_noopt</string> |
---|
764 | </property> |
---|
765 | </item> |
---|
766 | <item> |
---|
767 | <property name="text"> |
---|
768 | <string>multigrid</string> |
---|
769 | </property> |
---|
770 | </item> |
---|
771 | <item> |
---|
772 | <property name="text"> |
---|
773 | <string>sor</string> |
---|
774 | </property> |
---|
775 | </item> |
---|
776 | </widget> |
---|
777 | <widget class="QLabel" name="fft_method_label"> |
---|
778 | <property name="geometry"> |
---|
779 | <rect> |
---|
780 | <x>12</x> |
---|
781 | <y>80</y> |
---|
782 | <width>131</width> |
---|
783 | <height>16</height> |
---|
784 | </rect> |
---|
785 | </property> |
---|
786 | <property name="text"> |
---|
787 | <string>Specify FFT-method:</string> |
---|
788 | </property> |
---|
789 | </widget> |
---|
790 | <widget class="QComboBox" name="fft_method_box"> |
---|
791 | <property name="geometry"> |
---|
792 | <rect> |
---|
793 | <x>11</x> |
---|
794 | <y>99</y> |
---|
795 | <width>119</width> |
---|
796 | <height>20</height> |
---|
797 | </rect> |
---|
798 | </property> |
---|
799 | <property name="minimumSize"> |
---|
800 | <size> |
---|
801 | <width>0</width> |
---|
802 | <height>18</height> |
---|
803 | </size> |
---|
804 | </property> |
---|
805 | <item> |
---|
806 | <property name="text"> |
---|
807 | <string>-</string> |
---|
808 | </property> |
---|
809 | </item> |
---|
810 | <item> |
---|
811 | <property name="text"> |
---|
812 | <string>FFTW</string> |
---|
813 | </property> |
---|
814 | </item> |
---|
815 | <item> |
---|
816 | <property name="text"> |
---|
817 | <string>Temperton</string> |
---|
818 | </property> |
---|
819 | </item> |
---|
820 | <item> |
---|
821 | <property name="text"> |
---|
822 | <string>Singleton</string> |
---|
823 | </property> |
---|
824 | </item> |
---|
825 | </widget> |
---|
826 | </widget> |
---|
827 | <widget class="QFrame" name="frame_4"> |
---|
828 | <property name="geometry"> |
---|
829 | <rect> |
---|
830 | <x>170</x> |
---|
831 | <y>200</y> |
---|
832 | <width>181</width> |
---|
833 | <height>131</height> |
---|
834 | </rect> |
---|
835 | </property> |
---|
836 | <property name="frameShape"> |
---|
837 | <enum>QFrame::StyledPanel</enum> |
---|
838 | </property> |
---|
839 | <property name="frameShadow"> |
---|
840 | <enum>QFrame::Raised</enum> |
---|
841 | </property> |
---|
842 | <widget class="QLabel" name="label_16"> |
---|
843 | <property name="geometry"> |
---|
844 | <rect> |
---|
845 | <x>10</x> |
---|
846 | <y>10</y> |
---|
847 | <width>91</width> |
---|
848 | <height>16</height> |
---|
849 | </rect> |
---|
850 | </property> |
---|
851 | <property name="font"> |
---|
852 | <font> |
---|
853 | <weight>75</weight> |
---|
854 | <bold>true</bold> |
---|
855 | </font> |
---|
856 | </property> |
---|
857 | <property name="text"> |
---|
858 | <string>Misc</string> |
---|
859 | </property> |
---|
860 | </widget> |
---|
861 | <widget class="QCheckBox" name="Oos_checkbox"> |
---|
862 | <property name="geometry"> |
---|
863 | <rect> |
---|
864 | <x>10</x> |
---|
865 | <y>30</y> |
---|
866 | <width>161</width> |
---|
867 | <height>21</height> |
---|
868 | </rect> |
---|
869 | </property> |
---|
870 | <property name="toolTip"> |
---|
871 | <string>Hallo, ich bin ein Test-toolTip. Hier könnte eine tolle erklÀrung zu dieser SchaltflÀche stehen.</string> |
---|
872 | </property> |
---|
873 | <property name="text"> |
---|
874 | <string>Output of spectra</string> |
---|
875 | </property> |
---|
876 | </widget> |
---|
877 | <widget class="QLineEdit" name="filename_line"> |
---|
878 | <property name="geometry"> |
---|
879 | <rect> |
---|
880 | <x>24</x> |
---|
881 | <y>104</y> |
---|
882 | <width>100</width> |
---|
883 | <height>23</height> |
---|
884 | </rect> |
---|
885 | </property> |
---|
886 | <property name="sizePolicy"> |
---|
887 | <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
---|
888 | <horstretch>0</horstretch> |
---|
889 | <verstretch>0</verstretch> |
---|
890 | </sizepolicy> |
---|
891 | </property> |
---|
892 | <property name="minimumSize"> |
---|
893 | <size> |
---|
894 | <width>0</width> |
---|
895 | <height>23</height> |
---|
896 | </size> |
---|
897 | </property> |
---|
898 | <property name="maximumSize"> |
---|
899 | <size> |
---|
900 | <width>100</width> |
---|
901 | <height>23</height> |
---|
902 | </size> |
---|
903 | </property> |
---|
904 | <property name="text"> |
---|
905 | <string>FILENAME.db</string> |
---|
906 | </property> |
---|
907 | </widget> |
---|
908 | <widget class="QPushButton" name="save_button"> |
---|
909 | <property name="geometry"> |
---|
910 | <rect> |
---|
911 | <x>125</x> |
---|
912 | <y>104</y> |
---|
913 | <width>45</width> |
---|
914 | <height>23</height> |
---|
915 | </rect> |
---|
916 | </property> |
---|
917 | <property name="sizePolicy"> |
---|
918 | <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
---|
919 | <horstretch>0</horstretch> |
---|
920 | <verstretch>0</verstretch> |
---|
921 | </sizepolicy> |
---|
922 | </property> |
---|
923 | <property name="minimumSize"> |
---|
924 | <size> |
---|
925 | <width>0</width> |
---|
926 | <height>23</height> |
---|
927 | </size> |
---|
928 | </property> |
---|
929 | <property name="maximumSize"> |
---|
930 | <size> |
---|
931 | <width>45</width> |
---|
932 | <height>16777215</height> |
---|
933 | </size> |
---|
934 | </property> |
---|
935 | <property name="text"> |
---|
936 | <string>Save</string> |
---|
937 | </property> |
---|
938 | </widget> |
---|
939 | </widget> |
---|
940 | <widget class="QWidget" name="verticalLayoutWidget_8"> |
---|
941 | <property name="geometry"> |
---|
942 | <rect> |
---|
943 | <x>380</x> |
---|
944 | <y>240</y> |
---|
945 | <width>197</width> |
---|
946 | <height>31</height> |
---|
947 | </rect> |
---|
948 | </property> |
---|
949 | <layout class="QVBoxLayout" name="verticalLayout_8"> |
---|
950 | <item> |
---|
951 | <widget class="QLabel" name="result_label"> |
---|
952 | <property name="text"> |
---|
953 | <string>placeholder, should never be seen</string> |
---|
954 | </property> |
---|
955 | </widget> |
---|
956 | </item> |
---|
957 | </layout> |
---|
958 | </widget> |
---|
959 | <widget class="QLabel" name="result_headline"> |
---|
960 | <property name="geometry"> |
---|
961 | <rect> |
---|
962 | <x>370</x> |
---|
963 | <y>218</y> |
---|
964 | <width>179</width> |
---|
965 | <height>20</height> |
---|
966 | </rect> |
---|
967 | </property> |
---|
968 | <property name="font"> |
---|
969 | <font> |
---|
970 | <weight>75</weight> |
---|
971 | <bold>true</bold> |
---|
972 | </font> |
---|
973 | </property> |
---|
974 | <property name="toolTip"> |
---|
975 | <string><html><head/><body><p>tolerance for npex / npey</p></body></html></string> |
---|
976 | </property> |
---|
977 | <property name="text"> |
---|
978 | <string>Results</string> |
---|
979 | </property> |
---|
980 | </widget> |
---|
981 | <widget class="Line" name="line_res_down"> |
---|
982 | <property name="geometry"> |
---|
983 | <rect> |
---|
984 | <x>360</x> |
---|
985 | <y>300</y> |
---|
986 | <width>201</width> |
---|
987 | <height>20</height> |
---|
988 | </rect> |
---|
989 | </property> |
---|
990 | <property name="orientation"> |
---|
991 | <enum>Qt::Horizontal</enum> |
---|
992 | </property> |
---|
993 | </widget> |
---|
994 | <widget class="QPushButton" name="view_result_button"> |
---|
995 | <property name="geometry"> |
---|
996 | <rect> |
---|
997 | <x>490</x> |
---|
998 | <y>281</y> |
---|
999 | <width>75</width> |
---|
1000 | <height>23</height> |
---|
1001 | </rect> |
---|
1002 | </property> |
---|
1003 | <property name="sizePolicy"> |
---|
1004 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
1005 | <horstretch>0</horstretch> |
---|
1006 | <verstretch>0</verstretch> |
---|
1007 | </sizepolicy> |
---|
1008 | </property> |
---|
1009 | <property name="text"> |
---|
1010 | <string>View results</string> |
---|
1011 | </property> |
---|
1012 | </widget> |
---|
1013 | <widget class="QLabel" name="load_text_label"> |
---|
1014 | <property name="geometry"> |
---|
1015 | <rect> |
---|
1016 | <x>379</x> |
---|
1017 | <y>281</y> |
---|
1018 | <width>42</width> |
---|
1019 | <height>23</height> |
---|
1020 | </rect> |
---|
1021 | </property> |
---|
1022 | <property name="sizePolicy"> |
---|
1023 | <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> |
---|
1024 | <horstretch>0</horstretch> |
---|
1025 | <verstretch>0</verstretch> |
---|
1026 | </sizepolicy> |
---|
1027 | </property> |
---|
1028 | <property name="minimumSize"> |
---|
1029 | <size> |
---|
1030 | <width>0</width> |
---|
1031 | <height>23</height> |
---|
1032 | </size> |
---|
1033 | </property> |
---|
1034 | <property name="toolTip"> |
---|
1035 | <string><html><head/><body><p>Number of results you want to load in this Ui.</p></body></html></string> |
---|
1036 | </property> |
---|
1037 | <property name="text"> |
---|
1038 | <string> Load</string> |
---|
1039 | </property> |
---|
1040 | </widget> |
---|
1041 | <widget class="QSpinBox" name="nor_spinbox"> |
---|
1042 | <property name="enabled"> |
---|
1043 | <bool>false</bool> |
---|
1044 | </property> |
---|
1045 | <property name="geometry"> |
---|
1046 | <rect> |
---|
1047 | <x>420</x> |
---|
1048 | <y>281</y> |
---|
1049 | <width>61</width> |
---|
1050 | <height>23</height> |
---|
1051 | </rect> |
---|
1052 | </property> |
---|
1053 | <property name="sizePolicy"> |
---|
1054 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
---|
1055 | <horstretch>0</horstretch> |
---|
1056 | <verstretch>0</verstretch> |
---|
1057 | </sizepolicy> |
---|
1058 | </property> |
---|
1059 | <property name="minimumSize"> |
---|
1060 | <size> |
---|
1061 | <width>0</width> |
---|
1062 | <height>23</height> |
---|
1063 | </size> |
---|
1064 | </property> |
---|
1065 | <property name="maximum"> |
---|
1066 | <number>9999</number> |
---|
1067 | </property> |
---|
1068 | </widget> |
---|
1069 | <widget class="QPushButton" name="startbutton"> |
---|
1070 | <property name="geometry"> |
---|
1071 | <rect> |
---|
1072 | <x>490</x> |
---|
1073 | <y>324</y> |
---|
1074 | <width>75</width> |
---|
1075 | <height>23</height> |
---|
1076 | </rect> |
---|
1077 | </property> |
---|
1078 | <property name="minimumSize"> |
---|
1079 | <size> |
---|
1080 | <width>0</width> |
---|
1081 | <height>23</height> |
---|
1082 | </size> |
---|
1083 | </property> |
---|
1084 | <property name="maximumSize"> |
---|
1085 | <size> |
---|
1086 | <width>16777215</width> |
---|
1087 | <height>23</height> |
---|
1088 | </size> |
---|
1089 | </property> |
---|
1090 | <property name="toolTip"> |
---|
1091 | <string><html><head/><body><p>Starts calculation with the given parameters.</p></body></html></string> |
---|
1092 | </property> |
---|
1093 | <property name="text"> |
---|
1094 | <string>Start</string> |
---|
1095 | </property> |
---|
1096 | <property name="iconSize"> |
---|
1097 | <size> |
---|
1098 | <width>18</width> |
---|
1099 | <height>18</height> |
---|
1100 | </size> |
---|
1101 | </property> |
---|
1102 | </widget> |
---|
1103 | <widget class="QPushButton" name="quitbutton"> |
---|
1104 | <property name="geometry"> |
---|
1105 | <rect> |
---|
1106 | <x>415</x> |
---|
1107 | <y>324</y> |
---|
1108 | <width>75</width> |
---|
1109 | <height>23</height> |
---|
1110 | </rect> |
---|
1111 | </property> |
---|
1112 | <property name="minimumSize"> |
---|
1113 | <size> |
---|
1114 | <width>0</width> |
---|
1115 | <height>23</height> |
---|
1116 | </size> |
---|
1117 | </property> |
---|
1118 | <property name="text"> |
---|
1119 | <string>Quit</string> |
---|
1120 | </property> |
---|
1121 | <property name="iconSize"> |
---|
1122 | <size> |
---|
1123 | <width>18</width> |
---|
1124 | <height>18</height> |
---|
1125 | </size> |
---|
1126 | </property> |
---|
1127 | </widget> |
---|
1128 | <widget class="QProgressBar" name="testbar"> |
---|
1129 | <property name="geometry"> |
---|
1130 | <rect> |
---|
1131 | <x>364</x> |
---|
1132 | <y>239</y> |
---|
1133 | <width>206</width> |
---|
1134 | <height>23</height> |
---|
1135 | </rect> |
---|
1136 | </property> |
---|
1137 | <property name="value"> |
---|
1138 | <number>0</number> |
---|
1139 | </property> |
---|
1140 | </widget> |
---|
1141 | <widget class="QPushButton" name="question_box"> |
---|
1142 | <property name="geometry"> |
---|
1143 | <rect> |
---|
1144 | <x>395</x> |
---|
1145 | <y>324</y> |
---|
1146 | <width>21</width> |
---|
1147 | <height>23</height> |
---|
1148 | </rect> |
---|
1149 | </property> |
---|
1150 | <property name="text"> |
---|
1151 | <string>?</string> |
---|
1152 | </property> |
---|
1153 | </widget> |
---|
1154 | </widget> |
---|
1155 | <widget class="QMenuBar" name="menubar"> |
---|
1156 | <property name="geometry"> |
---|
1157 | <rect> |
---|
1158 | <x>0</x> |
---|
1159 | <y>0</y> |
---|
1160 | <width>584</width> |
---|
1161 | <height>20</height> |
---|
1162 | </rect> |
---|
1163 | </property> |
---|
1164 | <widget class="QMenu" name="menuGridfinder"> |
---|
1165 | <property name="title"> |
---|
1166 | <string>Gridfinder</string> |
---|
1167 | </property> |
---|
1168 | <addaction name="actionSetting"/> |
---|
1169 | <addaction name="actionSchlie_en"/> |
---|
1170 | </widget> |
---|
1171 | <addaction name="menuGridfinder"/> |
---|
1172 | </widget> |
---|
1173 | <widget class="QStatusBar" name="statusbar"/> |
---|
1174 | <action name="actionSchlie_en"> |
---|
1175 | <property name="text"> |
---|
1176 | <string>SchlieÃen</string> |
---|
1177 | </property> |
---|
1178 | </action> |
---|
1179 | <action name="actionSetting"> |
---|
1180 | <property name="text"> |
---|
1181 | <string>Settings</string> |
---|
1182 | </property> |
---|
1183 | </action> |
---|
1184 | </widget> |
---|
1185 | <tabstops> |
---|
1186 | <tabstop>nx_min_box</tabstop> |
---|
1187 | <tabstop>nx_max_box</tabstop> |
---|
1188 | <tabstop>ny_min_box</tabstop> |
---|
1189 | <tabstop>ny_max_box</tabstop> |
---|
1190 | <tabstop>nz_min_box</tabstop> |
---|
1191 | <tabstop>nz_max_box</tabstop> |
---|
1192 | <tabstop>np_min_box</tabstop> |
---|
1193 | <tabstop>np_max_box</tabstop> |
---|
1194 | <tabstop>tpn_box</tabstop> |
---|
1195 | <tabstop>d_box</tabstop> |
---|
1196 | <tabstop>dnxny_box</tabstop> |
---|
1197 | <tabstop>psolver_box</tabstop> |
---|
1198 | <tabstop>fft_method_box</tabstop> |
---|
1199 | <tabstop>startbutton</tabstop> |
---|
1200 | <tabstop>nor_spinbox</tabstop> |
---|
1201 | <tabstop>view_result_button</tabstop> |
---|
1202 | <tabstop>save_button</tabstop> |
---|
1203 | <tabstop>quitbutton</tabstop> |
---|
1204 | <tabstop>filename_line</tabstop> |
---|
1205 | <tabstop>Oos_checkbox</tabstop> |
---|
1206 | </tabstops> |
---|
1207 | <resources/> |
---|
1208 | <connections> |
---|
1209 | <connection> |
---|
1210 | <sender>quitbutton</sender> |
---|
1211 | <signal>clicked()</signal> |
---|
1212 | <receiver>MainWindow</receiver> |
---|
1213 | <slot>close()</slot> |
---|
1214 | <hints> |
---|
1215 | <hint type="sourcelabel"> |
---|
1216 | <x>448</x> |
---|
1217 | <y>335</y> |
---|
1218 | </hint> |
---|
1219 | <hint type="destinationlabel"> |
---|
1220 | <x>291</x> |
---|
1221 | <y>187</y> |
---|
1222 | </hint> |
---|
1223 | </hints> |
---|
1224 | </connection> |
---|
1225 | <connection> |
---|
1226 | <sender>strict_box</sender> |
---|
1227 | <signal>clicked(bool)</signal> |
---|
1228 | <receiver>tpn_box</receiver> |
---|
1229 | <slot>setVisible(bool)</slot> |
---|
1230 | <hints> |
---|
1231 | <hint type="sourcelabel"> |
---|
1232 | <x>422</x> |
---|
1233 | <y>193</y> |
---|
1234 | </hint> |
---|
1235 | <hint type="destinationlabel"> |
---|
1236 | <x>514</x> |
---|
1237 | <y>193</y> |
---|
1238 | </hint> |
---|
1239 | </hints> |
---|
1240 | </connection> |
---|
1241 | <connection> |
---|
1242 | <sender>npex_npey_box</sender> |
---|
1243 | <signal>clicked(bool)</signal> |
---|
1244 | <receiver>d_box</receiver> |
---|
1245 | <slot>setVisible(bool)</slot> |
---|
1246 | <hints> |
---|
1247 | <hint type="sourcelabel"> |
---|
1248 | <x>422</x> |
---|
1249 | <y>193</y> |
---|
1250 | </hint> |
---|
1251 | <hint type="destinationlabel"> |
---|
1252 | <x>513</x> |
---|
1253 | <y>193</y> |
---|
1254 | </hint> |
---|
1255 | </hints> |
---|
1256 | </connection> |
---|
1257 | <connection> |
---|
1258 | <sender>tolerance_bar</sender> |
---|
1259 | <signal>valueChanged(int)</signal> |
---|
1260 | <receiver>tolerance_value</receiver> |
---|
1261 | <slot>setValue(int)</slot> |
---|
1262 | <hints> |
---|
1263 | <hint type="sourcelabel"> |
---|
1264 | <x>430</x> |
---|
1265 | <y>221</y> |
---|
1266 | </hint> |
---|
1267 | <hint type="destinationlabel"> |
---|
1268 | <x>521</x> |
---|
1269 | <y>220</y> |
---|
1270 | </hint> |
---|
1271 | </hints> |
---|
1272 | </connection> |
---|
1273 | <connection> |
---|
1274 | <sender>npex_npey_box</sender> |
---|
1275 | <signal>clicked(bool)</signal> |
---|
1276 | <receiver>tolerance_bar</receiver> |
---|
1277 | <slot>setVisible(bool)</slot> |
---|
1278 | <hints> |
---|
1279 | <hint type="sourcelabel"> |
---|
1280 | <x>422</x> |
---|
1281 | <y>193</y> |
---|
1282 | </hint> |
---|
1283 | <hint type="destinationlabel"> |
---|
1284 | <x>430</x> |
---|
1285 | <y>221</y> |
---|
1286 | </hint> |
---|
1287 | </hints> |
---|
1288 | </connection> |
---|
1289 | <connection> |
---|
1290 | <sender>npex_npey_box</sender> |
---|
1291 | <signal>clicked(bool)</signal> |
---|
1292 | <receiver>tolerance_value</receiver> |
---|
1293 | <slot>setVisible(bool)</slot> |
---|
1294 | <hints> |
---|
1295 | <hint type="sourcelabel"> |
---|
1296 | <x>422</x> |
---|
1297 | <y>193</y> |
---|
1298 | </hint> |
---|
1299 | <hint type="destinationlabel"> |
---|
1300 | <x>521</x> |
---|
1301 | <y>220</y> |
---|
1302 | </hint> |
---|
1303 | </hints> |
---|
1304 | </connection> |
---|
1305 | <connection> |
---|
1306 | <sender>tolerance_value</sender> |
---|
1307 | <signal>valueChanged(int)</signal> |
---|
1308 | <receiver>tolerance_bar</receiver> |
---|
1309 | <slot>setValue(int)</slot> |
---|
1310 | <hints> |
---|
1311 | <hint type="sourcelabel"> |
---|
1312 | <x>521</x> |
---|
1313 | <y>220</y> |
---|
1314 | </hint> |
---|
1315 | <hint type="destinationlabel"> |
---|
1316 | <x>430</x> |
---|
1317 | <y>221</y> |
---|
1318 | </hint> |
---|
1319 | </hints> |
---|
1320 | </connection> |
---|
1321 | </connections> |
---|
1322 | </ui> |
---|