1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>Dialog</class> |
---|
4 | <widget class="QDialog" name="Dialog"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>1030</width> |
---|
10 | <height>439</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="windowTitle"> |
---|
14 | <string>Dialog</string> |
---|
15 | </property> |
---|
16 | <widget class="QTableWidget" name="tableWidget"> |
---|
17 | <property name="geometry"> |
---|
18 | <rect> |
---|
19 | <x>5</x> |
---|
20 | <y>166</y> |
---|
21 | <width>1005</width> |
---|
22 | <height>266</height> |
---|
23 | </rect> |
---|
24 | </property> |
---|
25 | <property name="sizePolicy"> |
---|
26 | <sizepolicy hsizetype="Fixed" vsizetype="Expanding"> |
---|
27 | <horstretch>0</horstretch> |
---|
28 | <verstretch>0</verstretch> |
---|
29 | </sizepolicy> |
---|
30 | </property> |
---|
31 | <property name="acceptDrops"> |
---|
32 | <bool>false</bool> |
---|
33 | </property> |
---|
34 | <property name="horizontalScrollBarPolicy"> |
---|
35 | <enum>Qt::ScrollBarAlwaysOff</enum> |
---|
36 | </property> |
---|
37 | <property name="autoScroll"> |
---|
38 | <bool>true</bool> |
---|
39 | </property> |
---|
40 | <property name="dragEnabled"> |
---|
41 | <bool>false</bool> |
---|
42 | </property> |
---|
43 | <property name="dragDropOverwriteMode"> |
---|
44 | <bool>false</bool> |
---|
45 | </property> |
---|
46 | <property name="selectionMode"> |
---|
47 | <enum>QAbstractItemView::MultiSelection</enum> |
---|
48 | </property> |
---|
49 | <property name="selectionBehavior"> |
---|
50 | <enum>QAbstractItemView::SelectItems</enum> |
---|
51 | </property> |
---|
52 | <property name="sortingEnabled"> |
---|
53 | <bool>false</bool> |
---|
54 | </property> |
---|
55 | <property name="rowCount"> |
---|
56 | <number>8</number> |
---|
57 | </property> |
---|
58 | <property name="columnCount"> |
---|
59 | <number>10</number> |
---|
60 | </property> |
---|
61 | <attribute name="horizontalHeaderVisible"> |
---|
62 | <bool>false</bool> |
---|
63 | </attribute> |
---|
64 | <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> |
---|
65 | <bool>true</bool> |
---|
66 | </attribute> |
---|
67 | <attribute name="verticalHeaderVisible"> |
---|
68 | <bool>false</bool> |
---|
69 | </attribute> |
---|
70 | <row> |
---|
71 | <property name="text"> |
---|
72 | <string>1</string> |
---|
73 | </property> |
---|
74 | </row> |
---|
75 | <row> |
---|
76 | <property name="text"> |
---|
77 | <string>8</string> |
---|
78 | </property> |
---|
79 | </row> |
---|
80 | <row> |
---|
81 | <property name="text"> |
---|
82 | <string>3</string> |
---|
83 | </property> |
---|
84 | </row> |
---|
85 | <row> |
---|
86 | <property name="text"> |
---|
87 | <string>4</string> |
---|
88 | </property> |
---|
89 | </row> |
---|
90 | <row> |
---|
91 | <property name="text"> |
---|
92 | <string>5</string> |
---|
93 | </property> |
---|
94 | </row> |
---|
95 | <row> |
---|
96 | <property name="text"> |
---|
97 | <string>6</string> |
---|
98 | </property> |
---|
99 | </row> |
---|
100 | <row> |
---|
101 | <property name="text"> |
---|
102 | <string>7</string> |
---|
103 | </property> |
---|
104 | </row> |
---|
105 | <row/> |
---|
106 | <column> |
---|
107 | <property name="text"> |
---|
108 | <string/> |
---|
109 | </property> |
---|
110 | </column> |
---|
111 | <column> |
---|
112 | <property name="text"> |
---|
113 | <string/> |
---|
114 | </property> |
---|
115 | </column> |
---|
116 | <column> |
---|
117 | <property name="text"> |
---|
118 | <string/> |
---|
119 | </property> |
---|
120 | </column> |
---|
121 | <column> |
---|
122 | <property name="text"> |
---|
123 | <string/> |
---|
124 | </property> |
---|
125 | </column> |
---|
126 | <column> |
---|
127 | <property name="text"> |
---|
128 | <string/> |
---|
129 | </property> |
---|
130 | </column> |
---|
131 | <column> |
---|
132 | <property name="text"> |
---|
133 | <string/> |
---|
134 | </property> |
---|
135 | </column> |
---|
136 | <column> |
---|
137 | <property name="text"> |
---|
138 | <string/> |
---|
139 | </property> |
---|
140 | </column> |
---|
141 | <column> |
---|
142 | <property name="text"> |
---|
143 | <string/> |
---|
144 | </property> |
---|
145 | </column> |
---|
146 | <column/> |
---|
147 | <column/> |
---|
148 | </widget> |
---|
149 | <widget class="Line" name="line"> |
---|
150 | <property name="geometry"> |
---|
151 | <rect> |
---|
152 | <x>831</x> |
---|
153 | <y>60</y> |
---|
154 | <width>30</width> |
---|
155 | <height>75</height> |
---|
156 | </rect> |
---|
157 | </property> |
---|
158 | <property name="orientation"> |
---|
159 | <enum>Qt::Vertical</enum> |
---|
160 | </property> |
---|
161 | </widget> |
---|
162 | <widget class="QLabel" name="label_11"> |
---|
163 | <property name="geometry"> |
---|
164 | <rect> |
---|
165 | <x>851</x> |
---|
166 | <y>112</y> |
---|
167 | <width>131</width> |
---|
168 | <height>17</height> |
---|
169 | </rect> |
---|
170 | </property> |
---|
171 | <property name="text"> |
---|
172 | <string/> |
---|
173 | </property> |
---|
174 | </widget> |
---|
175 | <widget class="QSpinBox" name="nx_max"> |
---|
176 | <property name="geometry"> |
---|
177 | <rect> |
---|
178 | <x>145</x> |
---|
179 | <y>110</y> |
---|
180 | <width>62</width> |
---|
181 | <height>22</height> |
---|
182 | </rect> |
---|
183 | </property> |
---|
184 | <property name="sizePolicy"> |
---|
185 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
186 | <horstretch>0</horstretch> |
---|
187 | <verstretch>0</verstretch> |
---|
188 | </sizepolicy> |
---|
189 | </property> |
---|
190 | <property name="minimumSize"> |
---|
191 | <size> |
---|
192 | <width>62</width> |
---|
193 | <height>22</height> |
---|
194 | </size> |
---|
195 | </property> |
---|
196 | <property name="maximumSize"> |
---|
197 | <size> |
---|
198 | <width>62</width> |
---|
199 | <height>22</height> |
---|
200 | </size> |
---|
201 | </property> |
---|
202 | <property name="correctionMode"> |
---|
203 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
204 | </property> |
---|
205 | <property name="maximum"> |
---|
206 | <number>99999</number> |
---|
207 | </property> |
---|
208 | </widget> |
---|
209 | <widget class="QSpinBox" name="ny_max"> |
---|
210 | <property name="geometry"> |
---|
211 | <rect> |
---|
212 | <x>208</x> |
---|
213 | <y>110</y> |
---|
214 | <width>62</width> |
---|
215 | <height>22</height> |
---|
216 | </rect> |
---|
217 | </property> |
---|
218 | <property name="sizePolicy"> |
---|
219 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
220 | <horstretch>0</horstretch> |
---|
221 | <verstretch>0</verstretch> |
---|
222 | </sizepolicy> |
---|
223 | </property> |
---|
224 | <property name="minimumSize"> |
---|
225 | <size> |
---|
226 | <width>62</width> |
---|
227 | <height>22</height> |
---|
228 | </size> |
---|
229 | </property> |
---|
230 | <property name="maximumSize"> |
---|
231 | <size> |
---|
232 | <width>62</width> |
---|
233 | <height>22</height> |
---|
234 | </size> |
---|
235 | </property> |
---|
236 | <property name="correctionMode"> |
---|
237 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
238 | </property> |
---|
239 | <property name="maximum"> |
---|
240 | <number>99999</number> |
---|
241 | </property> |
---|
242 | </widget> |
---|
243 | <widget class="QSpinBox" name="nz_max"> |
---|
244 | <property name="geometry"> |
---|
245 | <rect> |
---|
246 | <x>271</x> |
---|
247 | <y>110</y> |
---|
248 | <width>62</width> |
---|
249 | <height>22</height> |
---|
250 | </rect> |
---|
251 | </property> |
---|
252 | <property name="sizePolicy"> |
---|
253 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
254 | <horstretch>0</horstretch> |
---|
255 | <verstretch>0</verstretch> |
---|
256 | </sizepolicy> |
---|
257 | </property> |
---|
258 | <property name="minimumSize"> |
---|
259 | <size> |
---|
260 | <width>62</width> |
---|
261 | <height>22</height> |
---|
262 | </size> |
---|
263 | </property> |
---|
264 | <property name="maximumSize"> |
---|
265 | <size> |
---|
266 | <width>62</width> |
---|
267 | <height>22</height> |
---|
268 | </size> |
---|
269 | </property> |
---|
270 | <property name="correctionMode"> |
---|
271 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
272 | </property> |
---|
273 | <property name="maximum"> |
---|
274 | <number>99999</number> |
---|
275 | </property> |
---|
276 | </widget> |
---|
277 | <widget class="QSpinBox" name="npex_max"> |
---|
278 | <property name="geometry"> |
---|
279 | <rect> |
---|
280 | <x>334</x> |
---|
281 | <y>110</y> |
---|
282 | <width>62</width> |
---|
283 | <height>22</height> |
---|
284 | </rect> |
---|
285 | </property> |
---|
286 | <property name="sizePolicy"> |
---|
287 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
288 | <horstretch>0</horstretch> |
---|
289 | <verstretch>0</verstretch> |
---|
290 | </sizepolicy> |
---|
291 | </property> |
---|
292 | <property name="minimumSize"> |
---|
293 | <size> |
---|
294 | <width>62</width> |
---|
295 | <height>22</height> |
---|
296 | </size> |
---|
297 | </property> |
---|
298 | <property name="maximumSize"> |
---|
299 | <size> |
---|
300 | <width>62</width> |
---|
301 | <height>22</height> |
---|
302 | </size> |
---|
303 | </property> |
---|
304 | <property name="correctionMode"> |
---|
305 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
306 | </property> |
---|
307 | <property name="maximum"> |
---|
308 | <number>99999</number> |
---|
309 | </property> |
---|
310 | </widget> |
---|
311 | <widget class="QSpinBox" name="npey_max"> |
---|
312 | <property name="geometry"> |
---|
313 | <rect> |
---|
314 | <x>397</x> |
---|
315 | <y>110</y> |
---|
316 | <width>62</width> |
---|
317 | <height>22</height> |
---|
318 | </rect> |
---|
319 | </property> |
---|
320 | <property name="sizePolicy"> |
---|
321 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
322 | <horstretch>0</horstretch> |
---|
323 | <verstretch>0</verstretch> |
---|
324 | </sizepolicy> |
---|
325 | </property> |
---|
326 | <property name="minimumSize"> |
---|
327 | <size> |
---|
328 | <width>62</width> |
---|
329 | <height>22</height> |
---|
330 | </size> |
---|
331 | </property> |
---|
332 | <property name="maximumSize"> |
---|
333 | <size> |
---|
334 | <width>62</width> |
---|
335 | <height>22</height> |
---|
336 | </size> |
---|
337 | </property> |
---|
338 | <property name="correctionMode"> |
---|
339 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
340 | </property> |
---|
341 | <property name="maximum"> |
---|
342 | <number>99999</number> |
---|
343 | </property> |
---|
344 | </widget> |
---|
345 | <widget class="QDoubleSpinBox" name="npxnpy_max"> |
---|
346 | <property name="geometry"> |
---|
347 | <rect> |
---|
348 | <x>460</x> |
---|
349 | <y>110</y> |
---|
350 | <width>62</width> |
---|
351 | <height>22</height> |
---|
352 | </rect> |
---|
353 | </property> |
---|
354 | <property name="sizePolicy"> |
---|
355 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
356 | <horstretch>0</horstretch> |
---|
357 | <verstretch>0</verstretch> |
---|
358 | </sizepolicy> |
---|
359 | </property> |
---|
360 | <property name="minimumSize"> |
---|
361 | <size> |
---|
362 | <width>62</width> |
---|
363 | <height>22</height> |
---|
364 | </size> |
---|
365 | </property> |
---|
366 | <property name="maximumSize"> |
---|
367 | <size> |
---|
368 | <width>62</width> |
---|
369 | <height>22</height> |
---|
370 | </size> |
---|
371 | </property> |
---|
372 | <property name="correctionMode"> |
---|
373 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
374 | </property> |
---|
375 | </widget> |
---|
376 | <widget class="QSpinBox" name="np_max"> |
---|
377 | <property name="geometry"> |
---|
378 | <rect> |
---|
379 | <x>523</x> |
---|
380 | <y>110</y> |
---|
381 | <width>62</width> |
---|
382 | <height>22</height> |
---|
383 | </rect> |
---|
384 | </property> |
---|
385 | <property name="sizePolicy"> |
---|
386 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
387 | <horstretch>0</horstretch> |
---|
388 | <verstretch>0</verstretch> |
---|
389 | </sizepolicy> |
---|
390 | </property> |
---|
391 | <property name="minimumSize"> |
---|
392 | <size> |
---|
393 | <width>62</width> |
---|
394 | <height>22</height> |
---|
395 | </size> |
---|
396 | </property> |
---|
397 | <property name="maximumSize"> |
---|
398 | <size> |
---|
399 | <width>62</width> |
---|
400 | <height>22</height> |
---|
401 | </size> |
---|
402 | </property> |
---|
403 | <property name="correctionMode"> |
---|
404 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
405 | </property> |
---|
406 | <property name="maximum"> |
---|
407 | <number>99999</number> |
---|
408 | </property> |
---|
409 | </widget> |
---|
410 | <widget class="QSpinBox" name="ngpts_max"> |
---|
411 | <property name="geometry"> |
---|
412 | <rect> |
---|
413 | <x>587</x> |
---|
414 | <y>110</y> |
---|
415 | <width>80</width> |
---|
416 | <height>22</height> |
---|
417 | </rect> |
---|
418 | </property> |
---|
419 | <property name="sizePolicy"> |
---|
420 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
421 | <horstretch>0</horstretch> |
---|
422 | <verstretch>0</verstretch> |
---|
423 | </sizepolicy> |
---|
424 | </property> |
---|
425 | <property name="minimumSize"> |
---|
426 | <size> |
---|
427 | <width>80</width> |
---|
428 | <height>22</height> |
---|
429 | </size> |
---|
430 | </property> |
---|
431 | <property name="maximumSize"> |
---|
432 | <size> |
---|
433 | <width>80</width> |
---|
434 | <height>22</height> |
---|
435 | </size> |
---|
436 | </property> |
---|
437 | <property name="autoFillBackground"> |
---|
438 | <bool>false</bool> |
---|
439 | </property> |
---|
440 | <property name="wrapping"> |
---|
441 | <bool>false</bool> |
---|
442 | </property> |
---|
443 | <property name="frame"> |
---|
444 | <bool>true</bool> |
---|
445 | </property> |
---|
446 | <property name="buttonSymbols"> |
---|
447 | <enum>QAbstractSpinBox::UpDownArrows</enum> |
---|
448 | </property> |
---|
449 | <property name="correctionMode"> |
---|
450 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
451 | </property> |
---|
452 | <property name="maximum"> |
---|
453 | <number>99999999</number> |
---|
454 | </property> |
---|
455 | <property name="value"> |
---|
456 | <number>0</number> |
---|
457 | </property> |
---|
458 | </widget> |
---|
459 | <widget class="QLabel" name="label_2"> |
---|
460 | <property name="geometry"> |
---|
461 | <rect> |
---|
462 | <x>115</x> |
---|
463 | <y>107</y> |
---|
464 | <width>47</width> |
---|
465 | <height>29</height> |
---|
466 | </rect> |
---|
467 | </property> |
---|
468 | <property name="text"> |
---|
469 | <string>Max</string> |
---|
470 | </property> |
---|
471 | </widget> |
---|
472 | <widget class="QLabel" name="label"> |
---|
473 | <property name="geometry"> |
---|
474 | <rect> |
---|
475 | <x>115</x> |
---|
476 | <y>83</y> |
---|
477 | <width>48</width> |
---|
478 | <height>29</height> |
---|
479 | </rect> |
---|
480 | </property> |
---|
481 | <property name="text"> |
---|
482 | <string>Min</string> |
---|
483 | </property> |
---|
484 | </widget> |
---|
485 | <widget class="QSpinBox" name="nx_min"> |
---|
486 | <property name="geometry"> |
---|
487 | <rect> |
---|
488 | <x>146</x> |
---|
489 | <y>86</y> |
---|
490 | <width>62</width> |
---|
491 | <height>22</height> |
---|
492 | </rect> |
---|
493 | </property> |
---|
494 | <property name="sizePolicy"> |
---|
495 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
496 | <horstretch>0</horstretch> |
---|
497 | <verstretch>0</verstretch> |
---|
498 | </sizepolicy> |
---|
499 | </property> |
---|
500 | <property name="minimumSize"> |
---|
501 | <size> |
---|
502 | <width>62</width> |
---|
503 | <height>22</height> |
---|
504 | </size> |
---|
505 | </property> |
---|
506 | <property name="maximumSize"> |
---|
507 | <size> |
---|
508 | <width>62</width> |
---|
509 | <height>22</height> |
---|
510 | </size> |
---|
511 | </property> |
---|
512 | <property name="correctionMode"> |
---|
513 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
514 | </property> |
---|
515 | <property name="maximum"> |
---|
516 | <number>99999</number> |
---|
517 | </property> |
---|
518 | </widget> |
---|
519 | <widget class="QSpinBox" name="ny_min"> |
---|
520 | <property name="geometry"> |
---|
521 | <rect> |
---|
522 | <x>209</x> |
---|
523 | <y>86</y> |
---|
524 | <width>62</width> |
---|
525 | <height>22</height> |
---|
526 | </rect> |
---|
527 | </property> |
---|
528 | <property name="sizePolicy"> |
---|
529 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
530 | <horstretch>0</horstretch> |
---|
531 | <verstretch>0</verstretch> |
---|
532 | </sizepolicy> |
---|
533 | </property> |
---|
534 | <property name="minimumSize"> |
---|
535 | <size> |
---|
536 | <width>62</width> |
---|
537 | <height>22</height> |
---|
538 | </size> |
---|
539 | </property> |
---|
540 | <property name="maximumSize"> |
---|
541 | <size> |
---|
542 | <width>62</width> |
---|
543 | <height>22</height> |
---|
544 | </size> |
---|
545 | </property> |
---|
546 | <property name="correctionMode"> |
---|
547 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
548 | </property> |
---|
549 | <property name="maximum"> |
---|
550 | <number>99999</number> |
---|
551 | </property> |
---|
552 | </widget> |
---|
553 | <widget class="QSpinBox" name="nz_min"> |
---|
554 | <property name="geometry"> |
---|
555 | <rect> |
---|
556 | <x>272</x> |
---|
557 | <y>86</y> |
---|
558 | <width>62</width> |
---|
559 | <height>22</height> |
---|
560 | </rect> |
---|
561 | </property> |
---|
562 | <property name="sizePolicy"> |
---|
563 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
564 | <horstretch>0</horstretch> |
---|
565 | <verstretch>0</verstretch> |
---|
566 | </sizepolicy> |
---|
567 | </property> |
---|
568 | <property name="minimumSize"> |
---|
569 | <size> |
---|
570 | <width>62</width> |
---|
571 | <height>22</height> |
---|
572 | </size> |
---|
573 | </property> |
---|
574 | <property name="maximumSize"> |
---|
575 | <size> |
---|
576 | <width>62</width> |
---|
577 | <height>22</height> |
---|
578 | </size> |
---|
579 | </property> |
---|
580 | <property name="correctionMode"> |
---|
581 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
582 | </property> |
---|
583 | <property name="maximum"> |
---|
584 | <number>99999</number> |
---|
585 | </property> |
---|
586 | </widget> |
---|
587 | <widget class="QSpinBox" name="npex_min"> |
---|
588 | <property name="geometry"> |
---|
589 | <rect> |
---|
590 | <x>335</x> |
---|
591 | <y>86</y> |
---|
592 | <width>62</width> |
---|
593 | <height>22</height> |
---|
594 | </rect> |
---|
595 | </property> |
---|
596 | <property name="sizePolicy"> |
---|
597 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
598 | <horstretch>0</horstretch> |
---|
599 | <verstretch>0</verstretch> |
---|
600 | </sizepolicy> |
---|
601 | </property> |
---|
602 | <property name="minimumSize"> |
---|
603 | <size> |
---|
604 | <width>62</width> |
---|
605 | <height>22</height> |
---|
606 | </size> |
---|
607 | </property> |
---|
608 | <property name="maximumSize"> |
---|
609 | <size> |
---|
610 | <width>62</width> |
---|
611 | <height>22</height> |
---|
612 | </size> |
---|
613 | </property> |
---|
614 | <property name="correctionMode"> |
---|
615 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
616 | </property> |
---|
617 | <property name="maximum"> |
---|
618 | <number>99999</number> |
---|
619 | </property> |
---|
620 | </widget> |
---|
621 | <widget class="QSpinBox" name="npey_min"> |
---|
622 | <property name="geometry"> |
---|
623 | <rect> |
---|
624 | <x>398</x> |
---|
625 | <y>86</y> |
---|
626 | <width>62</width> |
---|
627 | <height>22</height> |
---|
628 | </rect> |
---|
629 | </property> |
---|
630 | <property name="sizePolicy"> |
---|
631 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
632 | <horstretch>0</horstretch> |
---|
633 | <verstretch>0</verstretch> |
---|
634 | </sizepolicy> |
---|
635 | </property> |
---|
636 | <property name="minimumSize"> |
---|
637 | <size> |
---|
638 | <width>62</width> |
---|
639 | <height>22</height> |
---|
640 | </size> |
---|
641 | </property> |
---|
642 | <property name="maximumSize"> |
---|
643 | <size> |
---|
644 | <width>62</width> |
---|
645 | <height>22</height> |
---|
646 | </size> |
---|
647 | </property> |
---|
648 | <property name="correctionMode"> |
---|
649 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
650 | </property> |
---|
651 | <property name="maximum"> |
---|
652 | <number>99999</number> |
---|
653 | </property> |
---|
654 | </widget> |
---|
655 | <widget class="QDoubleSpinBox" name="npxnpy_min"> |
---|
656 | <property name="geometry"> |
---|
657 | <rect> |
---|
658 | <x>461</x> |
---|
659 | <y>86</y> |
---|
660 | <width>62</width> |
---|
661 | <height>22</height> |
---|
662 | </rect> |
---|
663 | </property> |
---|
664 | <property name="sizePolicy"> |
---|
665 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
666 | <horstretch>0</horstretch> |
---|
667 | <verstretch>0</verstretch> |
---|
668 | </sizepolicy> |
---|
669 | </property> |
---|
670 | <property name="minimumSize"> |
---|
671 | <size> |
---|
672 | <width>62</width> |
---|
673 | <height>22</height> |
---|
674 | </size> |
---|
675 | </property> |
---|
676 | <property name="maximumSize"> |
---|
677 | <size> |
---|
678 | <width>62</width> |
---|
679 | <height>22</height> |
---|
680 | </size> |
---|
681 | </property> |
---|
682 | <property name="correctionMode"> |
---|
683 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
684 | </property> |
---|
685 | </widget> |
---|
686 | <widget class="QSpinBox" name="np_min"> |
---|
687 | <property name="geometry"> |
---|
688 | <rect> |
---|
689 | <x>524</x> |
---|
690 | <y>86</y> |
---|
691 | <width>62</width> |
---|
692 | <height>22</height> |
---|
693 | </rect> |
---|
694 | </property> |
---|
695 | <property name="sizePolicy"> |
---|
696 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
697 | <horstretch>0</horstretch> |
---|
698 | <verstretch>0</verstretch> |
---|
699 | </sizepolicy> |
---|
700 | </property> |
---|
701 | <property name="minimumSize"> |
---|
702 | <size> |
---|
703 | <width>62</width> |
---|
704 | <height>22</height> |
---|
705 | </size> |
---|
706 | </property> |
---|
707 | <property name="maximumSize"> |
---|
708 | <size> |
---|
709 | <width>62</width> |
---|
710 | <height>22</height> |
---|
711 | </size> |
---|
712 | </property> |
---|
713 | <property name="correctionMode"> |
---|
714 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
715 | </property> |
---|
716 | <property name="maximum"> |
---|
717 | <number>99999</number> |
---|
718 | </property> |
---|
719 | </widget> |
---|
720 | <widget class="QSpinBox" name="ngpts_min"> |
---|
721 | <property name="geometry"> |
---|
722 | <rect> |
---|
723 | <x>587</x> |
---|
724 | <y>86</y> |
---|
725 | <width>80</width> |
---|
726 | <height>22</height> |
---|
727 | </rect> |
---|
728 | </property> |
---|
729 | <property name="sizePolicy"> |
---|
730 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
731 | <horstretch>0</horstretch> |
---|
732 | <verstretch>0</verstretch> |
---|
733 | </sizepolicy> |
---|
734 | </property> |
---|
735 | <property name="minimumSize"> |
---|
736 | <size> |
---|
737 | <width>80</width> |
---|
738 | <height>22</height> |
---|
739 | </size> |
---|
740 | </property> |
---|
741 | <property name="maximumSize"> |
---|
742 | <size> |
---|
743 | <width>80</width> |
---|
744 | <height>22</height> |
---|
745 | </size> |
---|
746 | </property> |
---|
747 | <property name="correctionMode"> |
---|
748 | <enum>QAbstractSpinBox::CorrectToNearestValue</enum> |
---|
749 | </property> |
---|
750 | <property name="maximum"> |
---|
751 | <number>99999999</number> |
---|
752 | </property> |
---|
753 | </widget> |
---|
754 | <widget class="QLabel" name="label_12"> |
---|
755 | <property name="geometry"> |
---|
756 | <rect> |
---|
757 | <x>851</x> |
---|
758 | <y>70</y> |
---|
759 | <width>52</width> |
---|
760 | <height>14</height> |
---|
761 | </rect> |
---|
762 | </property> |
---|
763 | <property name="text"> |
---|
764 | <string>Status:</string> |
---|
765 | </property> |
---|
766 | </widget> |
---|
767 | <widget class="QLabel" name="calc_label"> |
---|
768 | <property name="geometry"> |
---|
769 | <rect> |
---|
770 | <x>851</x> |
---|
771 | <y>90</y> |
---|
772 | <width>131</width> |
---|
773 | <height>16</height> |
---|
774 | </rect> |
---|
775 | </property> |
---|
776 | <property name="text"> |
---|
777 | <string/> |
---|
778 | </property> |
---|
779 | </widget> |
---|
780 | <widget class="Line" name="line_2"> |
---|
781 | <property name="geometry"> |
---|
782 | <rect> |
---|
783 | <x>100</x> |
---|
784 | <y>55</y> |
---|
785 | <width>8</width> |
---|
786 | <height>80</height> |
---|
787 | </rect> |
---|
788 | </property> |
---|
789 | <property name="orientation"> |
---|
790 | <enum>Qt::Vertical</enum> |
---|
791 | </property> |
---|
792 | </widget> |
---|
793 | <widget class="QLabel" name="label_3"> |
---|
794 | <property name="geometry"> |
---|
795 | <rect> |
---|
796 | <x>149</x> |
---|
797 | <y>67</y> |
---|
798 | <width>58</width> |
---|
799 | <height>19</height> |
---|
800 | </rect> |
---|
801 | </property> |
---|
802 | <property name="sizePolicy"> |
---|
803 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
804 | <horstretch>0</horstretch> |
---|
805 | <verstretch>0</verstretch> |
---|
806 | </sizepolicy> |
---|
807 | </property> |
---|
808 | <property name="minimumSize"> |
---|
809 | <size> |
---|
810 | <width>57</width> |
---|
811 | <height>19</height> |
---|
812 | </size> |
---|
813 | </property> |
---|
814 | <property name="maximumSize"> |
---|
815 | <size> |
---|
816 | <width>59</width> |
---|
817 | <height>19</height> |
---|
818 | </size> |
---|
819 | </property> |
---|
820 | <property name="text"> |
---|
821 | <string> nx</string> |
---|
822 | </property> |
---|
823 | </widget> |
---|
824 | <widget class="QLabel" name="label_4"> |
---|
825 | <property name="enabled"> |
---|
826 | <bool>true</bool> |
---|
827 | </property> |
---|
828 | <property name="geometry"> |
---|
829 | <rect> |
---|
830 | <x>213</x> |
---|
831 | <y>67</y> |
---|
832 | <width>57</width> |
---|
833 | <height>19</height> |
---|
834 | </rect> |
---|
835 | </property> |
---|
836 | <property name="sizePolicy"> |
---|
837 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
838 | <horstretch>0</horstretch> |
---|
839 | <verstretch>0</verstretch> |
---|
840 | </sizepolicy> |
---|
841 | </property> |
---|
842 | <property name="minimumSize"> |
---|
843 | <size> |
---|
844 | <width>57</width> |
---|
845 | <height>19</height> |
---|
846 | </size> |
---|
847 | </property> |
---|
848 | <property name="maximumSize"> |
---|
849 | <size> |
---|
850 | <width>57</width> |
---|
851 | <height>19</height> |
---|
852 | </size> |
---|
853 | </property> |
---|
854 | <property name="text"> |
---|
855 | <string> ny</string> |
---|
856 | </property> |
---|
857 | </widget> |
---|
858 | <widget class="QLabel" name="label_5"> |
---|
859 | <property name="geometry"> |
---|
860 | <rect> |
---|
861 | <x>275</x> |
---|
862 | <y>67</y> |
---|
863 | <width>57</width> |
---|
864 | <height>19</height> |
---|
865 | </rect> |
---|
866 | </property> |
---|
867 | <property name="sizePolicy"> |
---|
868 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
869 | <horstretch>0</horstretch> |
---|
870 | <verstretch>0</verstretch> |
---|
871 | </sizepolicy> |
---|
872 | </property> |
---|
873 | <property name="minimumSize"> |
---|
874 | <size> |
---|
875 | <width>57</width> |
---|
876 | <height>19</height> |
---|
877 | </size> |
---|
878 | </property> |
---|
879 | <property name="maximumSize"> |
---|
880 | <size> |
---|
881 | <width>57</width> |
---|
882 | <height>19</height> |
---|
883 | </size> |
---|
884 | </property> |
---|
885 | <property name="text"> |
---|
886 | <string> nz</string> |
---|
887 | </property> |
---|
888 | </widget> |
---|
889 | <widget class="QLabel" name="label_6"> |
---|
890 | <property name="geometry"> |
---|
891 | <rect> |
---|
892 | <x>340</x> |
---|
893 | <y>67</y> |
---|
894 | <width>57</width> |
---|
895 | <height>19</height> |
---|
896 | </rect> |
---|
897 | </property> |
---|
898 | <property name="sizePolicy"> |
---|
899 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
900 | <horstretch>0</horstretch> |
---|
901 | <verstretch>0</verstretch> |
---|
902 | </sizepolicy> |
---|
903 | </property> |
---|
904 | <property name="minimumSize"> |
---|
905 | <size> |
---|
906 | <width>57</width> |
---|
907 | <height>19</height> |
---|
908 | </size> |
---|
909 | </property> |
---|
910 | <property name="maximumSize"> |
---|
911 | <size> |
---|
912 | <width>57</width> |
---|
913 | <height>19</height> |
---|
914 | </size> |
---|
915 | </property> |
---|
916 | <property name="text"> |
---|
917 | <string> npex</string> |
---|
918 | </property> |
---|
919 | </widget> |
---|
920 | <widget class="QLabel" name="label_8"> |
---|
921 | <property name="geometry"> |
---|
922 | <rect> |
---|
923 | <x>400</x> |
---|
924 | <y>67</y> |
---|
925 | <width>57</width> |
---|
926 | <height>19</height> |
---|
927 | </rect> |
---|
928 | </property> |
---|
929 | <property name="sizePolicy"> |
---|
930 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
931 | <horstretch>0</horstretch> |
---|
932 | <verstretch>0</verstretch> |
---|
933 | </sizepolicy> |
---|
934 | </property> |
---|
935 | <property name="minimumSize"> |
---|
936 | <size> |
---|
937 | <width>57</width> |
---|
938 | <height>19</height> |
---|
939 | </size> |
---|
940 | </property> |
---|
941 | <property name="maximumSize"> |
---|
942 | <size> |
---|
943 | <width>57</width> |
---|
944 | <height>19</height> |
---|
945 | </size> |
---|
946 | </property> |
---|
947 | <property name="text"> |
---|
948 | <string> npey</string> |
---|
949 | </property> |
---|
950 | </widget> |
---|
951 | <widget class="QLabel" name="label_7"> |
---|
952 | <property name="geometry"> |
---|
953 | <rect> |
---|
954 | <x>461</x> |
---|
955 | <y>67</y> |
---|
956 | <width>57</width> |
---|
957 | <height>19</height> |
---|
958 | </rect> |
---|
959 | </property> |
---|
960 | <property name="sizePolicy"> |
---|
961 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
962 | <horstretch>0</horstretch> |
---|
963 | <verstretch>0</verstretch> |
---|
964 | </sizepolicy> |
---|
965 | </property> |
---|
966 | <property name="minimumSize"> |
---|
967 | <size> |
---|
968 | <width>57</width> |
---|
969 | <height>19</height> |
---|
970 | </size> |
---|
971 | </property> |
---|
972 | <property name="maximumSize"> |
---|
973 | <size> |
---|
974 | <width>57</width> |
---|
975 | <height>19</height> |
---|
976 | </size> |
---|
977 | </property> |
---|
978 | <property name="text"> |
---|
979 | <string> npx/npy</string> |
---|
980 | </property> |
---|
981 | </widget> |
---|
982 | <widget class="QLabel" name="label_9"> |
---|
983 | <property name="geometry"> |
---|
984 | <rect> |
---|
985 | <x>525</x> |
---|
986 | <y>67</y> |
---|
987 | <width>57</width> |
---|
988 | <height>19</height> |
---|
989 | </rect> |
---|
990 | </property> |
---|
991 | <property name="sizePolicy"> |
---|
992 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
993 | <horstretch>0</horstretch> |
---|
994 | <verstretch>0</verstretch> |
---|
995 | </sizepolicy> |
---|
996 | </property> |
---|
997 | <property name="minimumSize"> |
---|
998 | <size> |
---|
999 | <width>57</width> |
---|
1000 | <height>19</height> |
---|
1001 | </size> |
---|
1002 | </property> |
---|
1003 | <property name="maximumSize"> |
---|
1004 | <size> |
---|
1005 | <width>57</width> |
---|
1006 | <height>19</height> |
---|
1007 | </size> |
---|
1008 | </property> |
---|
1009 | <property name="text"> |
---|
1010 | <string> np</string> |
---|
1011 | </property> |
---|
1012 | </widget> |
---|
1013 | <widget class="QLabel" name="label_10"> |
---|
1014 | <property name="geometry"> |
---|
1015 | <rect> |
---|
1016 | <x>590</x> |
---|
1017 | <y>67</y> |
---|
1018 | <width>57</width> |
---|
1019 | <height>19</height> |
---|
1020 | </rect> |
---|
1021 | </property> |
---|
1022 | <property name="sizePolicy"> |
---|
1023 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
1024 | <horstretch>0</horstretch> |
---|
1025 | <verstretch>0</verstretch> |
---|
1026 | </sizepolicy> |
---|
1027 | </property> |
---|
1028 | <property name="minimumSize"> |
---|
1029 | <size> |
---|
1030 | <width>57</width> |
---|
1031 | <height>19</height> |
---|
1032 | </size> |
---|
1033 | </property> |
---|
1034 | <property name="maximumSize"> |
---|
1035 | <size> |
---|
1036 | <width>57</width> |
---|
1037 | <height>19</height> |
---|
1038 | </size> |
---|
1039 | </property> |
---|
1040 | <property name="text"> |
---|
1041 | <string> ngpts</string> |
---|
1042 | </property> |
---|
1043 | </widget> |
---|
1044 | <widget class="QPushButton" name="nx_table"> |
---|
1045 | <property name="geometry"> |
---|
1046 | <rect> |
---|
1047 | <x>6</x> |
---|
1048 | <y>149</y> |
---|
1049 | <width>102</width> |
---|
1050 | <height>23</height> |
---|
1051 | </rect> |
---|
1052 | </property> |
---|
1053 | <property name="text"> |
---|
1054 | <string>nx</string> |
---|
1055 | </property> |
---|
1056 | <property name="checkable"> |
---|
1057 | <bool>true</bool> |
---|
1058 | </property> |
---|
1059 | <property name="autoRepeat"> |
---|
1060 | <bool>false</bool> |
---|
1061 | </property> |
---|
1062 | <property name="autoDefault"> |
---|
1063 | <bool>true</bool> |
---|
1064 | </property> |
---|
1065 | <property name="default"> |
---|
1066 | <bool>false</bool> |
---|
1067 | </property> |
---|
1068 | <property name="flat"> |
---|
1069 | <bool>false</bool> |
---|
1070 | </property> |
---|
1071 | </widget> |
---|
1072 | <widget class="QPushButton" name="ny_table"> |
---|
1073 | <property name="geometry"> |
---|
1074 | <rect> |
---|
1075 | <x>105</x> |
---|
1076 | <y>149</y> |
---|
1077 | <width>104</width> |
---|
1078 | <height>23</height> |
---|
1079 | </rect> |
---|
1080 | </property> |
---|
1081 | <property name="text"> |
---|
1082 | <string>ny</string> |
---|
1083 | </property> |
---|
1084 | <property name="checkable"> |
---|
1085 | <bool>true</bool> |
---|
1086 | </property> |
---|
1087 | </widget> |
---|
1088 | <widget class="QPushButton" name="nz_table"> |
---|
1089 | <property name="geometry"> |
---|
1090 | <rect> |
---|
1091 | <x>206</x> |
---|
1092 | <y>149</y> |
---|
1093 | <width>102</width> |
---|
1094 | <height>23</height> |
---|
1095 | </rect> |
---|
1096 | </property> |
---|
1097 | <property name="text"> |
---|
1098 | <string>nz</string> |
---|
1099 | </property> |
---|
1100 | <property name="checkable"> |
---|
1101 | <bool>true</bool> |
---|
1102 | </property> |
---|
1103 | </widget> |
---|
1104 | <widget class="QPushButton" name="npex_table"> |
---|
1105 | <property name="geometry"> |
---|
1106 | <rect> |
---|
1107 | <x>305</x> |
---|
1108 | <y>149</y> |
---|
1109 | <width>103</width> |
---|
1110 | <height>23</height> |
---|
1111 | </rect> |
---|
1112 | </property> |
---|
1113 | <property name="text"> |
---|
1114 | <string>npex</string> |
---|
1115 | </property> |
---|
1116 | <property name="checkable"> |
---|
1117 | <bool>true</bool> |
---|
1118 | </property> |
---|
1119 | <property name="autoRepeat"> |
---|
1120 | <bool>false</bool> |
---|
1121 | </property> |
---|
1122 | </widget> |
---|
1123 | <widget class="QPushButton" name="npey_table"> |
---|
1124 | <property name="geometry"> |
---|
1125 | <rect> |
---|
1126 | <x>405</x> |
---|
1127 | <y>149</y> |
---|
1128 | <width>104</width> |
---|
1129 | <height>23</height> |
---|
1130 | </rect> |
---|
1131 | </property> |
---|
1132 | <property name="text"> |
---|
1133 | <string>npey</string> |
---|
1134 | </property> |
---|
1135 | <property name="checkable"> |
---|
1136 | <bool>true</bool> |
---|
1137 | </property> |
---|
1138 | </widget> |
---|
1139 | <widget class="QPushButton" name="npexnpey_table"> |
---|
1140 | <property name="geometry"> |
---|
1141 | <rect> |
---|
1142 | <x>506</x> |
---|
1143 | <y>149</y> |
---|
1144 | <width>102</width> |
---|
1145 | <height>23</height> |
---|
1146 | </rect> |
---|
1147 | </property> |
---|
1148 | <property name="text"> |
---|
1149 | <string>npex/npey</string> |
---|
1150 | </property> |
---|
1151 | <property name="checkable"> |
---|
1152 | <bool>true</bool> |
---|
1153 | </property> |
---|
1154 | </widget> |
---|
1155 | <widget class="QPushButton" name="np_table"> |
---|
1156 | <property name="geometry"> |
---|
1157 | <rect> |
---|
1158 | <x>605</x> |
---|
1159 | <y>149</y> |
---|
1160 | <width>103</width> |
---|
1161 | <height>23</height> |
---|
1162 | </rect> |
---|
1163 | </property> |
---|
1164 | <property name="text"> |
---|
1165 | <string>np</string> |
---|
1166 | </property> |
---|
1167 | <property name="checkable"> |
---|
1168 | <bool>true</bool> |
---|
1169 | </property> |
---|
1170 | </widget> |
---|
1171 | <widget class="QPushButton" name="ngpts_table"> |
---|
1172 | <property name="geometry"> |
---|
1173 | <rect> |
---|
1174 | <x>705</x> |
---|
1175 | <y>149</y> |
---|
1176 | <width>104</width> |
---|
1177 | <height>23</height> |
---|
1178 | </rect> |
---|
1179 | </property> |
---|
1180 | <property name="text"> |
---|
1181 | <string>ngpts</string> |
---|
1182 | </property> |
---|
1183 | <property name="checkable"> |
---|
1184 | <bool>true</bool> |
---|
1185 | </property> |
---|
1186 | </widget> |
---|
1187 | <widget class="QWidget" name="layoutWidget"> |
---|
1188 | <property name="geometry"> |
---|
1189 | <rect> |
---|
1190 | <x>5</x> |
---|
1191 | <y>25</y> |
---|
1192 | <width>97</width> |
---|
1193 | <height>106</height> |
---|
1194 | </rect> |
---|
1195 | </property> |
---|
1196 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
1197 | <item> |
---|
1198 | <widget class="QPushButton" name="save_to_file_button"> |
---|
1199 | <property name="enabled"> |
---|
1200 | <bool>false</bool> |
---|
1201 | </property> |
---|
1202 | <property name="toolTip"> |
---|
1203 | <string><html><head/><body><p>Currently Disabled</p></body></html></string> |
---|
1204 | </property> |
---|
1205 | <property name="text"> |
---|
1206 | <string>Save to file</string> |
---|
1207 | </property> |
---|
1208 | </widget> |
---|
1209 | </item> |
---|
1210 | <item> |
---|
1211 | <widget class="QPushButton" name="pushButton_3"> |
---|
1212 | <property name="toolTip"> |
---|
1213 | <string><html><head/><body><p>Loads all calculated results. </p></body></html></string> |
---|
1214 | </property> |
---|
1215 | <property name="text"> |
---|
1216 | <string>Load all</string> |
---|
1217 | </property> |
---|
1218 | </widget> |
---|
1219 | </item> |
---|
1220 | <item> |
---|
1221 | <widget class="QPushButton" name="pushButton"> |
---|
1222 | <property name="text"> |
---|
1223 | <string>Execute filter</string> |
---|
1224 | </property> |
---|
1225 | </widget> |
---|
1226 | </item> |
---|
1227 | <item> |
---|
1228 | <widget class="QPushButton" name="pushButton_2"> |
---|
1229 | <property name="text"> |
---|
1230 | <string>Reset limits</string> |
---|
1231 | </property> |
---|
1232 | </widget> |
---|
1233 | </item> |
---|
1234 | </layout> |
---|
1235 | </widget> |
---|
1236 | <widget class="QPushButton" name="nxpex_table"> |
---|
1237 | <property name="geometry"> |
---|
1238 | <rect> |
---|
1239 | <x>806</x> |
---|
1240 | <y>149</y> |
---|
1241 | <width>104</width> |
---|
1242 | <height>23</height> |
---|
1243 | </rect> |
---|
1244 | </property> |
---|
1245 | <property name="text"> |
---|
1246 | <string>nx+1 / npex</string> |
---|
1247 | </property> |
---|
1248 | <property name="checkable"> |
---|
1249 | <bool>true</bool> |
---|
1250 | </property> |
---|
1251 | </widget> |
---|
1252 | <widget class="QPushButton" name="nypey_table"> |
---|
1253 | <property name="geometry"> |
---|
1254 | <rect> |
---|
1255 | <x>907</x> |
---|
1256 | <y>149</y> |
---|
1257 | <width>104</width> |
---|
1258 | <height>23</height> |
---|
1259 | </rect> |
---|
1260 | </property> |
---|
1261 | <property name="text"> |
---|
1262 | <string>ny+1 / npey</string> |
---|
1263 | </property> |
---|
1264 | <property name="checkable"> |
---|
1265 | <bool>true</bool> |
---|
1266 | </property> |
---|
1267 | </widget> |
---|
1268 | <widget class="QLabel" name="label_13"> |
---|
1269 | <property name="geometry"> |
---|
1270 | <rect> |
---|
1271 | <x>677</x> |
---|
1272 | <y>67</y> |
---|
1273 | <width>57</width> |
---|
1274 | <height>19</height> |
---|
1275 | </rect> |
---|
1276 | </property> |
---|
1277 | <property name="sizePolicy"> |
---|
1278 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
1279 | <horstretch>0</horstretch> |
---|
1280 | <verstretch>0</verstretch> |
---|
1281 | </sizepolicy> |
---|
1282 | </property> |
---|
1283 | <property name="minimumSize"> |
---|
1284 | <size> |
---|
1285 | <width>57</width> |
---|
1286 | <height>19</height> |
---|
1287 | </size> |
---|
1288 | </property> |
---|
1289 | <property name="maximumSize"> |
---|
1290 | <size> |
---|
1291 | <width>57</width> |
---|
1292 | <height>19</height> |
---|
1293 | </size> |
---|
1294 | </property> |
---|
1295 | <property name="text"> |
---|
1296 | <string>nx / npex</string> |
---|
1297 | </property> |
---|
1298 | </widget> |
---|
1299 | <widget class="QLabel" name="label_14"> |
---|
1300 | <property name="geometry"> |
---|
1301 | <rect> |
---|
1302 | <x>755</x> |
---|
1303 | <y>67</y> |
---|
1304 | <width>57</width> |
---|
1305 | <height>19</height> |
---|
1306 | </rect> |
---|
1307 | </property> |
---|
1308 | <property name="sizePolicy"> |
---|
1309 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
1310 | <horstretch>0</horstretch> |
---|
1311 | <verstretch>0</verstretch> |
---|
1312 | </sizepolicy> |
---|
1313 | </property> |
---|
1314 | <property name="minimumSize"> |
---|
1315 | <size> |
---|
1316 | <width>57</width> |
---|
1317 | <height>19</height> |
---|
1318 | </size> |
---|
1319 | </property> |
---|
1320 | <property name="maximumSize"> |
---|
1321 | <size> |
---|
1322 | <width>57</width> |
---|
1323 | <height>19</height> |
---|
1324 | </size> |
---|
1325 | </property> |
---|
1326 | <property name="text"> |
---|
1327 | <string>ny / npey</string> |
---|
1328 | </property> |
---|
1329 | </widget> |
---|
1330 | <widget class="QDoubleSpinBox" name="nxpex_min"> |
---|
1331 | <property name="geometry"> |
---|
1332 | <rect> |
---|
1333 | <x>670</x> |
---|
1334 | <y>86</y> |
---|
1335 | <width>71</width> |
---|
1336 | <height>22</height> |
---|
1337 | </rect> |
---|
1338 | </property> |
---|
1339 | <property name="maximum"> |
---|
1340 | <double>1000000.000000000000000</double> |
---|
1341 | </property> |
---|
1342 | </widget> |
---|
1343 | <widget class="QDoubleSpinBox" name="nxpex_max"> |
---|
1344 | <property name="geometry"> |
---|
1345 | <rect> |
---|
1346 | <x>670</x> |
---|
1347 | <y>110</y> |
---|
1348 | <width>71</width> |
---|
1349 | <height>22</height> |
---|
1350 | </rect> |
---|
1351 | </property> |
---|
1352 | <property name="maximum"> |
---|
1353 | <double>1000000.000000000000000</double> |
---|
1354 | </property> |
---|
1355 | </widget> |
---|
1356 | <widget class="QDoubleSpinBox" name="nypey_min"> |
---|
1357 | <property name="geometry"> |
---|
1358 | <rect> |
---|
1359 | <x>747</x> |
---|
1360 | <y>86</y> |
---|
1361 | <width>71</width> |
---|
1362 | <height>22</height> |
---|
1363 | </rect> |
---|
1364 | </property> |
---|
1365 | <property name="maximum"> |
---|
1366 | <double>1000000.000000000000000</double> |
---|
1367 | </property> |
---|
1368 | </widget> |
---|
1369 | <widget class="QDoubleSpinBox" name="nypey_max"> |
---|
1370 | <property name="geometry"> |
---|
1371 | <rect> |
---|
1372 | <x>747</x> |
---|
1373 | <y>110</y> |
---|
1374 | <width>71</width> |
---|
1375 | <height>22</height> |
---|
1376 | </rect> |
---|
1377 | </property> |
---|
1378 | <property name="maximum"> |
---|
1379 | <double>1000000.000000000000000</double> |
---|
1380 | </property> |
---|
1381 | </widget> |
---|
1382 | </widget> |
---|
1383 | <tabstops> |
---|
1384 | <tabstop>pushButton_3</tabstop> |
---|
1385 | <tabstop>nx_min</tabstop> |
---|
1386 | <tabstop>nx_max</tabstop> |
---|
1387 | <tabstop>ny_min</tabstop> |
---|
1388 | <tabstop>ny_max</tabstop> |
---|
1389 | <tabstop>nz_min</tabstop> |
---|
1390 | <tabstop>nz_max</tabstop> |
---|
1391 | <tabstop>npex_min</tabstop> |
---|
1392 | <tabstop>npex_max</tabstop> |
---|
1393 | <tabstop>npey_min</tabstop> |
---|
1394 | <tabstop>npey_max</tabstop> |
---|
1395 | <tabstop>npxnpy_min</tabstop> |
---|
1396 | <tabstop>npxnpy_max</tabstop> |
---|
1397 | <tabstop>np_min</tabstop> |
---|
1398 | <tabstop>np_max</tabstop> |
---|
1399 | <tabstop>ngpts_min</tabstop> |
---|
1400 | <tabstop>ngpts_max</tabstop> |
---|
1401 | <tabstop>pushButton</tabstop> |
---|
1402 | <tabstop>pushButton_2</tabstop> |
---|
1403 | <tabstop>tableWidget</tabstop> |
---|
1404 | </tabstops> |
---|
1405 | <resources/> |
---|
1406 | <connections/> |
---|
1407 | </ui> |
---|