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="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>917</width> |
---|
10 | <height>689</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="sizePolicy"> |
---|
14 | <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
---|
15 | <horstretch>0</horstretch> |
---|
16 | <verstretch>0</verstretch> |
---|
17 | </sizepolicy> |
---|
18 | </property> |
---|
19 | <property name="maximumSize"> |
---|
20 | <size> |
---|
21 | <width>960</width> |
---|
22 | <height>730</height> |
---|
23 | </size> |
---|
24 | </property> |
---|
25 | <property name="windowTitle"> |
---|
26 | <string>MRUN gui</string> |
---|
27 | </property> |
---|
28 | <property name="iconSize"> |
---|
29 | <size> |
---|
30 | <width>72</width> |
---|
31 | <height>72</height> |
---|
32 | </size> |
---|
33 | </property> |
---|
34 | <property name="toolButtonStyle"> |
---|
35 | <enum>Qt::ToolButtonIconOnly</enum> |
---|
36 | </property> |
---|
37 | <property name="animated"> |
---|
38 | <bool>false</bool> |
---|
39 | </property> |
---|
40 | <property name="documentMode"> |
---|
41 | <bool>false</bool> |
---|
42 | </property> |
---|
43 | <widget class="QWidget" name="centralWidget"> |
---|
44 | <widget class="QGroupBox" name="groupBox"> |
---|
45 | <property name="geometry"> |
---|
46 | <rect> |
---|
47 | <x>10</x> |
---|
48 | <y>595</y> |
---|
49 | <width>901</width> |
---|
50 | <height>61</height> |
---|
51 | </rect> |
---|
52 | </property> |
---|
53 | <property name="title"> |
---|
54 | <string>Main control</string> |
---|
55 | </property> |
---|
56 | <widget class="QPushButton" name="button_exit"> |
---|
57 | <property name="geometry"> |
---|
58 | <rect> |
---|
59 | <x>120</x> |
---|
60 | <y>10</y> |
---|
61 | <width>100</width> |
---|
62 | <height>24</height> |
---|
63 | </rect> |
---|
64 | </property> |
---|
65 | <property name="text"> |
---|
66 | <string>Quit</string> |
---|
67 | </property> |
---|
68 | </widget> |
---|
69 | <widget class="QPushButton" name="button_start"> |
---|
70 | <property name="enabled"> |
---|
71 | <bool>false</bool> |
---|
72 | </property> |
---|
73 | <property name="geometry"> |
---|
74 | <rect> |
---|
75 | <x>10</x> |
---|
76 | <y>10</y> |
---|
77 | <width>100</width> |
---|
78 | <height>24</height> |
---|
79 | </rect> |
---|
80 | </property> |
---|
81 | <property name="text"> |
---|
82 | <string>MRUN Start</string> |
---|
83 | </property> |
---|
84 | </widget> |
---|
85 | <widget class="QLineEdit" name="commandline"> |
---|
86 | <property name="enabled"> |
---|
87 | <bool>true</bool> |
---|
88 | </property> |
---|
89 | <property name="geometry"> |
---|
90 | <rect> |
---|
91 | <x>10</x> |
---|
92 | <y>35</y> |
---|
93 | <width>881</width> |
---|
94 | <height>25</height> |
---|
95 | </rect> |
---|
96 | </property> |
---|
97 | <property name="mouseTracking"> |
---|
98 | <bool>false</bool> |
---|
99 | </property> |
---|
100 | <property name="acceptDrops"> |
---|
101 | <bool>false</bool> |
---|
102 | </property> |
---|
103 | <property name="frame"> |
---|
104 | <bool>false</bool> |
---|
105 | </property> |
---|
106 | <property name="readOnly"> |
---|
107 | <bool>false</bool> |
---|
108 | </property> |
---|
109 | </widget> |
---|
110 | <widget class="QPushButton" name="button_clear"> |
---|
111 | <property name="geometry"> |
---|
112 | <rect> |
---|
113 | <x>230</x> |
---|
114 | <y>10</y> |
---|
115 | <width>100</width> |
---|
116 | <height>24</height> |
---|
117 | </rect> |
---|
118 | </property> |
---|
119 | <property name="text"> |
---|
120 | <string>Clear</string> |
---|
121 | </property> |
---|
122 | </widget> |
---|
123 | </widget> |
---|
124 | <widget class="QGroupBox" name="group_runcontrol"> |
---|
125 | <property name="enabled"> |
---|
126 | <bool>false</bool> |
---|
127 | </property> |
---|
128 | <property name="geometry"> |
---|
129 | <rect> |
---|
130 | <x>360</x> |
---|
131 | <y>0</y> |
---|
132 | <width>141</width> |
---|
133 | <height>326</height> |
---|
134 | </rect> |
---|
135 | </property> |
---|
136 | <property name="title"> |
---|
137 | <string>Run control list</string> |
---|
138 | </property> |
---|
139 | <widget class="QCheckBox" name="check_pr"> |
---|
140 | <property name="geometry"> |
---|
141 | <rect> |
---|
142 | <x>10</x> |
---|
143 | <y>55</y> |
---|
144 | <width>87</width> |
---|
145 | <height>23</height> |
---|
146 | </rect> |
---|
147 | </property> |
---|
148 | <property name="text"> |
---|
149 | <string>Profiles</string> |
---|
150 | </property> |
---|
151 | </widget> |
---|
152 | <widget class="QCheckBox" name="check_3d"> |
---|
153 | <property name="geometry"> |
---|
154 | <rect> |
---|
155 | <x>10</x> |
---|
156 | <y>155</y> |
---|
157 | <width>87</width> |
---|
158 | <height>23</height> |
---|
159 | </rect> |
---|
160 | </property> |
---|
161 | <property name="text"> |
---|
162 | <string>3D</string> |
---|
163 | </property> |
---|
164 | </widget> |
---|
165 | <widget class="QCheckBox" name="check_xy"> |
---|
166 | <property name="geometry"> |
---|
167 | <rect> |
---|
168 | <x>10</x> |
---|
169 | <y>80</y> |
---|
170 | <width>87</width> |
---|
171 | <height>23</height> |
---|
172 | </rect> |
---|
173 | </property> |
---|
174 | <property name="text"> |
---|
175 | <string>XY</string> |
---|
176 | </property> |
---|
177 | </widget> |
---|
178 | <widget class="QCheckBox" name="check_ts"> |
---|
179 | <property name="geometry"> |
---|
180 | <rect> |
---|
181 | <x>10</x> |
---|
182 | <y>30</y> |
---|
183 | <width>121</width> |
---|
184 | <height>23</height> |
---|
185 | </rect> |
---|
186 | </property> |
---|
187 | <property name="text"> |
---|
188 | <string>Timeseries (TS)</string> |
---|
189 | </property> |
---|
190 | </widget> |
---|
191 | <widget class="QCheckBox" name="check_ma"> |
---|
192 | <property name="geometry"> |
---|
193 | <rect> |
---|
194 | <x>10</x> |
---|
195 | <y>180</y> |
---|
196 | <width>87</width> |
---|
197 | <height>23</height> |
---|
198 | </rect> |
---|
199 | </property> |
---|
200 | <property name="text"> |
---|
201 | <string>Masks</string> |
---|
202 | </property> |
---|
203 | </widget> |
---|
204 | <widget class="QCheckBox" name="check_sp"> |
---|
205 | <property name="geometry"> |
---|
206 | <rect> |
---|
207 | <x>10</x> |
---|
208 | <y>205</y> |
---|
209 | <width>87</width> |
---|
210 | <height>23</height> |
---|
211 | </rect> |
---|
212 | </property> |
---|
213 | <property name="text"> |
---|
214 | <string>Spectra</string> |
---|
215 | </property> |
---|
216 | </widget> |
---|
217 | <widget class="QCheckBox" name="check_prt"> |
---|
218 | <property name="geometry"> |
---|
219 | <rect> |
---|
220 | <x>10</x> |
---|
221 | <y>230</y> |
---|
222 | <width>87</width> |
---|
223 | <height>23</height> |
---|
224 | </rect> |
---|
225 | </property> |
---|
226 | <property name="text"> |
---|
227 | <string>Particles</string> |
---|
228 | </property> |
---|
229 | </widget> |
---|
230 | <widget class="QCheckBox" name="check_xz"> |
---|
231 | <property name="geometry"> |
---|
232 | <rect> |
---|
233 | <x>10</x> |
---|
234 | <y>105</y> |
---|
235 | <width>87</width> |
---|
236 | <height>23</height> |
---|
237 | </rect> |
---|
238 | </property> |
---|
239 | <property name="text"> |
---|
240 | <string>XZ</string> |
---|
241 | </property> |
---|
242 | </widget> |
---|
243 | <widget class="QCheckBox" name="check_yz"> |
---|
244 | <property name="geometry"> |
---|
245 | <rect> |
---|
246 | <x>10</x> |
---|
247 | <y>130</y> |
---|
248 | <width>87</width> |
---|
249 | <height>23</height> |
---|
250 | </rect> |
---|
251 | </property> |
---|
252 | <property name="text"> |
---|
253 | <string>YZ</string> |
---|
254 | </property> |
---|
255 | </widget> |
---|
256 | <widget class="QCheckBox" name="check_pts"> |
---|
257 | <property name="geometry"> |
---|
258 | <rect> |
---|
259 | <x>10</x> |
---|
260 | <y>250</y> |
---|
261 | <width>131</width> |
---|
262 | <height>36</height> |
---|
263 | </rect> |
---|
264 | </property> |
---|
265 | <property name="text"> |
---|
266 | <string>Particle TS</string> |
---|
267 | </property> |
---|
268 | </widget> |
---|
269 | </widget> |
---|
270 | <widget class="QGroupBox" name="group_job"> |
---|
271 | <property name="enabled"> |
---|
272 | <bool>true</bool> |
---|
273 | </property> |
---|
274 | <property name="geometry"> |
---|
275 | <rect> |
---|
276 | <x>10</x> |
---|
277 | <y>0</y> |
---|
278 | <width>351</width> |
---|
279 | <height>326</height> |
---|
280 | </rect> |
---|
281 | </property> |
---|
282 | <property name="title"> |
---|
283 | <string>Job name</string> |
---|
284 | </property> |
---|
285 | <widget class="QLineEdit" name="line_jobname"> |
---|
286 | <property name="geometry"> |
---|
287 | <rect> |
---|
288 | <x>90</x> |
---|
289 | <y>30</y> |
---|
290 | <width>251</width> |
---|
291 | <height>25</height> |
---|
292 | </rect> |
---|
293 | </property> |
---|
294 | <property name="text"> |
---|
295 | <string/> |
---|
296 | </property> |
---|
297 | </widget> |
---|
298 | <widget class="QPushButton" name="pushButton"> |
---|
299 | <property name="geometry"> |
---|
300 | <rect> |
---|
301 | <x>10</x> |
---|
302 | <y>30</y> |
---|
303 | <width>71</width> |
---|
304 | <height>24</height> |
---|
305 | </rect> |
---|
306 | </property> |
---|
307 | <property name="text"> |
---|
308 | <string>Select</string> |
---|
309 | </property> |
---|
310 | </widget> |
---|
311 | <widget class="QLabel" name="label"> |
---|
312 | <property name="geometry"> |
---|
313 | <rect> |
---|
314 | <x>10</x> |
---|
315 | <y>65</y> |
---|
316 | <width>101</width> |
---|
317 | <height>16</height> |
---|
318 | </rect> |
---|
319 | </property> |
---|
320 | <property name="text"> |
---|
321 | <string>Recent 10 jobs:</string> |
---|
322 | </property> |
---|
323 | </widget> |
---|
324 | <widget class="QListWidget" name="list_jobname"> |
---|
325 | <property name="geometry"> |
---|
326 | <rect> |
---|
327 | <x>10</x> |
---|
328 | <y>85</y> |
---|
329 | <width>331</width> |
---|
330 | <height>181</height> |
---|
331 | </rect> |
---|
332 | </property> |
---|
333 | </widget> |
---|
334 | <widget class="QComboBox" name="drop_job"> |
---|
335 | <property name="enabled"> |
---|
336 | <bool>false</bool> |
---|
337 | </property> |
---|
338 | <property name="geometry"> |
---|
339 | <rect> |
---|
340 | <x>10</x> |
---|
341 | <y>265</y> |
---|
342 | <width>251</width> |
---|
343 | <height>25</height> |
---|
344 | </rect> |
---|
345 | </property> |
---|
346 | <item> |
---|
347 | <property name="text"> |
---|
348 | <string>Initial run</string> |
---|
349 | </property> |
---|
350 | </item> |
---|
351 | <item> |
---|
352 | <property name="text"> |
---|
353 | <string>Restart run</string> |
---|
354 | </property> |
---|
355 | </item> |
---|
356 | <item> |
---|
357 | <property name="text"> |
---|
358 | <string>Precursor run (Atmosphere)</string> |
---|
359 | </property> |
---|
360 | </item> |
---|
361 | <item> |
---|
362 | <property name="text"> |
---|
363 | <string>Precursor run (Ocean)</string> |
---|
364 | </property> |
---|
365 | </item> |
---|
366 | <item> |
---|
367 | <property name="text"> |
---|
368 | <string>Coupled restart</string> |
---|
369 | </property> |
---|
370 | </item> |
---|
371 | </widget> |
---|
372 | <widget class="QLabel" name="label_usercode"> |
---|
373 | <property name="enabled"> |
---|
374 | <bool>true</bool> |
---|
375 | </property> |
---|
376 | <property name="geometry"> |
---|
377 | <rect> |
---|
378 | <x>10</x> |
---|
379 | <y>295</y> |
---|
380 | <width>241</width> |
---|
381 | <height>16</height> |
---|
382 | </rect> |
---|
383 | </property> |
---|
384 | <property name="font"> |
---|
385 | <font> |
---|
386 | <weight>75</weight> |
---|
387 | <bold>true</bold> |
---|
388 | </font> |
---|
389 | </property> |
---|
390 | <property name="text"> |
---|
391 | <string/> |
---|
392 | </property> |
---|
393 | </widget> |
---|
394 | </widget> |
---|
395 | <widget class="QGroupBox" name="group_execution"> |
---|
396 | <property name="enabled"> |
---|
397 | <bool>false</bool> |
---|
398 | </property> |
---|
399 | <property name="geometry"> |
---|
400 | <rect> |
---|
401 | <x>10</x> |
---|
402 | <y>320</y> |
---|
403 | <width>491</width> |
---|
404 | <height>271</height> |
---|
405 | </rect> |
---|
406 | </property> |
---|
407 | <property name="title"> |
---|
408 | <string>Execution</string> |
---|
409 | </property> |
---|
410 | <widget class="QLineEdit" name="line_q"> |
---|
411 | <property name="geometry"> |
---|
412 | <rect> |
---|
413 | <x>290</x> |
---|
414 | <y>30</y> |
---|
415 | <width>91</width> |
---|
416 | <height>25</height> |
---|
417 | </rect> |
---|
418 | </property> |
---|
419 | <property name="text"> |
---|
420 | <string/> |
---|
421 | </property> |
---|
422 | <property name="alignment"> |
---|
423 | <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> |
---|
424 | </property> |
---|
425 | </widget> |
---|
426 | <widget class="QLabel" name="label_2"> |
---|
427 | <property name="geometry"> |
---|
428 | <rect> |
---|
429 | <x>250</x> |
---|
430 | <y>35</y> |
---|
431 | <width>41</width> |
---|
432 | <height>15</height> |
---|
433 | </rect> |
---|
434 | </property> |
---|
435 | <property name="text"> |
---|
436 | <string>Queue:</string> |
---|
437 | </property> |
---|
438 | <property name="alignment"> |
---|
439 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
440 | </property> |
---|
441 | </widget> |
---|
442 | <widget class="QLineEdit" name="line_pe"> |
---|
443 | <property name="geometry"> |
---|
444 | <rect> |
---|
445 | <x>70</x> |
---|
446 | <y>80</y> |
---|
447 | <width>51</width> |
---|
448 | <height>25</height> |
---|
449 | </rect> |
---|
450 | </property> |
---|
451 | <property name="text"> |
---|
452 | <string/> |
---|
453 | </property> |
---|
454 | </widget> |
---|
455 | <widget class="QLabel" name="label_3"> |
---|
456 | <property name="geometry"> |
---|
457 | <rect> |
---|
458 | <x>40</x> |
---|
459 | <y>85</y> |
---|
460 | <width>31</width> |
---|
461 | <height>15</height> |
---|
462 | </rect> |
---|
463 | </property> |
---|
464 | <property name="text"> |
---|
465 | <string>PEs:</string> |
---|
466 | </property> |
---|
467 | <property name="alignment"> |
---|
468 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
469 | </property> |
---|
470 | </widget> |
---|
471 | <widget class="QLineEdit" name="line_tpn"> |
---|
472 | <property name="geometry"> |
---|
473 | <rect> |
---|
474 | <x>290</x> |
---|
475 | <y>80</y> |
---|
476 | <width>41</width> |
---|
477 | <height>25</height> |
---|
478 | </rect> |
---|
479 | </property> |
---|
480 | <property name="text"> |
---|
481 | <string/> |
---|
482 | </property> |
---|
483 | </widget> |
---|
484 | <widget class="QLabel" name="label_4"> |
---|
485 | <property name="geometry"> |
---|
486 | <rect> |
---|
487 | <x>210</x> |
---|
488 | <y>85</y> |
---|
489 | <width>81</width> |
---|
490 | <height>16</height> |
---|
491 | </rect> |
---|
492 | </property> |
---|
493 | <property name="text"> |
---|
494 | <string>Tasks / node:</string> |
---|
495 | </property> |
---|
496 | <property name="alignment"> |
---|
497 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
498 | </property> |
---|
499 | </widget> |
---|
500 | <widget class="QLineEdit" name="line_account"> |
---|
501 | <property name="geometry"> |
---|
502 | <rect> |
---|
503 | <x>290</x> |
---|
504 | <y>55</y> |
---|
505 | <width>91</width> |
---|
506 | <height>25</height> |
---|
507 | </rect> |
---|
508 | </property> |
---|
509 | <property name="text"> |
---|
510 | <string/> |
---|
511 | </property> |
---|
512 | </widget> |
---|
513 | <widget class="QLabel" name="label_5"> |
---|
514 | <property name="geometry"> |
---|
515 | <rect> |
---|
516 | <x>230</x> |
---|
517 | <y>60</y> |
---|
518 | <width>61</width> |
---|
519 | <height>16</height> |
---|
520 | </rect> |
---|
521 | </property> |
---|
522 | <property name="text"> |
---|
523 | <string>Account:</string> |
---|
524 | </property> |
---|
525 | <property name="alignment"> |
---|
526 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
527 | </property> |
---|
528 | </widget> |
---|
529 | <widget class="QLabel" name="label_6"> |
---|
530 | <property name="geometry"> |
---|
531 | <rect> |
---|
532 | <x>0</x> |
---|
533 | <y>110</y> |
---|
534 | <width>71</width> |
---|
535 | <height>16</height> |
---|
536 | </rect> |
---|
537 | </property> |
---|
538 | <property name="text"> |
---|
539 | <string>CPU time:</string> |
---|
540 | </property> |
---|
541 | <property name="alignment"> |
---|
542 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
543 | </property> |
---|
544 | </widget> |
---|
545 | <widget class="QLineEdit" name="line_time"> |
---|
546 | <property name="geometry"> |
---|
547 | <rect> |
---|
548 | <x>70</x> |
---|
549 | <y>105</y> |
---|
550 | <width>131</width> |
---|
551 | <height>25</height> |
---|
552 | </rect> |
---|
553 | </property> |
---|
554 | <property name="text"> |
---|
555 | <string/> |
---|
556 | </property> |
---|
557 | </widget> |
---|
558 | <widget class="QLabel" name="label_7"> |
---|
559 | <property name="geometry"> |
---|
560 | <rect> |
---|
561 | <x>30</x> |
---|
562 | <y>35</y> |
---|
563 | <width>41</width> |
---|
564 | <height>16</height> |
---|
565 | </rect> |
---|
566 | </property> |
---|
567 | <property name="text"> |
---|
568 | <string>Host:</string> |
---|
569 | </property> |
---|
570 | <property name="scaledContents"> |
---|
571 | <bool>false</bool> |
---|
572 | </property> |
---|
573 | <property name="alignment"> |
---|
574 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
575 | </property> |
---|
576 | </widget> |
---|
577 | <widget class="QLineEdit" name="line_host"> |
---|
578 | <property name="geometry"> |
---|
579 | <rect> |
---|
580 | <x>70</x> |
---|
581 | <y>30</y> |
---|
582 | <width>131</width> |
---|
583 | <height>25</height> |
---|
584 | </rect> |
---|
585 | </property> |
---|
586 | <property name="text"> |
---|
587 | <string/> |
---|
588 | </property> |
---|
589 | </widget> |
---|
590 | <widget class="QLabel" name="label_coupled1"> |
---|
591 | <property name="enabled"> |
---|
592 | <bool>false</bool> |
---|
593 | </property> |
---|
594 | <property name="geometry"> |
---|
595 | <rect> |
---|
596 | <x>10</x> |
---|
597 | <y>135</y> |
---|
598 | <width>161</width> |
---|
599 | <height>16</height> |
---|
600 | </rect> |
---|
601 | </property> |
---|
602 | <property name="autoFillBackground"> |
---|
603 | <bool>false</bool> |
---|
604 | </property> |
---|
605 | <property name="text"> |
---|
606 | <string>PEs (Atmosphere / Ocean):</string> |
---|
607 | </property> |
---|
608 | <property name="scaledContents"> |
---|
609 | <bool>false</bool> |
---|
610 | </property> |
---|
611 | <property name="alignment"> |
---|
612 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
613 | </property> |
---|
614 | </widget> |
---|
615 | <widget class="QLineEdit" name="line_PE_atmos"> |
---|
616 | <property name="enabled"> |
---|
617 | <bool>false</bool> |
---|
618 | </property> |
---|
619 | <property name="geometry"> |
---|
620 | <rect> |
---|
621 | <x>200</x> |
---|
622 | <y>130</y> |
---|
623 | <width>61</width> |
---|
624 | <height>25</height> |
---|
625 | </rect> |
---|
626 | </property> |
---|
627 | <property name="text"> |
---|
628 | <string/> |
---|
629 | </property> |
---|
630 | <property name="frame"> |
---|
631 | <bool>true</bool> |
---|
632 | </property> |
---|
633 | </widget> |
---|
634 | <widget class="QLineEdit" name="line_PE_ocean"> |
---|
635 | <property name="enabled"> |
---|
636 | <bool>false</bool> |
---|
637 | </property> |
---|
638 | <property name="geometry"> |
---|
639 | <rect> |
---|
640 | <x>290</x> |
---|
641 | <y>130</y> |
---|
642 | <width>61</width> |
---|
643 | <height>25</height> |
---|
644 | </rect> |
---|
645 | </property> |
---|
646 | <property name="text"> |
---|
647 | <string/> |
---|
648 | </property> |
---|
649 | </widget> |
---|
650 | <widget class="QLabel" name="label_coupled2"> |
---|
651 | <property name="enabled"> |
---|
652 | <bool>false</bool> |
---|
653 | </property> |
---|
654 | <property name="geometry"> |
---|
655 | <rect> |
---|
656 | <x>180</x> |
---|
657 | <y>135</y> |
---|
658 | <width>21</width> |
---|
659 | <height>16</height> |
---|
660 | </rect> |
---|
661 | </property> |
---|
662 | <property name="text"> |
---|
663 | <string>A:</string> |
---|
664 | </property> |
---|
665 | <property name="alignment"> |
---|
666 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
667 | </property> |
---|
668 | </widget> |
---|
669 | <widget class="QLabel" name="label_coupled3"> |
---|
670 | <property name="enabled"> |
---|
671 | <bool>false</bool> |
---|
672 | </property> |
---|
673 | <property name="geometry"> |
---|
674 | <rect> |
---|
675 | <x>270</x> |
---|
676 | <y>135</y> |
---|
677 | <width>21</width> |
---|
678 | <height>16</height> |
---|
679 | </rect> |
---|
680 | </property> |
---|
681 | <property name="text"> |
---|
682 | <string>O:</string> |
---|
683 | </property> |
---|
684 | <property name="alignment"> |
---|
685 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
686 | </property> |
---|
687 | </widget> |
---|
688 | <widget class="Line" name="line"> |
---|
689 | <property name="geometry"> |
---|
690 | <rect> |
---|
691 | <x>7</x> |
---|
692 | <y>155</y> |
---|
693 | <width>481</width> |
---|
694 | <height>16</height> |
---|
695 | </rect> |
---|
696 | </property> |
---|
697 | <property name="orientation"> |
---|
698 | <enum>Qt::Horizontal</enum> |
---|
699 | </property> |
---|
700 | </widget> |
---|
701 | <widget class="QCheckBox" name="check_restarts"> |
---|
702 | <property name="geometry"> |
---|
703 | <rect> |
---|
704 | <x>10</x> |
---|
705 | <y>170</y> |
---|
706 | <width>121</width> |
---|
707 | <height>23</height> |
---|
708 | </rect> |
---|
709 | </property> |
---|
710 | <property name="text"> |
---|
711 | <string>Allow restarts</string> |
---|
712 | </property> |
---|
713 | </widget> |
---|
714 | <widget class="QCheckBox" name="check_delete_tmp_files"> |
---|
715 | <property name="geometry"> |
---|
716 | <rect> |
---|
717 | <x>10</x> |
---|
718 | <y>195</y> |
---|
719 | <width>271</width> |
---|
720 | <height>23</height> |
---|
721 | </rect> |
---|
722 | </property> |
---|
723 | <property name="text"> |
---|
724 | <string>Do not delete temporary directory at end</string> |
---|
725 | </property> |
---|
726 | </widget> |
---|
727 | <widget class="QLineEdit" name="line_branch"> |
---|
728 | <property name="geometry"> |
---|
729 | <rect> |
---|
730 | <x>70</x> |
---|
731 | <y>55</y> |
---|
732 | <width>131</width> |
---|
733 | <height>25</height> |
---|
734 | </rect> |
---|
735 | </property> |
---|
736 | <property name="text"> |
---|
737 | <string/> |
---|
738 | </property> |
---|
739 | </widget> |
---|
740 | <widget class="QLabel" name="label_11"> |
---|
741 | <property name="geometry"> |
---|
742 | <rect> |
---|
743 | <x>20</x> |
---|
744 | <y>60</y> |
---|
745 | <width>51</width> |
---|
746 | <height>16</height> |
---|
747 | </rect> |
---|
748 | </property> |
---|
749 | <property name="text"> |
---|
750 | <string>Branch:</string> |
---|
751 | </property> |
---|
752 | <property name="scaledContents"> |
---|
753 | <bool>false</bool> |
---|
754 | </property> |
---|
755 | <property name="alignment"> |
---|
756 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
757 | </property> |
---|
758 | </widget> |
---|
759 | <widget class="QLabel" name="label_coupling"> |
---|
760 | <property name="enabled"> |
---|
761 | <bool>false</bool> |
---|
762 | </property> |
---|
763 | <property name="geometry"> |
---|
764 | <rect> |
---|
765 | <x>350</x> |
---|
766 | <y>135</y> |
---|
767 | <width>55</width> |
---|
768 | <height>15</height> |
---|
769 | </rect> |
---|
770 | </property> |
---|
771 | <property name="text"> |
---|
772 | <string/> |
---|
773 | </property> |
---|
774 | </widget> |
---|
775 | <widget class="QCheckBox" name="check_verbose"> |
---|
776 | <property name="geometry"> |
---|
777 | <rect> |
---|
778 | <x>10</x> |
---|
779 | <y>220</y> |
---|
780 | <width>261</width> |
---|
781 | <height>23</height> |
---|
782 | </rect> |
---|
783 | </property> |
---|
784 | <property name="text"> |
---|
785 | <string>No prompt on confirmation (silent)</string> |
---|
786 | </property> |
---|
787 | </widget> |
---|
788 | <widget class="QLabel" name="label_restart"> |
---|
789 | <property name="enabled"> |
---|
790 | <bool>false</bool> |
---|
791 | </property> |
---|
792 | <property name="geometry"> |
---|
793 | <rect> |
---|
794 | <x>130</x> |
---|
795 | <y>170</y> |
---|
796 | <width>241</width> |
---|
797 | <height>21</height> |
---|
798 | </rect> |
---|
799 | </property> |
---|
800 | <property name="font"> |
---|
801 | <font> |
---|
802 | <weight>75</weight> |
---|
803 | <bold>true</bold> |
---|
804 | </font> |
---|
805 | </property> |
---|
806 | <property name="text"> |
---|
807 | <string/> |
---|
808 | </property> |
---|
809 | </widget> |
---|
810 | <widget class="QCheckBox" name="check_cycfill"> |
---|
811 | <property name="geometry"> |
---|
812 | <rect> |
---|
813 | <x>10</x> |
---|
814 | <y>245</y> |
---|
815 | <width>261</width> |
---|
816 | <height>21</height> |
---|
817 | </rect> |
---|
818 | </property> |
---|
819 | <property name="text"> |
---|
820 | <string>Use cyclic fill method</string> |
---|
821 | </property> |
---|
822 | </widget> |
---|
823 | </widget> |
---|
824 | <widget class="QGroupBox" name="group_advanced"> |
---|
825 | <property name="enabled"> |
---|
826 | <bool>false</bool> |
---|
827 | </property> |
---|
828 | <property name="geometry"> |
---|
829 | <rect> |
---|
830 | <x>510</x> |
---|
831 | <y>30</y> |
---|
832 | <width>401</width> |
---|
833 | <height>556</height> |
---|
834 | </rect> |
---|
835 | </property> |
---|
836 | <property name="title"> |
---|
837 | <string>Advanced settings</string> |
---|
838 | </property> |
---|
839 | <widget class="QCheckBox" name="check_x"> |
---|
840 | <property name="geometry"> |
---|
841 | <rect> |
---|
842 | <x>10</x> |
---|
843 | <y>200</y> |
---|
844 | <width>421</width> |
---|
845 | <height>23</height> |
---|
846 | </rect> |
---|
847 | </property> |
---|
848 | <property name="text"> |
---|
849 | <string>-x (tracing of mrun for debug purposes)</string> |
---|
850 | </property> |
---|
851 | </widget> |
---|
852 | <widget class="QCheckBox" name="check_S"> |
---|
853 | <property name="geometry"> |
---|
854 | <rect> |
---|
855 | <x>10</x> |
---|
856 | <y>175</y> |
---|
857 | <width>421</width> |
---|
858 | <height>23</height> |
---|
859 | </rect> |
---|
860 | </property> |
---|
861 | <property name="text"> |
---|
862 | <string>-S (config file interpreted by shellscript)</string> |
---|
863 | </property> |
---|
864 | </widget> |
---|
865 | <widget class="QCheckBox" name="check_O"> |
---|
866 | <property name="geometry"> |
---|
867 | <rect> |
---|
868 | <x>10</x> |
---|
869 | <y>150</y> |
---|
870 | <width>421</width> |
---|
871 | <height>23</height> |
---|
872 | </rect> |
---|
873 | </property> |
---|
874 | <property name="text"> |
---|
875 | <string>-O (use OpenMP)</string> |
---|
876 | </property> |
---|
877 | </widget> |
---|
878 | <widget class="QCheckBox" name="check_k"> |
---|
879 | <property name="geometry"> |
---|
880 | <rect> |
---|
881 | <x>10</x> |
---|
882 | <y>125</y> |
---|
883 | <width>421</width> |
---|
884 | <height>23</height> |
---|
885 | </rect> |
---|
886 | </property> |
---|
887 | <property name="text"> |
---|
888 | <string>-k (keep data from previous run)</string> |
---|
889 | </property> |
---|
890 | </widget> |
---|
891 | <widget class="QCheckBox" name="check_I"> |
---|
892 | <property name="geometry"> |
---|
893 | <rect> |
---|
894 | <x>10</x> |
---|
895 | <y>100</y> |
---|
896 | <width>421</width> |
---|
897 | <height>23</height> |
---|
898 | </rect> |
---|
899 | </property> |
---|
900 | <property name="text"> |
---|
901 | <string>-I (archiving errors of previous batch-jobs will be ignored)</string> |
---|
902 | </property> |
---|
903 | </widget> |
---|
904 | <widget class="QCheckBox" name="check_F"> |
---|
905 | <property name="geometry"> |
---|
906 | <rect> |
---|
907 | <x>10</x> |
---|
908 | <y>75</y> |
---|
909 | <width>421</width> |
---|
910 | <height>23</height> |
---|
911 | </rect> |
---|
912 | </property> |
---|
913 | <property name="text"> |
---|
914 | <string>-F (create remote job file only)</string> |
---|
915 | </property> |
---|
916 | </widget> |
---|
917 | <widget class="QCheckBox" name="check_b"> |
---|
918 | <property name="geometry"> |
---|
919 | <rect> |
---|
920 | <x>10</x> |
---|
921 | <y>50</y> |
---|
922 | <width>421</width> |
---|
923 | <height>23</height> |
---|
924 | </rect> |
---|
925 | </property> |
---|
926 | <property name="text"> |
---|
927 | <string>-b (batch-job on local machine)</string> |
---|
928 | </property> |
---|
929 | </widget> |
---|
930 | <widget class="QCheckBox" name="check_A"> |
---|
931 | <property name="geometry"> |
---|
932 | <rect> |
---|
933 | <x>10</x> |
---|
934 | <y>25</y> |
---|
935 | <width>421</width> |
---|
936 | <height>23</height> |
---|
937 | </rect> |
---|
938 | </property> |
---|
939 | <property name="text"> |
---|
940 | <string>-A (archiving when using file-attribute fl)</string> |
---|
941 | </property> |
---|
942 | </widget> |
---|
943 | <widget class="QComboBox" name="combo_n"> |
---|
944 | <property name="geometry"> |
---|
945 | <rect> |
---|
946 | <x>280</x> |
---|
947 | <y>255</y> |
---|
948 | <width>111</width> |
---|
949 | <height>25</height> |
---|
950 | </rect> |
---|
951 | </property> |
---|
952 | <item> |
---|
953 | <property name="text"> |
---|
954 | <string>default</string> |
---|
955 | </property> |
---|
956 | </item> |
---|
957 | <item> |
---|
958 | <property name="text"> |
---|
959 | <string>shared</string> |
---|
960 | </property> |
---|
961 | </item> |
---|
962 | <item> |
---|
963 | <property name="text"> |
---|
964 | <string>non_shared</string> |
---|
965 | </property> |
---|
966 | </item> |
---|
967 | </widget> |
---|
968 | <widget class="QLineEdit" name="line_D"> |
---|
969 | <property name="geometry"> |
---|
970 | <rect> |
---|
971 | <x>200</x> |
---|
972 | <y>330</y> |
---|
973 | <width>191</width> |
---|
974 | <height>25</height> |
---|
975 | </rect> |
---|
976 | </property> |
---|
977 | <property name="text"> |
---|
978 | <string/> |
---|
979 | </property> |
---|
980 | </widget> |
---|
981 | <widget class="QLineEdit" name="line_a"> |
---|
982 | <property name="geometry"> |
---|
983 | <rect> |
---|
984 | <x>200</x> |
---|
985 | <y>305</y> |
---|
986 | <width>191</width> |
---|
987 | <height>25</height> |
---|
988 | </rect> |
---|
989 | </property> |
---|
990 | <property name="text"> |
---|
991 | <string/> |
---|
992 | </property> |
---|
993 | </widget> |
---|
994 | <widget class="QLabel" name="label_14"> |
---|
995 | <property name="geometry"> |
---|
996 | <rect> |
---|
997 | <x>60</x> |
---|
998 | <y>460</y> |
---|
999 | <width>131</width> |
---|
1000 | <height>16</height> |
---|
1001 | </rect> |
---|
1002 | </property> |
---|
1003 | <property name="text"> |
---|
1004 | <string>OUTPUT control list:</string> |
---|
1005 | </property> |
---|
1006 | <property name="alignment"> |
---|
1007 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
1008 | </property> |
---|
1009 | </widget> |
---|
1010 | <widget class="Line" name="line_2"> |
---|
1011 | <property name="geometry"> |
---|
1012 | <rect> |
---|
1013 | <x>10</x> |
---|
1014 | <y>240</y> |
---|
1015 | <width>381</width> |
---|
1016 | <height>16</height> |
---|
1017 | </rect> |
---|
1018 | </property> |
---|
1019 | <property name="orientation"> |
---|
1020 | <enum>Qt::Horizontal</enum> |
---|
1021 | </property> |
---|
1022 | </widget> |
---|
1023 | <widget class="QLabel" name="label_16"> |
---|
1024 | <property name="geometry"> |
---|
1025 | <rect> |
---|
1026 | <x>100</x> |
---|
1027 | <y>260</y> |
---|
1028 | <width>91</width> |
---|
1029 | <height>15</height> |
---|
1030 | </rect> |
---|
1031 | </property> |
---|
1032 | <property name="text"> |
---|
1033 | <string>Memory (MB):</string> |
---|
1034 | </property> |
---|
1035 | <property name="alignment"> |
---|
1036 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
1037 | </property> |
---|
1038 | </widget> |
---|
1039 | <widget class="QLineEdit" name="line_m"> |
---|
1040 | <property name="geometry"> |
---|
1041 | <rect> |
---|
1042 | <x>200</x> |
---|
1043 | <y>255</y> |
---|
1044 | <width>71</width> |
---|
1045 | <height>25</height> |
---|
1046 | </rect> |
---|
1047 | </property> |
---|
1048 | </widget> |
---|
1049 | <widget class="QLabel" name="label_13"> |
---|
1050 | <property name="geometry"> |
---|
1051 | <rect> |
---|
1052 | <x>30</x> |
---|
1053 | <y>310</y> |
---|
1054 | <width>161</width> |
---|
1055 | <height>16</height> |
---|
1056 | </rect> |
---|
1057 | </property> |
---|
1058 | <property name="text"> |
---|
1059 | <string>Base name of input files:</string> |
---|
1060 | </property> |
---|
1061 | <property name="alignment"> |
---|
1062 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
1063 | </property> |
---|
1064 | </widget> |
---|
1065 | <widget class="QLabel" name="label_18"> |
---|
1066 | <property name="geometry"> |
---|
1067 | <rect> |
---|
1068 | <x>10</x> |
---|
1069 | <y>335</y> |
---|
1070 | <width>181</width> |
---|
1071 | <height>16</height> |
---|
1072 | </rect> |
---|
1073 | </property> |
---|
1074 | <property name="text"> |
---|
1075 | <string>Preprocessor directives (cpp):</string> |
---|
1076 | </property> |
---|
1077 | <property name="alignment"> |
---|
1078 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
1079 | </property> |
---|
1080 | </widget> |
---|
1081 | <widget class="QLabel" name="label_8"> |
---|
1082 | <property name="geometry"> |
---|
1083 | <rect> |
---|
1084 | <x>20</x> |
---|
1085 | <y>360</y> |
---|
1086 | <width>171</width> |
---|
1087 | <height>16</height> |
---|
1088 | </rect> |
---|
1089 | </property> |
---|
1090 | <property name="text"> |
---|
1091 | <string>Configuration file:</string> |
---|
1092 | </property> |
---|
1093 | <property name="alignment"> |
---|
1094 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
1095 | </property> |
---|
1096 | </widget> |
---|
1097 | <widget class="QLineEdit" name="line_c"> |
---|
1098 | <property name="geometry"> |
---|
1099 | <rect> |
---|
1100 | <x>200</x> |
---|
1101 | <y>355</y> |
---|
1102 | <width>191</width> |
---|
1103 | <height>25</height> |
---|
1104 | </rect> |
---|
1105 | </property> |
---|
1106 | <property name="text"> |
---|
1107 | <string/> |
---|
1108 | </property> |
---|
1109 | </widget> |
---|
1110 | <widget class="QLabel" name="label_9"> |
---|
1111 | <property name="geometry"> |
---|
1112 | <rect> |
---|
1113 | <x>60</x> |
---|
1114 | <y>385</y> |
---|
1115 | <width>131</width> |
---|
1116 | <height>16</height> |
---|
1117 | </rect> |
---|
1118 | </property> |
---|
1119 | <property name="text"> |
---|
1120 | <string>Software package list:</string> |
---|
1121 | </property> |
---|
1122 | <property name="alignment"> |
---|
1123 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
1124 | </property> |
---|
1125 | </widget> |
---|
1126 | <widget class="QLineEdit" name="line_p"> |
---|
1127 | <property name="geometry"> |
---|
1128 | <rect> |
---|
1129 | <x>200</x> |
---|
1130 | <y>380</y> |
---|
1131 | <width>191</width> |
---|
1132 | <height>25</height> |
---|
1133 | </rect> |
---|
1134 | </property> |
---|
1135 | <property name="text"> |
---|
1136 | <string/> |
---|
1137 | </property> |
---|
1138 | </widget> |
---|
1139 | <widget class="QLabel" name="label_19"> |
---|
1140 | <property name="geometry"> |
---|
1141 | <rect> |
---|
1142 | <x>20</x> |
---|
1143 | <y>410</y> |
---|
1144 | <width>171</width> |
---|
1145 | <height>16</height> |
---|
1146 | </rect> |
---|
1147 | </property> |
---|
1148 | <property name="text"> |
---|
1149 | <string>Filenames to be compiled:</string> |
---|
1150 | </property> |
---|
1151 | <property name="alignment"> |
---|
1152 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
1153 | </property> |
---|
1154 | </widget> |
---|
1155 | <widget class="QLineEdit" name="line_s"> |
---|
1156 | <property name="geometry"> |
---|
1157 | <rect> |
---|
1158 | <x>200</x> |
---|
1159 | <y>405</y> |
---|
1160 | <width>191</width> |
---|
1161 | <height>25</height> |
---|
1162 | </rect> |
---|
1163 | </property> |
---|
1164 | <property name="text"> |
---|
1165 | <string/> |
---|
1166 | </property> |
---|
1167 | </widget> |
---|
1168 | <widget class="QLabel" name="label_15"> |
---|
1169 | <property name="geometry"> |
---|
1170 | <rect> |
---|
1171 | <x>60</x> |
---|
1172 | <y>435</y> |
---|
1173 | <width>131</width> |
---|
1174 | <height>16</height> |
---|
1175 | </rect> |
---|
1176 | </property> |
---|
1177 | <property name="text"> |
---|
1178 | <string>INPUT control list:</string> |
---|
1179 | </property> |
---|
1180 | <property name="alignment"> |
---|
1181 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
1182 | </property> |
---|
1183 | </widget> |
---|
1184 | <widget class="QLineEdit" name="line_i"> |
---|
1185 | <property name="geometry"> |
---|
1186 | <rect> |
---|
1187 | <x>200</x> |
---|
1188 | <y>430</y> |
---|
1189 | <width>191</width> |
---|
1190 | <height>25</height> |
---|
1191 | </rect> |
---|
1192 | </property> |
---|
1193 | <property name="text"> |
---|
1194 | <string/> |
---|
1195 | </property> |
---|
1196 | </widget> |
---|
1197 | <widget class="QLineEdit" name="line_o"> |
---|
1198 | <property name="geometry"> |
---|
1199 | <rect> |
---|
1200 | <x>200</x> |
---|
1201 | <y>455</y> |
---|
1202 | <width>191</width> |
---|
1203 | <height>25</height> |
---|
1204 | </rect> |
---|
1205 | </property> |
---|
1206 | <property name="text"> |
---|
1207 | <string/> |
---|
1208 | </property> |
---|
1209 | </widget> |
---|
1210 | <widget class="QLineEdit" name="line_w"> |
---|
1211 | <property name="geometry"> |
---|
1212 | <rect> |
---|
1213 | <x>200</x> |
---|
1214 | <y>480</y> |
---|
1215 | <width>191</width> |
---|
1216 | <height>25</height> |
---|
1217 | </rect> |
---|
1218 | </property> |
---|
1219 | <property name="text"> |
---|
1220 | <string/> |
---|
1221 | </property> |
---|
1222 | </widget> |
---|
1223 | <widget class="QLabel" name="label_17"> |
---|
1224 | <property name="geometry"> |
---|
1225 | <rect> |
---|
1226 | <x>10</x> |
---|
1227 | <y>485</y> |
---|
1228 | <width>181</width> |
---|
1229 | <height>16</height> |
---|
1230 | </rect> |
---|
1231 | </property> |
---|
1232 | <property name="text"> |
---|
1233 | <string>Number of parallel I/O streams</string> |
---|
1234 | </property> |
---|
1235 | <property name="alignment"> |
---|
1236 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
1237 | </property> |
---|
1238 | </widget> |
---|
1239 | <widget class="Line" name="line_3"> |
---|
1240 | <property name="geometry"> |
---|
1241 | <rect> |
---|
1242 | <x>0</x> |
---|
1243 | <y>505</y> |
---|
1244 | <width>441</width> |
---|
1245 | <height>16</height> |
---|
1246 | </rect> |
---|
1247 | </property> |
---|
1248 | <property name="orientation"> |
---|
1249 | <enum>Qt::Horizontal</enum> |
---|
1250 | </property> |
---|
1251 | </widget> |
---|
1252 | <widget class="QLineEdit" name="line_user"> |
---|
1253 | <property name="geometry"> |
---|
1254 | <rect> |
---|
1255 | <x>200</x> |
---|
1256 | <y>525</y> |
---|
1257 | <width>191</width> |
---|
1258 | <height>25</height> |
---|
1259 | </rect> |
---|
1260 | </property> |
---|
1261 | <property name="text"> |
---|
1262 | <string/> |
---|
1263 | </property> |
---|
1264 | </widget> |
---|
1265 | <widget class="QLabel" name="label_20"> |
---|
1266 | <property name="geometry"> |
---|
1267 | <rect> |
---|
1268 | <x>10</x> |
---|
1269 | <y>530</y> |
---|
1270 | <width>181</width> |
---|
1271 | <height>16</height> |
---|
1272 | </rect> |
---|
1273 | </property> |
---|
1274 | <property name="text"> |
---|
1275 | <string>User parameters (no preview):</string> |
---|
1276 | </property> |
---|
1277 | <property name="alignment"> |
---|
1278 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
1279 | </property> |
---|
1280 | </widget> |
---|
1281 | <widget class="QLabel" name="label_21"> |
---|
1282 | <property name="geometry"> |
---|
1283 | <rect> |
---|
1284 | <x>30</x> |
---|
1285 | <y>285</y> |
---|
1286 | <width>161</width> |
---|
1287 | <height>16</height> |
---|
1288 | </rect> |
---|
1289 | </property> |
---|
1290 | <property name="text"> |
---|
1291 | <string>Makefile:</string> |
---|
1292 | </property> |
---|
1293 | <property name="alignment"> |
---|
1294 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
1295 | </property> |
---|
1296 | </widget> |
---|
1297 | <widget class="QLineEdit" name="line_M"> |
---|
1298 | <property name="geometry"> |
---|
1299 | <rect> |
---|
1300 | <x>200</x> |
---|
1301 | <y>280</y> |
---|
1302 | <width>191</width> |
---|
1303 | <height>25</height> |
---|
1304 | </rect> |
---|
1305 | </property> |
---|
1306 | <property name="text"> |
---|
1307 | <string/> |
---|
1308 | </property> |
---|
1309 | </widget> |
---|
1310 | <widget class="QCheckBox" name="check_Z"> |
---|
1311 | <property name="geometry"> |
---|
1312 | <rect> |
---|
1313 | <x>10</x> |
---|
1314 | <y>225</y> |
---|
1315 | <width>421</width> |
---|
1316 | <height>23</height> |
---|
1317 | </rect> |
---|
1318 | </property> |
---|
1319 | <property name="text"> |
---|
1320 | <string>-Z (disable combine_plot_fields at the end of job)</string> |
---|
1321 | </property> |
---|
1322 | </widget> |
---|
1323 | </widget> |
---|
1324 | <widget class="QCheckBox" name="check_advanced"> |
---|
1325 | <property name="enabled"> |
---|
1326 | <bool>false</bool> |
---|
1327 | </property> |
---|
1328 | <property name="geometry"> |
---|
1329 | <rect> |
---|
1330 | <x>510</x> |
---|
1331 | <y>5</y> |
---|
1332 | <width>201</width> |
---|
1333 | <height>23</height> |
---|
1334 | </rect> |
---|
1335 | </property> |
---|
1336 | <property name="text"> |
---|
1337 | <string>Enable advanced settings</string> |
---|
1338 | </property> |
---|
1339 | </widget> |
---|
1340 | </widget> |
---|
1341 | <widget class="QToolBar" name="mainToolBar"> |
---|
1342 | <attribute name="toolBarArea"> |
---|
1343 | <enum>TopToolBarArea</enum> |
---|
1344 | </attribute> |
---|
1345 | <attribute name="toolBarBreak"> |
---|
1346 | <bool>false</bool> |
---|
1347 | </attribute> |
---|
1348 | </widget> |
---|
1349 | <widget class="QMenuBar" name="menuBar"> |
---|
1350 | <property name="geometry"> |
---|
1351 | <rect> |
---|
1352 | <x>0</x> |
---|
1353 | <y>0</y> |
---|
1354 | <width>917</width> |
---|
1355 | <height>20</height> |
---|
1356 | </rect> |
---|
1357 | </property> |
---|
1358 | <widget class="QMenu" name="menuStart"> |
---|
1359 | <property name="geometry"> |
---|
1360 | <rect> |
---|
1361 | <x>2175</x> |
---|
1362 | <y>98</y> |
---|
1363 | <width>159</width> |
---|
1364 | <height>186</height> |
---|
1365 | </rect> |
---|
1366 | </property> |
---|
1367 | <property name="title"> |
---|
1368 | <string>Start</string> |
---|
1369 | </property> |
---|
1370 | <property name="separatorsCollapsible"> |
---|
1371 | <bool>false</bool> |
---|
1372 | </property> |
---|
1373 | <addaction name="action_open"/> |
---|
1374 | <addaction name="separator"/> |
---|
1375 | <addaction name="action_last"/> |
---|
1376 | <addaction name="action_save"/> |
---|
1377 | <addaction name="action_default"/> |
---|
1378 | <addaction name="action_start_wd"/> |
---|
1379 | <addaction name="action_quit"/> |
---|
1380 | </widget> |
---|
1381 | <widget class="QMenu" name="menuHelp"> |
---|
1382 | <property name="title"> |
---|
1383 | <string>Help</string> |
---|
1384 | </property> |
---|
1385 | <addaction name="action_help"/> |
---|
1386 | <addaction name="action_about"/> |
---|
1387 | </widget> |
---|
1388 | <addaction name="menuStart"/> |
---|
1389 | <addaction name="menuHelp"/> |
---|
1390 | </widget> |
---|
1391 | <action name="action_open"> |
---|
1392 | <property name="text"> |
---|
1393 | <string>Open from File</string> |
---|
1394 | </property> |
---|
1395 | </action> |
---|
1396 | <action name="action_save"> |
---|
1397 | <property name="enabled"> |
---|
1398 | <bool>false</bool> |
---|
1399 | </property> |
---|
1400 | <property name="text"> |
---|
1401 | <string>Save to File</string> |
---|
1402 | </property> |
---|
1403 | </action> |
---|
1404 | <action name="action_last"> |
---|
1405 | <property name="text"> |
---|
1406 | <string>Load Last Job</string> |
---|
1407 | </property> |
---|
1408 | </action> |
---|
1409 | <action name="action_quit"> |
---|
1410 | <property name="text"> |
---|
1411 | <string>Quit</string> |
---|
1412 | </property> |
---|
1413 | </action> |
---|
1414 | <action name="action_help"> |
---|
1415 | <property name="text"> |
---|
1416 | <string>Help</string> |
---|
1417 | </property> |
---|
1418 | </action> |
---|
1419 | <action name="action_about"> |
---|
1420 | <property name="text"> |
---|
1421 | <string>About MRUN gui</string> |
---|
1422 | </property> |
---|
1423 | </action> |
---|
1424 | <action name="action_default"> |
---|
1425 | <property name="enabled"> |
---|
1426 | <bool>true</bool> |
---|
1427 | </property> |
---|
1428 | <property name="text"> |
---|
1429 | <string>Save as Default</string> |
---|
1430 | </property> |
---|
1431 | </action> |
---|
1432 | <action name="actionCheck_parameter_file"> |
---|
1433 | <property name="enabled"> |
---|
1434 | <bool>false</bool> |
---|
1435 | </property> |
---|
1436 | <property name="text"> |
---|
1437 | <string>Check parameter file</string> |
---|
1438 | </property> |
---|
1439 | </action> |
---|
1440 | <action name="action_start_wd"> |
---|
1441 | <property name="text"> |
---|
1442 | <string>Start watchdog</string> |
---|
1443 | </property> |
---|
1444 | </action> |
---|
1445 | </widget> |
---|
1446 | <layoutdefault spacing="1" margin="11"/> |
---|
1447 | <tabstops> |
---|
1448 | <tabstop>pushButton</tabstop> |
---|
1449 | <tabstop>line_jobname</tabstop> |
---|
1450 | <tabstop>list_jobname</tabstop> |
---|
1451 | <tabstop>drop_job</tabstop> |
---|
1452 | <tabstop>line_host</tabstop> |
---|
1453 | <tabstop>line_q</tabstop> |
---|
1454 | <tabstop>line_branch</tabstop> |
---|
1455 | <tabstop>line_account</tabstop> |
---|
1456 | <tabstop>line_pe</tabstop> |
---|
1457 | <tabstop>line_tpn</tabstop> |
---|
1458 | <tabstop>line_time</tabstop> |
---|
1459 | <tabstop>line_PE_atmos</tabstop> |
---|
1460 | <tabstop>line_PE_ocean</tabstop> |
---|
1461 | <tabstop>check_ts</tabstop> |
---|
1462 | <tabstop>check_pr</tabstop> |
---|
1463 | <tabstop>check_xy</tabstop> |
---|
1464 | <tabstop>check_xz</tabstop> |
---|
1465 | <tabstop>check_yz</tabstop> |
---|
1466 | <tabstop>check_3d</tabstop> |
---|
1467 | <tabstop>check_ma</tabstop> |
---|
1468 | <tabstop>check_sp</tabstop> |
---|
1469 | <tabstop>check_prt</tabstop> |
---|
1470 | <tabstop>check_pts</tabstop> |
---|
1471 | <tabstop>check_restarts</tabstop> |
---|
1472 | <tabstop>check_delete_tmp_files</tabstop> |
---|
1473 | <tabstop>check_verbose</tabstop> |
---|
1474 | <tabstop>button_start</tabstop> |
---|
1475 | <tabstop>button_clear</tabstop> |
---|
1476 | <tabstop>check_advanced</tabstop> |
---|
1477 | <tabstop>check_A</tabstop> |
---|
1478 | <tabstop>check_b</tabstop> |
---|
1479 | <tabstop>check_F</tabstop> |
---|
1480 | <tabstop>check_I</tabstop> |
---|
1481 | <tabstop>check_k</tabstop> |
---|
1482 | <tabstop>check_O</tabstop> |
---|
1483 | <tabstop>check_S</tabstop> |
---|
1484 | <tabstop>check_x</tabstop> |
---|
1485 | <tabstop>line_m</tabstop> |
---|
1486 | <tabstop>combo_n</tabstop> |
---|
1487 | <tabstop>line_M</tabstop> |
---|
1488 | <tabstop>line_a</tabstop> |
---|
1489 | <tabstop>line_D</tabstop> |
---|
1490 | <tabstop>line_c</tabstop> |
---|
1491 | <tabstop>line_p</tabstop> |
---|
1492 | <tabstop>line_s</tabstop> |
---|
1493 | <tabstop>line_i</tabstop> |
---|
1494 | <tabstop>line_o</tabstop> |
---|
1495 | <tabstop>line_w</tabstop> |
---|
1496 | <tabstop>line_user</tabstop> |
---|
1497 | <tabstop>commandline</tabstop> |
---|
1498 | <tabstop>button_exit</tabstop> |
---|
1499 | </tabstops> |
---|
1500 | <resources/> |
---|
1501 | <connections> |
---|
1502 | <connection> |
---|
1503 | <sender>button_exit</sender> |
---|
1504 | <signal>clicked()</signal> |
---|
1505 | <receiver>MainWindow</receiver> |
---|
1506 | <slot>close()</slot> |
---|
1507 | <hints> |
---|
1508 | <hint type="sourcelabel"> |
---|
1509 | <x>160</x> |
---|
1510 | <y>652</y> |
---|
1511 | </hint> |
---|
1512 | <hint type="destinationlabel"> |
---|
1513 | <x>16</x> |
---|
1514 | <y>19</y> |
---|
1515 | </hint> |
---|
1516 | </hints> |
---|
1517 | </connection> |
---|
1518 | <connection> |
---|
1519 | <sender>button_start</sender> |
---|
1520 | <signal>clicked()</signal> |
---|
1521 | <receiver>MainWindow</receiver> |
---|
1522 | <slot>startmrun()</slot> |
---|
1523 | <hints> |
---|
1524 | <hint type="sourcelabel"> |
---|
1525 | <x>73</x> |
---|
1526 | <y>652</y> |
---|
1527 | </hint> |
---|
1528 | <hint type="destinationlabel"> |
---|
1529 | <x>14</x> |
---|
1530 | <y>63</y> |
---|
1531 | </hint> |
---|
1532 | </hints> |
---|
1533 | </connection> |
---|
1534 | <connection> |
---|
1535 | <sender>check_advanced</sender> |
---|
1536 | <signal>stateChanged(int)</signal> |
---|
1537 | <receiver>MainWindow</receiver> |
---|
1538 | <slot>enable_advanced()</slot> |
---|
1539 | <hints> |
---|
1540 | <hint type="sourcelabel"> |
---|
1541 | <x>595</x> |
---|
1542 | <y>43</y> |
---|
1543 | </hint> |
---|
1544 | <hint type="destinationlabel"> |
---|
1545 | <x>628</x> |
---|
1546 | <y>10</y> |
---|
1547 | </hint> |
---|
1548 | </hints> |
---|
1549 | </connection> |
---|
1550 | <connection> |
---|
1551 | <sender>drop_job</sender> |
---|
1552 | <signal>activated(QString)</signal> |
---|
1553 | <receiver>MainWindow</receiver> |
---|
1554 | <slot>enable_coupled()</slot> |
---|
1555 | <hints> |
---|
1556 | <hint type="sourcelabel"> |
---|
1557 | <x>222</x> |
---|
1558 | <y>296</y> |
---|
1559 | </hint> |
---|
1560 | <hint type="destinationlabel"> |
---|
1561 | <x>261</x> |
---|
1562 | <y>0</y> |
---|
1563 | </hint> |
---|
1564 | </hints> |
---|
1565 | </connection> |
---|
1566 | <connection> |
---|
1567 | <sender>pushButton</sender> |
---|
1568 | <signal>clicked()</signal> |
---|
1569 | <receiver>MainWindow</receiver> |
---|
1570 | <slot>choosejob()</slot> |
---|
1571 | <hints> |
---|
1572 | <hint type="sourcelabel"> |
---|
1573 | <x>53</x> |
---|
1574 | <y>77</y> |
---|
1575 | </hint> |
---|
1576 | <hint type="destinationlabel"> |
---|
1577 | <x>535</x> |
---|
1578 | <y>0</y> |
---|
1579 | </hint> |
---|
1580 | </hints> |
---|
1581 | </connection> |
---|
1582 | <connection> |
---|
1583 | <sender>list_jobname</sender> |
---|
1584 | <signal>itemActivated(QListWidgetItem*)</signal> |
---|
1585 | <receiver>MainWindow</receiver> |
---|
1586 | <slot>choosejob_list()</slot> |
---|
1587 | <hints> |
---|
1588 | <hint type="sourcelabel"> |
---|
1589 | <x>313</x> |
---|
1590 | <y>178</y> |
---|
1591 | </hint> |
---|
1592 | <hint type="destinationlabel"> |
---|
1593 | <x>430</x> |
---|
1594 | <y>0</y> |
---|
1595 | </hint> |
---|
1596 | </hints> |
---|
1597 | </connection> |
---|
1598 | <connection> |
---|
1599 | <sender>check_ts</sender> |
---|
1600 | <signal>stateChanged(int)</signal> |
---|
1601 | <receiver>MainWindow</receiver> |
---|
1602 | <slot>change_rc_list()</slot> |
---|
1603 | <hints> |
---|
1604 | <hint type="sourcelabel"> |
---|
1605 | <x>440</x> |
---|
1606 | <y>73</y> |
---|
1607 | </hint> |
---|
1608 | <hint type="destinationlabel"> |
---|
1609 | <x>506</x> |
---|
1610 | <y>63</y> |
---|
1611 | </hint> |
---|
1612 | </hints> |
---|
1613 | </connection> |
---|
1614 | <connection> |
---|
1615 | <sender>check_pr</sender> |
---|
1616 | <signal>stateChanged(int)</signal> |
---|
1617 | <receiver>MainWindow</receiver> |
---|
1618 | <slot>change_rc_list()</slot> |
---|
1619 | <hints> |
---|
1620 | <hint type="sourcelabel"> |
---|
1621 | <x>427</x> |
---|
1622 | <y>96</y> |
---|
1623 | </hint> |
---|
1624 | <hint type="destinationlabel"> |
---|
1625 | <x>506</x> |
---|
1626 | <y>90</y> |
---|
1627 | </hint> |
---|
1628 | </hints> |
---|
1629 | </connection> |
---|
1630 | <connection> |
---|
1631 | <sender>check_xy</sender> |
---|
1632 | <signal>stateChanged(int)</signal> |
---|
1633 | <receiver>MainWindow</receiver> |
---|
1634 | <slot>change_rc_list()</slot> |
---|
1635 | <hints> |
---|
1636 | <hint type="sourcelabel"> |
---|
1637 | <x>417</x> |
---|
1638 | <y>121</y> |
---|
1639 | </hint> |
---|
1640 | <hint type="destinationlabel"> |
---|
1641 | <x>506</x> |
---|
1642 | <y>116</y> |
---|
1643 | </hint> |
---|
1644 | </hints> |
---|
1645 | </connection> |
---|
1646 | <connection> |
---|
1647 | <sender>check_xz</sender> |
---|
1648 | <signal>stateChanged(int)</signal> |
---|
1649 | <receiver>MainWindow</receiver> |
---|
1650 | <slot>change_rc_list()</slot> |
---|
1651 | <hints> |
---|
1652 | <hint type="sourcelabel"> |
---|
1653 | <x>413</x> |
---|
1654 | <y>141</y> |
---|
1655 | </hint> |
---|
1656 | <hint type="destinationlabel"> |
---|
1657 | <x>505</x> |
---|
1658 | <y>142</y> |
---|
1659 | </hint> |
---|
1660 | </hints> |
---|
1661 | </connection> |
---|
1662 | <connection> |
---|
1663 | <sender>check_yz</sender> |
---|
1664 | <signal>stateChanged(int)</signal> |
---|
1665 | <receiver>MainWindow</receiver> |
---|
1666 | <slot>change_rc_list()</slot> |
---|
1667 | <hints> |
---|
1668 | <hint type="sourcelabel"> |
---|
1669 | <x>409</x> |
---|
1670 | <y>169</y> |
---|
1671 | </hint> |
---|
1672 | <hint type="destinationlabel"> |
---|
1673 | <x>505</x> |
---|
1674 | <y>167</y> |
---|
1675 | </hint> |
---|
1676 | </hints> |
---|
1677 | </connection> |
---|
1678 | <connection> |
---|
1679 | <sender>check_3d</sender> |
---|
1680 | <signal>stateChanged(int)</signal> |
---|
1681 | <receiver>MainWindow</receiver> |
---|
1682 | <slot>change_rc_list()</slot> |
---|
1683 | <hints> |
---|
1684 | <hint type="sourcelabel"> |
---|
1685 | <x>418</x> |
---|
1686 | <y>196</y> |
---|
1687 | </hint> |
---|
1688 | <hint type="destinationlabel"> |
---|
1689 | <x>505</x> |
---|
1690 | <y>194</y> |
---|
1691 | </hint> |
---|
1692 | </hints> |
---|
1693 | </connection> |
---|
1694 | <connection> |
---|
1695 | <sender>check_ma</sender> |
---|
1696 | <signal>stateChanged(int)</signal> |
---|
1697 | <receiver>MainWindow</receiver> |
---|
1698 | <slot>change_rc_list()</slot> |
---|
1699 | <hints> |
---|
1700 | <hint type="sourcelabel"> |
---|
1701 | <x>416</x> |
---|
1702 | <y>217</y> |
---|
1703 | </hint> |
---|
1704 | <hint type="destinationlabel"> |
---|
1705 | <x>505</x> |
---|
1706 | <y>219</y> |
---|
1707 | </hint> |
---|
1708 | </hints> |
---|
1709 | </connection> |
---|
1710 | <connection> |
---|
1711 | <sender>check_prt</sender> |
---|
1712 | <signal>stateChanged(int)</signal> |
---|
1713 | <receiver>MainWindow</receiver> |
---|
1714 | <slot>change_rc_list()</slot> |
---|
1715 | <hints> |
---|
1716 | <hint type="sourcelabel"> |
---|
1717 | <x>429</x> |
---|
1718 | <y>276</y> |
---|
1719 | </hint> |
---|
1720 | <hint type="destinationlabel"> |
---|
1721 | <x>505</x> |
---|
1722 | <y>247</y> |
---|
1723 | </hint> |
---|
1724 | </hints> |
---|
1725 | </connection> |
---|
1726 | <connection> |
---|
1727 | <sender>check_sp</sender> |
---|
1728 | <signal>stateChanged(int)</signal> |
---|
1729 | <receiver>MainWindow</receiver> |
---|
1730 | <slot>change_rc_list()</slot> |
---|
1731 | <hints> |
---|
1732 | <hint type="sourcelabel"> |
---|
1733 | <x>431</x> |
---|
1734 | <y>251</y> |
---|
1735 | </hint> |
---|
1736 | <hint type="destinationlabel"> |
---|
1737 | <x>503</x> |
---|
1738 | <y>304</y> |
---|
1739 | </hint> |
---|
1740 | </hints> |
---|
1741 | </connection> |
---|
1742 | <connection> |
---|
1743 | <sender>check_pts</sender> |
---|
1744 | <signal>stateChanged(int)</signal> |
---|
1745 | <receiver>MainWindow</receiver> |
---|
1746 | <slot>change_rc_list()</slot> |
---|
1747 | <hints> |
---|
1748 | <hint type="sourcelabel"> |
---|
1749 | <x>415</x> |
---|
1750 | <y>309</y> |
---|
1751 | </hint> |
---|
1752 | <hint type="destinationlabel"> |
---|
1753 | <x>505</x> |
---|
1754 | <y>330</y> |
---|
1755 | </hint> |
---|
1756 | </hints> |
---|
1757 | </connection> |
---|
1758 | <connection> |
---|
1759 | <sender>drop_job</sender> |
---|
1760 | <signal>currentIndexChanged(QString)</signal> |
---|
1761 | <receiver>MainWindow</receiver> |
---|
1762 | <slot>change_rc_list()</slot> |
---|
1763 | <hints> |
---|
1764 | <hint type="sourcelabel"> |
---|
1765 | <x>270</x> |
---|
1766 | <y>295</y> |
---|
1767 | </hint> |
---|
1768 | <hint type="destinationlabel"> |
---|
1769 | <x>334</x> |
---|
1770 | <y>356</y> |
---|
1771 | </hint> |
---|
1772 | </hints> |
---|
1773 | </connection> |
---|
1774 | <connection> |
---|
1775 | <sender>check_restarts</sender> |
---|
1776 | <signal>stateChanged(int)</signal> |
---|
1777 | <receiver>MainWindow</receiver> |
---|
1778 | <slot>change_rc_list()</slot> |
---|
1779 | <hints> |
---|
1780 | <hint type="sourcelabel"> |
---|
1781 | <x>72</x> |
---|
1782 | <y>536</y> |
---|
1783 | </hint> |
---|
1784 | <hint type="destinationlabel"> |
---|
1785 | <x>1</x> |
---|
1786 | <y>530</y> |
---|
1787 | </hint> |
---|
1788 | </hints> |
---|
1789 | </connection> |
---|
1790 | <connection> |
---|
1791 | <sender>check_delete_tmp_files</sender> |
---|
1792 | <signal>stateChanged(int)</signal> |
---|
1793 | <receiver>MainWindow</receiver> |
---|
1794 | <slot>check_flags()</slot> |
---|
1795 | <hints> |
---|
1796 | <hint type="sourcelabel"> |
---|
1797 | <x>76</x> |
---|
1798 | <y>561</y> |
---|
1799 | </hint> |
---|
1800 | <hint type="destinationlabel"> |
---|
1801 | <x>3</x> |
---|
1802 | <y>562</y> |
---|
1803 | </hint> |
---|
1804 | </hints> |
---|
1805 | </connection> |
---|
1806 | <connection> |
---|
1807 | <sender>check_verbose</sender> |
---|
1808 | <signal>stateChanged(int)</signal> |
---|
1809 | <receiver>MainWindow</receiver> |
---|
1810 | <slot>check_flags()</slot> |
---|
1811 | <hints> |
---|
1812 | <hint type="sourcelabel"> |
---|
1813 | <x>53</x> |
---|
1814 | <y>586</y> |
---|
1815 | </hint> |
---|
1816 | <hint type="destinationlabel"> |
---|
1817 | <x>5</x> |
---|
1818 | <y>623</y> |
---|
1819 | </hint> |
---|
1820 | </hints> |
---|
1821 | </connection> |
---|
1822 | <connection> |
---|
1823 | <sender>check_A</sender> |
---|
1824 | <signal>stateChanged(int)</signal> |
---|
1825 | <receiver>MainWindow</receiver> |
---|
1826 | <slot>check_flags()</slot> |
---|
1827 | <hints> |
---|
1828 | <hint type="sourcelabel"> |
---|
1829 | <x>531</x> |
---|
1830 | <y>98</y> |
---|
1831 | </hint> |
---|
1832 | <hint type="destinationlabel"> |
---|
1833 | <x>952</x> |
---|
1834 | <y>41</y> |
---|
1835 | </hint> |
---|
1836 | </hints> |
---|
1837 | </connection> |
---|
1838 | <connection> |
---|
1839 | <sender>check_b</sender> |
---|
1840 | <signal>stateChanged(int)</signal> |
---|
1841 | <receiver>MainWindow</receiver> |
---|
1842 | <slot>check_flags()</slot> |
---|
1843 | <hints> |
---|
1844 | <hint type="sourcelabel"> |
---|
1845 | <x>556</x> |
---|
1846 | <y>119</y> |
---|
1847 | </hint> |
---|
1848 | <hint type="destinationlabel"> |
---|
1849 | <x>954</x> |
---|
1850 | <y>67</y> |
---|
1851 | </hint> |
---|
1852 | </hints> |
---|
1853 | </connection> |
---|
1854 | <connection> |
---|
1855 | <sender>check_F</sender> |
---|
1856 | <signal>stateChanged(int)</signal> |
---|
1857 | <receiver>MainWindow</receiver> |
---|
1858 | <slot>check_flags()</slot> |
---|
1859 | <hints> |
---|
1860 | <hint type="sourcelabel"> |
---|
1861 | <x>574</x> |
---|
1862 | <y>150</y> |
---|
1863 | </hint> |
---|
1864 | <hint type="destinationlabel"> |
---|
1865 | <x>954</x> |
---|
1866 | <y>103</y> |
---|
1867 | </hint> |
---|
1868 | </hints> |
---|
1869 | </connection> |
---|
1870 | <connection> |
---|
1871 | <sender>check_I</sender> |
---|
1872 | <signal>stateChanged(int)</signal> |
---|
1873 | <receiver>MainWindow</receiver> |
---|
1874 | <slot>check_flags()</slot> |
---|
1875 | <hints> |
---|
1876 | <hint type="sourcelabel"> |
---|
1877 | <x>586</x> |
---|
1878 | <y>172</y> |
---|
1879 | </hint> |
---|
1880 | <hint type="destinationlabel"> |
---|
1881 | <x>956</x> |
---|
1882 | <y>129</y> |
---|
1883 | </hint> |
---|
1884 | </hints> |
---|
1885 | </connection> |
---|
1886 | <connection> |
---|
1887 | <sender>check_k</sender> |
---|
1888 | <signal>stateChanged(int)</signal> |
---|
1889 | <receiver>MainWindow</receiver> |
---|
1890 | <slot>check_flags()</slot> |
---|
1891 | <hints> |
---|
1892 | <hint type="sourcelabel"> |
---|
1893 | <x>593</x> |
---|
1894 | <y>195</y> |
---|
1895 | </hint> |
---|
1896 | <hint type="destinationlabel"> |
---|
1897 | <x>957</x> |
---|
1898 | <y>158</y> |
---|
1899 | </hint> |
---|
1900 | </hints> |
---|
1901 | </connection> |
---|
1902 | <connection> |
---|
1903 | <sender>check_O</sender> |
---|
1904 | <signal>stateChanged(int)</signal> |
---|
1905 | <receiver>MainWindow</receiver> |
---|
1906 | <slot>check_flags()</slot> |
---|
1907 | <hints> |
---|
1908 | <hint type="sourcelabel"> |
---|
1909 | <x>606</x> |
---|
1910 | <y>216</y> |
---|
1911 | </hint> |
---|
1912 | <hint type="destinationlabel"> |
---|
1913 | <x>955</x> |
---|
1914 | <y>188</y> |
---|
1915 | </hint> |
---|
1916 | </hints> |
---|
1917 | </connection> |
---|
1918 | <connection> |
---|
1919 | <sender>check_S</sender> |
---|
1920 | <signal>stateChanged(int)</signal> |
---|
1921 | <receiver>MainWindow</receiver> |
---|
1922 | <slot>check_flags()</slot> |
---|
1923 | <hints> |
---|
1924 | <hint type="sourcelabel"> |
---|
1925 | <x>604</x> |
---|
1926 | <y>244</y> |
---|
1927 | </hint> |
---|
1928 | <hint type="destinationlabel"> |
---|
1929 | <x>955</x> |
---|
1930 | <y>221</y> |
---|
1931 | </hint> |
---|
1932 | </hints> |
---|
1933 | </connection> |
---|
1934 | <connection> |
---|
1935 | <sender>check_x</sender> |
---|
1936 | <signal>stateChanged(int)</signal> |
---|
1937 | <receiver>MainWindow</receiver> |
---|
1938 | <slot>check_flags()</slot> |
---|
1939 | <hints> |
---|
1940 | <hint type="sourcelabel"> |
---|
1941 | <x>617</x> |
---|
1942 | <y>266</y> |
---|
1943 | </hint> |
---|
1944 | <hint type="destinationlabel"> |
---|
1945 | <x>955</x> |
---|
1946 | <y>255</y> |
---|
1947 | </hint> |
---|
1948 | </hints> |
---|
1949 | </connection> |
---|
1950 | <connection> |
---|
1951 | <sender>line_host</sender> |
---|
1952 | <signal>textEdited(QString)</signal> |
---|
1953 | <receiver>MainWindow</receiver> |
---|
1954 | <slot>change_lineinput()</slot> |
---|
1955 | <hints> |
---|
1956 | <hint type="sourcelabel"> |
---|
1957 | <x>119</x> |
---|
1958 | <y>398</y> |
---|
1959 | </hint> |
---|
1960 | <hint type="destinationlabel"> |
---|
1961 | <x>26</x> |
---|
1962 | <y>362</y> |
---|
1963 | </hint> |
---|
1964 | </hints> |
---|
1965 | </connection> |
---|
1966 | <connection> |
---|
1967 | <sender>line_branch</sender> |
---|
1968 | <signal>textEdited(QString)</signal> |
---|
1969 | <receiver>MainWindow</receiver> |
---|
1970 | <slot>change_lineinput()</slot> |
---|
1971 | <hints> |
---|
1972 | <hint type="sourcelabel"> |
---|
1973 | <x>149</x> |
---|
1974 | <y>423</y> |
---|
1975 | </hint> |
---|
1976 | <hint type="destinationlabel"> |
---|
1977 | <x>4</x> |
---|
1978 | <y>405</y> |
---|
1979 | </hint> |
---|
1980 | </hints> |
---|
1981 | </connection> |
---|
1982 | <connection> |
---|
1983 | <sender>line_pe</sender> |
---|
1984 | <signal>textEdited(QString)</signal> |
---|
1985 | <receiver>MainWindow</receiver> |
---|
1986 | <slot>change_lineinput()</slot> |
---|
1987 | <hints> |
---|
1988 | <hint type="sourcelabel"> |
---|
1989 | <x>95</x> |
---|
1990 | <y>448</y> |
---|
1991 | </hint> |
---|
1992 | <hint type="destinationlabel"> |
---|
1993 | <x>5</x> |
---|
1994 | <y>440</y> |
---|
1995 | </hint> |
---|
1996 | </hints> |
---|
1997 | </connection> |
---|
1998 | <connection> |
---|
1999 | <sender>line_time</sender> |
---|
2000 | <signal>textEdited(QString)</signal> |
---|
2001 | <receiver>MainWindow</receiver> |
---|
2002 | <slot>change_lineinput()</slot> |
---|
2003 | <hints> |
---|
2004 | <hint type="sourcelabel"> |
---|
2005 | <x>179</x> |
---|
2006 | <y>473</y> |
---|
2007 | </hint> |
---|
2008 | <hint type="destinationlabel"> |
---|
2009 | <x>4</x> |
---|
2010 | <y>480</y> |
---|
2011 | </hint> |
---|
2012 | </hints> |
---|
2013 | </connection> |
---|
2014 | <connection> |
---|
2015 | <sender>line_q</sender> |
---|
2016 | <signal>textEdited(QString)</signal> |
---|
2017 | <receiver>MainWindow</receiver> |
---|
2018 | <slot>change_lineinput()</slot> |
---|
2019 | <hints> |
---|
2020 | <hint type="sourcelabel"> |
---|
2021 | <x>338</x> |
---|
2022 | <y>398</y> |
---|
2023 | </hint> |
---|
2024 | <hint type="destinationlabel"> |
---|
2025 | <x>507</x> |
---|
2026 | <y>387</y> |
---|
2027 | </hint> |
---|
2028 | </hints> |
---|
2029 | </connection> |
---|
2030 | <connection> |
---|
2031 | <sender>line_account</sender> |
---|
2032 | <signal>textEdited(QString)</signal> |
---|
2033 | <receiver>MainWindow</receiver> |
---|
2034 | <slot>change_lineinput()</slot> |
---|
2035 | <hints> |
---|
2036 | <hint type="sourcelabel"> |
---|
2037 | <x>361</x> |
---|
2038 | <y>423</y> |
---|
2039 | </hint> |
---|
2040 | <hint type="destinationlabel"> |
---|
2041 | <x>506</x> |
---|
2042 | <y>416</y> |
---|
2043 | </hint> |
---|
2044 | </hints> |
---|
2045 | </connection> |
---|
2046 | <connection> |
---|
2047 | <sender>line_tpn</sender> |
---|
2048 | <signal>textEdited(QString)</signal> |
---|
2049 | <receiver>MainWindow</receiver> |
---|
2050 | <slot>change_lineinput()</slot> |
---|
2051 | <hints> |
---|
2052 | <hint type="sourcelabel"> |
---|
2053 | <x>328</x> |
---|
2054 | <y>448</y> |
---|
2055 | </hint> |
---|
2056 | <hint type="destinationlabel"> |
---|
2057 | <x>505</x> |
---|
2058 | <y>447</y> |
---|
2059 | </hint> |
---|
2060 | </hints> |
---|
2061 | </connection> |
---|
2062 | <connection> |
---|
2063 | <sender>line_PE_atmos</sender> |
---|
2064 | <signal>textEdited(QString)</signal> |
---|
2065 | <receiver>MainWindow</receiver> |
---|
2066 | <slot>change_lineinput()</slot> |
---|
2067 | <hints> |
---|
2068 | <hint type="sourcelabel"> |
---|
2069 | <x>262</x> |
---|
2070 | <y>498</y> |
---|
2071 | </hint> |
---|
2072 | <hint type="destinationlabel"> |
---|
2073 | <x>507</x> |
---|
2074 | <y>482</y> |
---|
2075 | </hint> |
---|
2076 | </hints> |
---|
2077 | </connection> |
---|
2078 | <connection> |
---|
2079 | <sender>line_PE_ocean</sender> |
---|
2080 | <signal>textEdited(QString)</signal> |
---|
2081 | <receiver>MainWindow</receiver> |
---|
2082 | <slot>change_lineinput()</slot> |
---|
2083 | <hints> |
---|
2084 | <hint type="sourcelabel"> |
---|
2085 | <x>324</x> |
---|
2086 | <y>498</y> |
---|
2087 | </hint> |
---|
2088 | <hint type="destinationlabel"> |
---|
2089 | <x>505</x> |
---|
2090 | <y>513</y> |
---|
2091 | </hint> |
---|
2092 | </hints> |
---|
2093 | </connection> |
---|
2094 | <connection> |
---|
2095 | <sender>line_m</sender> |
---|
2096 | <signal>textEdited(QString)</signal> |
---|
2097 | <receiver>MainWindow</receiver> |
---|
2098 | <slot>change_lineinput()</slot> |
---|
2099 | <hints> |
---|
2100 | <hint type="sourcelabel"> |
---|
2101 | <x>756</x> |
---|
2102 | <y>332</y> |
---|
2103 | </hint> |
---|
2104 | <hint type="destinationlabel"> |
---|
2105 | <x>954</x> |
---|
2106 | <y>328</y> |
---|
2107 | </hint> |
---|
2108 | </hints> |
---|
2109 | </connection> |
---|
2110 | <connection> |
---|
2111 | <sender>line_a</sender> |
---|
2112 | <signal>textEdited(QString)</signal> |
---|
2113 | <receiver>MainWindow</receiver> |
---|
2114 | <slot>change_lineinput()</slot> |
---|
2115 | <hints> |
---|
2116 | <hint type="sourcelabel"> |
---|
2117 | <x>796</x> |
---|
2118 | <y>383</y> |
---|
2119 | </hint> |
---|
2120 | <hint type="destinationlabel"> |
---|
2121 | <x>955</x> |
---|
2122 | <y>365</y> |
---|
2123 | </hint> |
---|
2124 | </hints> |
---|
2125 | </connection> |
---|
2126 | <connection> |
---|
2127 | <sender>line_D</sender> |
---|
2128 | <signal>textEdited(QString)</signal> |
---|
2129 | <receiver>MainWindow</receiver> |
---|
2130 | <slot>change_lineinput()</slot> |
---|
2131 | <hints> |
---|
2132 | <hint type="sourcelabel"> |
---|
2133 | <x>805</x> |
---|
2134 | <y>389</y> |
---|
2135 | </hint> |
---|
2136 | <hint type="destinationlabel"> |
---|
2137 | <x>955</x> |
---|
2138 | <y>396</y> |
---|
2139 | </hint> |
---|
2140 | </hints> |
---|
2141 | </connection> |
---|
2142 | <connection> |
---|
2143 | <sender>line_c</sender> |
---|
2144 | <signal>textEdited(QString)</signal> |
---|
2145 | <receiver>MainWindow</receiver> |
---|
2146 | <slot>change_lineinput()</slot> |
---|
2147 | <hints> |
---|
2148 | <hint type="sourcelabel"> |
---|
2149 | <x>850</x> |
---|
2150 | <y>433</y> |
---|
2151 | </hint> |
---|
2152 | <hint type="destinationlabel"> |
---|
2153 | <x>956</x> |
---|
2154 | <y>421</y> |
---|
2155 | </hint> |
---|
2156 | </hints> |
---|
2157 | </connection> |
---|
2158 | <connection> |
---|
2159 | <sender>line_p</sender> |
---|
2160 | <signal>textEdited(QString)</signal> |
---|
2161 | <receiver>MainWindow</receiver> |
---|
2162 | <slot>change_lineinput()</slot> |
---|
2163 | <hints> |
---|
2164 | <hint type="sourcelabel"> |
---|
2165 | <x>868</x> |
---|
2166 | <y>448</y> |
---|
2167 | </hint> |
---|
2168 | <hint type="destinationlabel"> |
---|
2169 | <x>958</x> |
---|
2170 | <y>482</y> |
---|
2171 | </hint> |
---|
2172 | </hints> |
---|
2173 | </connection> |
---|
2174 | <connection> |
---|
2175 | <sender>line_s</sender> |
---|
2176 | <signal>textEdited(QString)</signal> |
---|
2177 | <receiver>MainWindow</receiver> |
---|
2178 | <slot>change_lineinput()</slot> |
---|
2179 | <hints> |
---|
2180 | <hint type="sourcelabel"> |
---|
2181 | <x>885</x> |
---|
2182 | <y>483</y> |
---|
2183 | </hint> |
---|
2184 | <hint type="destinationlabel"> |
---|
2185 | <x>955</x> |
---|
2186 | <y>522</y> |
---|
2187 | </hint> |
---|
2188 | </hints> |
---|
2189 | </connection> |
---|
2190 | <connection> |
---|
2191 | <sender>line_i</sender> |
---|
2192 | <signal>textEdited(QString)</signal> |
---|
2193 | <receiver>MainWindow</receiver> |
---|
2194 | <slot>change_lineinput()</slot> |
---|
2195 | <hints> |
---|
2196 | <hint type="sourcelabel"> |
---|
2197 | <x>900</x> |
---|
2198 | <y>508</y> |
---|
2199 | </hint> |
---|
2200 | <hint type="destinationlabel"> |
---|
2201 | <x>955</x> |
---|
2202 | <y>551</y> |
---|
2203 | </hint> |
---|
2204 | </hints> |
---|
2205 | </connection> |
---|
2206 | <connection> |
---|
2207 | <sender>line_o</sender> |
---|
2208 | <signal>textEdited(QString)</signal> |
---|
2209 | <receiver>MainWindow</receiver> |
---|
2210 | <slot>change_lineinput()</slot> |
---|
2211 | <hints> |
---|
2212 | <hint type="sourcelabel"> |
---|
2213 | <x>900</x> |
---|
2214 | <y>533</y> |
---|
2215 | </hint> |
---|
2216 | <hint type="destinationlabel"> |
---|
2217 | <x>954</x> |
---|
2218 | <y>578</y> |
---|
2219 | </hint> |
---|
2220 | </hints> |
---|
2221 | </connection> |
---|
2222 | <connection> |
---|
2223 | <sender>line_w</sender> |
---|
2224 | <signal>textEdited(QString)</signal> |
---|
2225 | <receiver>MainWindow</receiver> |
---|
2226 | <slot>change_lineinput()</slot> |
---|
2227 | <hints> |
---|
2228 | <hint type="sourcelabel"> |
---|
2229 | <x>900</x> |
---|
2230 | <y>558</y> |
---|
2231 | </hint> |
---|
2232 | <hint type="destinationlabel"> |
---|
2233 | <x>956</x> |
---|
2234 | <y>612</y> |
---|
2235 | </hint> |
---|
2236 | </hints> |
---|
2237 | </connection> |
---|
2238 | <connection> |
---|
2239 | <sender>combo_n</sender> |
---|
2240 | <signal>currentIndexChanged(QString)</signal> |
---|
2241 | <receiver>MainWindow</receiver> |
---|
2242 | <slot>change_lineinput()</slot> |
---|
2243 | <hints> |
---|
2244 | <hint type="sourcelabel"> |
---|
2245 | <x>887</x> |
---|
2246 | <y>332</y> |
---|
2247 | </hint> |
---|
2248 | <hint type="destinationlabel"> |
---|
2249 | <x>955</x> |
---|
2250 | <y>310</y> |
---|
2251 | </hint> |
---|
2252 | </hints> |
---|
2253 | </connection> |
---|
2254 | <connection> |
---|
2255 | <sender>line_user</sender> |
---|
2256 | <signal>textChanged(QString)</signal> |
---|
2257 | <receiver>MainWindow</receiver> |
---|
2258 | <slot>change_lineinput()</slot> |
---|
2259 | <hints> |
---|
2260 | <hint type="sourcelabel"> |
---|
2261 | <x>812</x> |
---|
2262 | <y>592</y> |
---|
2263 | </hint> |
---|
2264 | <hint type="destinationlabel"> |
---|
2265 | <x>955</x> |
---|
2266 | <y>650</y> |
---|
2267 | </hint> |
---|
2268 | </hints> |
---|
2269 | </connection> |
---|
2270 | <connection> |
---|
2271 | <sender>button_clear</sender> |
---|
2272 | <signal>clicked()</signal> |
---|
2273 | <receiver>MainWindow</receiver> |
---|
2274 | <slot>reset_window()</slot> |
---|
2275 | <hints> |
---|
2276 | <hint type="sourcelabel"> |
---|
2277 | <x>307</x> |
---|
2278 | <y>652</y> |
---|
2279 | </hint> |
---|
2280 | <hint type="destinationlabel"> |
---|
2281 | <x>956</x> |
---|
2282 | <y>689</y> |
---|
2283 | </hint> |
---|
2284 | </hints> |
---|
2285 | </connection> |
---|
2286 | <connection> |
---|
2287 | <sender>line_M</sender> |
---|
2288 | <signal>textChanged(QString)</signal> |
---|
2289 | <receiver>MainWindow</receiver> |
---|
2290 | <slot>change_lineinput()</slot> |
---|
2291 | <hints> |
---|
2292 | <hint type="sourcelabel"> |
---|
2293 | <x>900</x> |
---|
2294 | <y>343</y> |
---|
2295 | </hint> |
---|
2296 | <hint type="destinationlabel"> |
---|
2297 | <x>953</x> |
---|
2298 | <y>287</y> |
---|
2299 | </hint> |
---|
2300 | </hints> |
---|
2301 | </connection> |
---|
2302 | <connection> |
---|
2303 | <sender>action_quit</sender> |
---|
2304 | <signal>triggered()</signal> |
---|
2305 | <receiver>MainWindow</receiver> |
---|
2306 | <slot>close()</slot> |
---|
2307 | <hints> |
---|
2308 | <hint type="sourcelabel"> |
---|
2309 | <x>-1</x> |
---|
2310 | <y>-1</y> |
---|
2311 | </hint> |
---|
2312 | <hint type="destinationlabel"> |
---|
2313 | <x>479</x> |
---|
2314 | <y>366</y> |
---|
2315 | </hint> |
---|
2316 | </hints> |
---|
2317 | </connection> |
---|
2318 | <connection> |
---|
2319 | <sender>action_save</sender> |
---|
2320 | <signal>triggered()</signal> |
---|
2321 | <receiver>MainWindow</receiver> |
---|
2322 | <slot>save_to_file()</slot> |
---|
2323 | <hints> |
---|
2324 | <hint type="sourcelabel"> |
---|
2325 | <x>-1</x> |
---|
2326 | <y>-1</y> |
---|
2327 | </hint> |
---|
2328 | <hint type="destinationlabel"> |
---|
2329 | <x>479</x> |
---|
2330 | <y>366</y> |
---|
2331 | </hint> |
---|
2332 | </hints> |
---|
2333 | </connection> |
---|
2334 | <connection> |
---|
2335 | <sender>action_last</sender> |
---|
2336 | <signal>triggered()</signal> |
---|
2337 | <receiver>MainWindow</receiver> |
---|
2338 | <slot>open_last()</slot> |
---|
2339 | <hints> |
---|
2340 | <hint type="sourcelabel"> |
---|
2341 | <x>-1</x> |
---|
2342 | <y>-1</y> |
---|
2343 | </hint> |
---|
2344 | <hint type="destinationlabel"> |
---|
2345 | <x>479</x> |
---|
2346 | <y>366</y> |
---|
2347 | </hint> |
---|
2348 | </hints> |
---|
2349 | </connection> |
---|
2350 | <connection> |
---|
2351 | <sender>action_open</sender> |
---|
2352 | <signal>triggered()</signal> |
---|
2353 | <receiver>MainWindow</receiver> |
---|
2354 | <slot>open_from_file()</slot> |
---|
2355 | <hints> |
---|
2356 | <hint type="sourcelabel"> |
---|
2357 | <x>-1</x> |
---|
2358 | <y>-1</y> |
---|
2359 | </hint> |
---|
2360 | <hint type="destinationlabel"> |
---|
2361 | <x>479</x> |
---|
2362 | <y>366</y> |
---|
2363 | </hint> |
---|
2364 | </hints> |
---|
2365 | </connection> |
---|
2366 | <connection> |
---|
2367 | <sender>action_help</sender> |
---|
2368 | <signal>triggered()</signal> |
---|
2369 | <receiver>MainWindow</receiver> |
---|
2370 | <slot>help()</slot> |
---|
2371 | <hints> |
---|
2372 | <hint type="sourcelabel"> |
---|
2373 | <x>-1</x> |
---|
2374 | <y>-1</y> |
---|
2375 | </hint> |
---|
2376 | <hint type="destinationlabel"> |
---|
2377 | <x>479</x> |
---|
2378 | <y>366</y> |
---|
2379 | </hint> |
---|
2380 | </hints> |
---|
2381 | </connection> |
---|
2382 | <connection> |
---|
2383 | <sender>action_about</sender> |
---|
2384 | <signal>triggered()</signal> |
---|
2385 | <receiver>MainWindow</receiver> |
---|
2386 | <slot>about_gui()</slot> |
---|
2387 | <hints> |
---|
2388 | <hint type="sourcelabel"> |
---|
2389 | <x>-1</x> |
---|
2390 | <y>-1</y> |
---|
2391 | </hint> |
---|
2392 | <hint type="destinationlabel"> |
---|
2393 | <x>479</x> |
---|
2394 | <y>366</y> |
---|
2395 | </hint> |
---|
2396 | </hints> |
---|
2397 | </connection> |
---|
2398 | <connection> |
---|
2399 | <sender>action_default</sender> |
---|
2400 | <signal>triggered()</signal> |
---|
2401 | <receiver>MainWindow</receiver> |
---|
2402 | <slot>save_default()</slot> |
---|
2403 | <hints> |
---|
2404 | <hint type="sourcelabel"> |
---|
2405 | <x>-1</x> |
---|
2406 | <y>-1</y> |
---|
2407 | </hint> |
---|
2408 | <hint type="destinationlabel"> |
---|
2409 | <x>479</x> |
---|
2410 | <y>366</y> |
---|
2411 | </hint> |
---|
2412 | </hints> |
---|
2413 | </connection> |
---|
2414 | <connection> |
---|
2415 | <sender>line_jobname</sender> |
---|
2416 | <signal>textChanged(QString)</signal> |
---|
2417 | <receiver>MainWindow</receiver> |
---|
2418 | <slot>change_lineinput()</slot> |
---|
2419 | <hints> |
---|
2420 | <hint type="sourcelabel"> |
---|
2421 | <x>175</x> |
---|
2422 | <y>66</y> |
---|
2423 | </hint> |
---|
2424 | <hint type="destinationlabel"> |
---|
2425 | <x>4</x> |
---|
2426 | <y>122</y> |
---|
2427 | </hint> |
---|
2428 | </hints> |
---|
2429 | </connection> |
---|
2430 | <connection> |
---|
2431 | <sender>check_Z</sender> |
---|
2432 | <signal>stateChanged(int)</signal> |
---|
2433 | <receiver>MainWindow</receiver> |
---|
2434 | <slot>check_flags()</slot> |
---|
2435 | <hints> |
---|
2436 | <hint type="sourcelabel"> |
---|
2437 | <x>730</x> |
---|
2438 | <y>295</y> |
---|
2439 | </hint> |
---|
2440 | <hint type="destinationlabel"> |
---|
2441 | <x>458</x> |
---|
2442 | <y>344</y> |
---|
2443 | </hint> |
---|
2444 | </hints> |
---|
2445 | </connection> |
---|
2446 | <connection> |
---|
2447 | <sender>action_start_wd</sender> |
---|
2448 | <signal>triggered()</signal> |
---|
2449 | <receiver>MainWindow</receiver> |
---|
2450 | <slot>start_watchdog()</slot> |
---|
2451 | <hints> |
---|
2452 | <hint type="sourcelabel"> |
---|
2453 | <x>-1</x> |
---|
2454 | <y>-1</y> |
---|
2455 | </hint> |
---|
2456 | <hint type="destinationlabel"> |
---|
2457 | <x>458</x> |
---|
2458 | <y>344</y> |
---|
2459 | </hint> |
---|
2460 | </hints> |
---|
2461 | </connection> |
---|
2462 | <connection> |
---|
2463 | <sender>check_cycfill</sender> |
---|
2464 | <signal>stateChanged(int)</signal> |
---|
2465 | <receiver>MainWindow</receiver> |
---|
2466 | <slot>change_rc_list()</slot> |
---|
2467 | <hints> |
---|
2468 | <hint type="sourcelabel"> |
---|
2469 | <x>336</x> |
---|
2470 | <y>526</y> |
---|
2471 | </hint> |
---|
2472 | <hint type="destinationlabel"> |
---|
2473 | <x>4</x> |
---|
2474 | <y>510</y> |
---|
2475 | </hint> |
---|
2476 | </hints> |
---|
2477 | </connection> |
---|
2478 | </connections> |
---|
2479 | <slots> |
---|
2480 | <slot>startmrun()</slot> |
---|
2481 | <slot>enable_advanced()</slot> |
---|
2482 | <slot>enable_coupled()</slot> |
---|
2483 | <slot>choosejob()</slot> |
---|
2484 | <slot>choosejob_list()</slot> |
---|
2485 | <slot>change_rc_list()</slot> |
---|
2486 | <slot>check_flags()</slot> |
---|
2487 | <slot>change_lineinput()</slot> |
---|
2488 | <slot>reset_window()</slot> |
---|
2489 | <slot>save_to_file()</slot> |
---|
2490 | <slot>open_from_file()</slot> |
---|
2491 | <slot>open_last()</slot> |
---|
2492 | <slot>about()</slot> |
---|
2493 | <slot>about_gui()</slot> |
---|
2494 | <slot>save_default()</slot> |
---|
2495 | <slot>help()</slot> |
---|
2496 | <slot>start_watchdog()</slot> |
---|
2497 | </slots> |
---|
2498 | </ui> |
---|