1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>MainWindow</class> |
---|
4 | <widget class="QMainWindow" name="MainWindow"> |
---|
5 | <property name="windowModality"> |
---|
6 | <enum>Qt::WindowModal</enum> |
---|
7 | </property> |
---|
8 | <property name="enabled"> |
---|
9 | <bool>true</bool> |
---|
10 | </property> |
---|
11 | <property name="geometry"> |
---|
12 | <rect> |
---|
13 | <x>0</x> |
---|
14 | <y>0</y> |
---|
15 | <width>600</width> |
---|
16 | <height>700</height> |
---|
17 | </rect> |
---|
18 | </property> |
---|
19 | <property name="sizePolicy"> |
---|
20 | <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
---|
21 | <horstretch>0</horstretch> |
---|
22 | <verstretch>0</verstretch> |
---|
23 | </sizepolicy> |
---|
24 | </property> |
---|
25 | <property name="minimumSize"> |
---|
26 | <size> |
---|
27 | <width>600</width> |
---|
28 | <height>700</height> |
---|
29 | </size> |
---|
30 | </property> |
---|
31 | <property name="maximumSize"> |
---|
32 | <size> |
---|
33 | <width>600</width> |
---|
34 | <height>700</height> |
---|
35 | </size> |
---|
36 | </property> |
---|
37 | <property name="focusPolicy"> |
---|
38 | <enum>Qt::NoFocus</enum> |
---|
39 | </property> |
---|
40 | <property name="windowTitle"> |
---|
41 | <string>palmrungui</string> |
---|
42 | </property> |
---|
43 | <property name="iconSize"> |
---|
44 | <size> |
---|
45 | <width>72</width> |
---|
46 | <height>72</height> |
---|
47 | </size> |
---|
48 | </property> |
---|
49 | <property name="toolButtonStyle"> |
---|
50 | <enum>Qt::ToolButtonIconOnly</enum> |
---|
51 | </property> |
---|
52 | <property name="animated"> |
---|
53 | <bool>false</bool> |
---|
54 | </property> |
---|
55 | <property name="documentMode"> |
---|
56 | <bool>false</bool> |
---|
57 | </property> |
---|
58 | <widget class="QWidget" name="centralWidget"> |
---|
59 | <property name="enabled"> |
---|
60 | <bool>true</bool> |
---|
61 | </property> |
---|
62 | <widget class="QGroupBox" name="groupBox"> |
---|
63 | <property name="enabled"> |
---|
64 | <bool>true</bool> |
---|
65 | </property> |
---|
66 | <property name="geometry"> |
---|
67 | <rect> |
---|
68 | <x>0</x> |
---|
69 | <y>570</y> |
---|
70 | <width>601</width> |
---|
71 | <height>81</height> |
---|
72 | </rect> |
---|
73 | </property> |
---|
74 | <property name="focusPolicy"> |
---|
75 | <enum>Qt::NoFocus</enum> |
---|
76 | </property> |
---|
77 | <property name="title"> |
---|
78 | <string/> |
---|
79 | </property> |
---|
80 | <property name="flat"> |
---|
81 | <bool>true</bool> |
---|
82 | </property> |
---|
83 | <widget class="QPushButton" name="button_exit"> |
---|
84 | <property name="geometry"> |
---|
85 | <rect> |
---|
86 | <x>150</x> |
---|
87 | <y>20</y> |
---|
88 | <width>90</width> |
---|
89 | <height>21</height> |
---|
90 | </rect> |
---|
91 | </property> |
---|
92 | <property name="text"> |
---|
93 | <string>Quit</string> |
---|
94 | </property> |
---|
95 | </widget> |
---|
96 | <widget class="QPushButton" name="button_start"> |
---|
97 | <property name="enabled"> |
---|
98 | <bool>false</bool> |
---|
99 | </property> |
---|
100 | <property name="geometry"> |
---|
101 | <rect> |
---|
102 | <x>10</x> |
---|
103 | <y>20</y> |
---|
104 | <width>131</width> |
---|
105 | <height>21</height> |
---|
106 | </rect> |
---|
107 | </property> |
---|
108 | <property name="font"> |
---|
109 | <font> |
---|
110 | <weight>75</weight> |
---|
111 | <bold>true</bold> |
---|
112 | </font> |
---|
113 | </property> |
---|
114 | <property name="text"> |
---|
115 | <string>palmrun</string> |
---|
116 | </property> |
---|
117 | <property name="checkable"> |
---|
118 | <bool>false</bool> |
---|
119 | </property> |
---|
120 | </widget> |
---|
121 | <widget class="QPushButton" name="button_clear"> |
---|
122 | <property name="geometry"> |
---|
123 | <rect> |
---|
124 | <x>250</x> |
---|
125 | <y>20</y> |
---|
126 | <width>90</width> |
---|
127 | <height>21</height> |
---|
128 | </rect> |
---|
129 | </property> |
---|
130 | <property name="text"> |
---|
131 | <string>Clear</string> |
---|
132 | </property> |
---|
133 | </widget> |
---|
134 | <widget class="QLineEdit" name="commandline"> |
---|
135 | <property name="enabled"> |
---|
136 | <bool>true</bool> |
---|
137 | </property> |
---|
138 | <property name="geometry"> |
---|
139 | <rect> |
---|
140 | <x>10</x> |
---|
141 | <y>50</y> |
---|
142 | <width>581</width> |
---|
143 | <height>26</height> |
---|
144 | </rect> |
---|
145 | </property> |
---|
146 | <property name="mouseTracking"> |
---|
147 | <bool>false</bool> |
---|
148 | </property> |
---|
149 | <property name="acceptDrops"> |
---|
150 | <bool>false</bool> |
---|
151 | </property> |
---|
152 | <property name="frame"> |
---|
153 | <bool>false</bool> |
---|
154 | </property> |
---|
155 | <property name="dragEnabled"> |
---|
156 | <bool>false</bool> |
---|
157 | </property> |
---|
158 | <property name="readOnly"> |
---|
159 | <bool>false</bool> |
---|
160 | </property> |
---|
161 | </widget> |
---|
162 | </widget> |
---|
163 | <widget class="QTabWidget" name="tabWidget"> |
---|
164 | <property name="geometry"> |
---|
165 | <rect> |
---|
166 | <x>0</x> |
---|
167 | <y>5</y> |
---|
168 | <width>591</width> |
---|
169 | <height>581</height> |
---|
170 | </rect> |
---|
171 | </property> |
---|
172 | <property name="sizePolicy"> |
---|
173 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
---|
174 | <horstretch>0</horstretch> |
---|
175 | <verstretch>0</verstretch> |
---|
176 | </sizepolicy> |
---|
177 | </property> |
---|
178 | <property name="font"> |
---|
179 | <font> |
---|
180 | <strikeout>false</strikeout> |
---|
181 | </font> |
---|
182 | </property> |
---|
183 | <property name="focusPolicy"> |
---|
184 | <enum>Qt::NoFocus</enum> |
---|
185 | </property> |
---|
186 | <property name="autoFillBackground"> |
---|
187 | <bool>false</bool> |
---|
188 | </property> |
---|
189 | <property name="currentIndex"> |
---|
190 | <number>0</number> |
---|
191 | </property> |
---|
192 | <widget class="QWidget" name="tab"> |
---|
193 | <attribute name="title"> |
---|
194 | <string>Default</string> |
---|
195 | </attribute> |
---|
196 | <widget class="QGroupBox" name="group_job"> |
---|
197 | <property name="enabled"> |
---|
198 | <bool>true</bool> |
---|
199 | </property> |
---|
200 | <property name="geometry"> |
---|
201 | <rect> |
---|
202 | <x>0</x> |
---|
203 | <y>0</y> |
---|
204 | <width>571</width> |
---|
205 | <height>296</height> |
---|
206 | </rect> |
---|
207 | </property> |
---|
208 | <property name="font"> |
---|
209 | <font> |
---|
210 | <weight>50</weight> |
---|
211 | <bold>false</bold> |
---|
212 | </font> |
---|
213 | </property> |
---|
214 | <property name="title"> |
---|
215 | <string notr="true">Job name</string> |
---|
216 | </property> |
---|
217 | <property name="flat"> |
---|
218 | <bool>true</bool> |
---|
219 | </property> |
---|
220 | <widget class="QLineEdit" name="line_jobname"> |
---|
221 | <property name="geometry"> |
---|
222 | <rect> |
---|
223 | <x>90</x> |
---|
224 | <y>30</y> |
---|
225 | <width>481</width> |
---|
226 | <height>25</height> |
---|
227 | </rect> |
---|
228 | </property> |
---|
229 | <property name="text"> |
---|
230 | <string/> |
---|
231 | </property> |
---|
232 | </widget> |
---|
233 | <widget class="QPushButton" name="pushButton"> |
---|
234 | <property name="geometry"> |
---|
235 | <rect> |
---|
236 | <x>10</x> |
---|
237 | <y>30</y> |
---|
238 | <width>71</width> |
---|
239 | <height>24</height> |
---|
240 | </rect> |
---|
241 | </property> |
---|
242 | <property name="text"> |
---|
243 | <string>Select</string> |
---|
244 | </property> |
---|
245 | </widget> |
---|
246 | <widget class="QLabel" name="label"> |
---|
247 | <property name="geometry"> |
---|
248 | <rect> |
---|
249 | <x>10</x> |
---|
250 | <y>65</y> |
---|
251 | <width>151</width> |
---|
252 | <height>16</height> |
---|
253 | </rect> |
---|
254 | </property> |
---|
255 | <property name="text"> |
---|
256 | <string>Recently submitted jobs:</string> |
---|
257 | </property> |
---|
258 | </widget> |
---|
259 | <widget class="QListWidget" name="list_jobname"> |
---|
260 | <property name="geometry"> |
---|
261 | <rect> |
---|
262 | <x>10</x> |
---|
263 | <y>85</y> |
---|
264 | <width>561</width> |
---|
265 | <height>181</height> |
---|
266 | </rect> |
---|
267 | </property> |
---|
268 | </widget> |
---|
269 | <widget class="QComboBox" name="drop_job"> |
---|
270 | <property name="enabled"> |
---|
271 | <bool>false</bool> |
---|
272 | </property> |
---|
273 | <property name="geometry"> |
---|
274 | <rect> |
---|
275 | <x>70</x> |
---|
276 | <y>270</y> |
---|
277 | <width>271</width> |
---|
278 | <height>25</height> |
---|
279 | </rect> |
---|
280 | </property> |
---|
281 | <item> |
---|
282 | <property name="text"> |
---|
283 | <string>Initial run</string> |
---|
284 | </property> |
---|
285 | </item> |
---|
286 | <item> |
---|
287 | <property name="text"> |
---|
288 | <string>Restart run</string> |
---|
289 | </property> |
---|
290 | </item> |
---|
291 | <item> |
---|
292 | <property name="text"> |
---|
293 | <string>Precursor run (atmosphere)</string> |
---|
294 | </property> |
---|
295 | </item> |
---|
296 | <item> |
---|
297 | <property name="text"> |
---|
298 | <string>Precursor run (ocean)</string> |
---|
299 | </property> |
---|
300 | </item> |
---|
301 | <item> |
---|
302 | <property name="text"> |
---|
303 | <string>Initial run (coupled atmosphere ocean)</string> |
---|
304 | </property> |
---|
305 | </item> |
---|
306 | <item> |
---|
307 | <property name="text"> |
---|
308 | <string>Restart run (coupled atmosphere ocean)</string> |
---|
309 | </property> |
---|
310 | </item> |
---|
311 | </widget> |
---|
312 | <widget class="QLabel" name="label_usercode"> |
---|
313 | <property name="enabled"> |
---|
314 | <bool>true</bool> |
---|
315 | </property> |
---|
316 | <property name="geometry"> |
---|
317 | <rect> |
---|
318 | <x>350</x> |
---|
319 | <y>267</y> |
---|
320 | <width>231</width> |
---|
321 | <height>31</height> |
---|
322 | </rect> |
---|
323 | </property> |
---|
324 | <property name="font"> |
---|
325 | <font> |
---|
326 | <weight>75</weight> |
---|
327 | <bold>true</bold> |
---|
328 | </font> |
---|
329 | </property> |
---|
330 | <property name="text"> |
---|
331 | <string/> |
---|
332 | </property> |
---|
333 | </widget> |
---|
334 | <widget class="QLabel" name="label_8"> |
---|
335 | <property name="geometry"> |
---|
336 | <rect> |
---|
337 | <x>10</x> |
---|
338 | <y>275</y> |
---|
339 | <width>81</width> |
---|
340 | <height>16</height> |
---|
341 | </rect> |
---|
342 | </property> |
---|
343 | <property name="text"> |
---|
344 | <string>Job type:</string> |
---|
345 | </property> |
---|
346 | </widget> |
---|
347 | </widget> |
---|
348 | <widget class="QGroupBox" name="group_execution"> |
---|
349 | <property name="enabled"> |
---|
350 | <bool>false</bool> |
---|
351 | </property> |
---|
352 | <property name="geometry"> |
---|
353 | <rect> |
---|
354 | <x>0</x> |
---|
355 | <y>305</y> |
---|
356 | <width>431</width> |
---|
357 | <height>231</height> |
---|
358 | </rect> |
---|
359 | </property> |
---|
360 | <property name="title"> |
---|
361 | <string>Execution</string> |
---|
362 | </property> |
---|
363 | <property name="flat"> |
---|
364 | <bool>false</bool> |
---|
365 | </property> |
---|
366 | <widget class="QLineEdit" name="line_q"> |
---|
367 | <property name="geometry"> |
---|
368 | <rect> |
---|
369 | <x>340</x> |
---|
370 | <y>30</y> |
---|
371 | <width>81</width> |
---|
372 | <height>21</height> |
---|
373 | </rect> |
---|
374 | </property> |
---|
375 | <property name="text"> |
---|
376 | <string/> |
---|
377 | </property> |
---|
378 | <property name="alignment"> |
---|
379 | <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> |
---|
380 | </property> |
---|
381 | </widget> |
---|
382 | <widget class="QLabel" name="label_2"> |
---|
383 | <property name="geometry"> |
---|
384 | <rect> |
---|
385 | <x>260</x> |
---|
386 | <y>25</y> |
---|
387 | <width>71</width> |
---|
388 | <height>21</height> |
---|
389 | </rect> |
---|
390 | </property> |
---|
391 | <property name="text"> |
---|
392 | <string>Queue:</string> |
---|
393 | </property> |
---|
394 | <property name="alignment"> |
---|
395 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
396 | </property> |
---|
397 | </widget> |
---|
398 | <widget class="QLineEdit" name="line_pe"> |
---|
399 | <property name="geometry"> |
---|
400 | <rect> |
---|
401 | <x>120</x> |
---|
402 | <y>55</y> |
---|
403 | <width>101</width> |
---|
404 | <height>20</height> |
---|
405 | </rect> |
---|
406 | </property> |
---|
407 | <property name="text"> |
---|
408 | <string/> |
---|
409 | </property> |
---|
410 | </widget> |
---|
411 | <widget class="QLabel" name="label_3"> |
---|
412 | <property name="geometry"> |
---|
413 | <rect> |
---|
414 | <x>0</x> |
---|
415 | <y>55</y> |
---|
416 | <width>111</width> |
---|
417 | <height>16</height> |
---|
418 | </rect> |
---|
419 | </property> |
---|
420 | <property name="text"> |
---|
421 | <string>Processing cores:</string> |
---|
422 | </property> |
---|
423 | <property name="alignment"> |
---|
424 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
425 | </property> |
---|
426 | </widget> |
---|
427 | <widget class="QLineEdit" name="line_tpn"> |
---|
428 | <property name="geometry"> |
---|
429 | <rect> |
---|
430 | <x>340</x> |
---|
431 | <y>55</y> |
---|
432 | <width>61</width> |
---|
433 | <height>21</height> |
---|
434 | </rect> |
---|
435 | </property> |
---|
436 | <property name="text"> |
---|
437 | <string/> |
---|
438 | </property> |
---|
439 | </widget> |
---|
440 | <widget class="QLabel" name="label_4"> |
---|
441 | <property name="geometry"> |
---|
442 | <rect> |
---|
443 | <x>230</x> |
---|
444 | <y>50</y> |
---|
445 | <width>101</width> |
---|
446 | <height>21</height> |
---|
447 | </rect> |
---|
448 | </property> |
---|
449 | <property name="text"> |
---|
450 | <string>Tasks per node:</string> |
---|
451 | </property> |
---|
452 | <property name="alignment"> |
---|
453 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
454 | </property> |
---|
455 | </widget> |
---|
456 | <widget class="QLineEdit" name="line_account"> |
---|
457 | <property name="geometry"> |
---|
458 | <rect> |
---|
459 | <x>340</x> |
---|
460 | <y>80</y> |
---|
461 | <width>81</width> |
---|
462 | <height>20</height> |
---|
463 | </rect> |
---|
464 | </property> |
---|
465 | <property name="text"> |
---|
466 | <string/> |
---|
467 | </property> |
---|
468 | </widget> |
---|
469 | <widget class="QLabel" name="label_5"> |
---|
470 | <property name="geometry"> |
---|
471 | <rect> |
---|
472 | <x>230</x> |
---|
473 | <y>80</y> |
---|
474 | <width>101</width> |
---|
475 | <height>16</height> |
---|
476 | </rect> |
---|
477 | </property> |
---|
478 | <property name="text"> |
---|
479 | <string>Project account:</string> |
---|
480 | </property> |
---|
481 | <property name="alignment"> |
---|
482 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
483 | </property> |
---|
484 | </widget> |
---|
485 | <widget class="QLabel" name="label_6"> |
---|
486 | <property name="geometry"> |
---|
487 | <rect> |
---|
488 | <x>10</x> |
---|
489 | <y>80</y> |
---|
490 | <width>101</width> |
---|
491 | <height>16</height> |
---|
492 | </rect> |
---|
493 | </property> |
---|
494 | <property name="text"> |
---|
495 | <string>Wallclock time:</string> |
---|
496 | </property> |
---|
497 | <property name="alignment"> |
---|
498 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
499 | </property> |
---|
500 | </widget> |
---|
501 | <widget class="QLineEdit" name="line_time"> |
---|
502 | <property name="geometry"> |
---|
503 | <rect> |
---|
504 | <x>120</x> |
---|
505 | <y>80</y> |
---|
506 | <width>101</width> |
---|
507 | <height>20</height> |
---|
508 | </rect> |
---|
509 | </property> |
---|
510 | <property name="text"> |
---|
511 | <string/> |
---|
512 | </property> |
---|
513 | </widget> |
---|
514 | <widget class="QLabel" name="label_7"> |
---|
515 | <property name="geometry"> |
---|
516 | <rect> |
---|
517 | <x>20</x> |
---|
518 | <y>30</y> |
---|
519 | <width>91</width> |
---|
520 | <height>16</height> |
---|
521 | </rect> |
---|
522 | </property> |
---|
523 | <property name="text"> |
---|
524 | <string>Configuration:</string> |
---|
525 | </property> |
---|
526 | <property name="scaledContents"> |
---|
527 | <bool>false</bool> |
---|
528 | </property> |
---|
529 | <property name="alignment"> |
---|
530 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
531 | </property> |
---|
532 | </widget> |
---|
533 | <widget class="QLineEdit" name="line_host"> |
---|
534 | <property name="geometry"> |
---|
535 | <rect> |
---|
536 | <x>120</x> |
---|
537 | <y>30</y> |
---|
538 | <width>101</width> |
---|
539 | <height>20</height> |
---|
540 | </rect> |
---|
541 | </property> |
---|
542 | <property name="text"> |
---|
543 | <string/> |
---|
544 | </property> |
---|
545 | </widget> |
---|
546 | <widget class="Line" name="line"> |
---|
547 | <property name="geometry"> |
---|
548 | <rect> |
---|
549 | <x>10</x> |
---|
550 | <y>105</y> |
---|
551 | <width>431</width> |
---|
552 | <height>20</height> |
---|
553 | </rect> |
---|
554 | </property> |
---|
555 | <property name="orientation"> |
---|
556 | <enum>Qt::Horizontal</enum> |
---|
557 | </property> |
---|
558 | </widget> |
---|
559 | <widget class="QCheckBox" name="check_restarts"> |
---|
560 | <property name="geometry"> |
---|
561 | <rect> |
---|
562 | <x>10</x> |
---|
563 | <y>120</y> |
---|
564 | <width>121</width> |
---|
565 | <height>23</height> |
---|
566 | </rect> |
---|
567 | </property> |
---|
568 | <property name="text"> |
---|
569 | <string>Allow restarts</string> |
---|
570 | </property> |
---|
571 | </widget> |
---|
572 | <widget class="QCheckBox" name="check_delete_tmp_files"> |
---|
573 | <property name="geometry"> |
---|
574 | <rect> |
---|
575 | <x>10</x> |
---|
576 | <y>140</y> |
---|
577 | <width>281</width> |
---|
578 | <height>23</height> |
---|
579 | </rect> |
---|
580 | </property> |
---|
581 | <property name="text"> |
---|
582 | <string>Do not delete temporary directory at end</string> |
---|
583 | </property> |
---|
584 | </widget> |
---|
585 | <widget class="QCheckBox" name="check_verbose"> |
---|
586 | <property name="geometry"> |
---|
587 | <rect> |
---|
588 | <x>10</x> |
---|
589 | <y>160</y> |
---|
590 | <width>261</width> |
---|
591 | <height>23</height> |
---|
592 | </rect> |
---|
593 | </property> |
---|
594 | <property name="text"> |
---|
595 | <string>No prompt on confirmation (silent)</string> |
---|
596 | </property> |
---|
597 | </widget> |
---|
598 | <widget class="QLabel" name="label_restart"> |
---|
599 | <property name="enabled"> |
---|
600 | <bool>false</bool> |
---|
601 | </property> |
---|
602 | <property name="geometry"> |
---|
603 | <rect> |
---|
604 | <x>130</x> |
---|
605 | <y>120</y> |
---|
606 | <width>291</width> |
---|
607 | <height>20</height> |
---|
608 | </rect> |
---|
609 | </property> |
---|
610 | <property name="font"> |
---|
611 | <font> |
---|
612 | <weight>75</weight> |
---|
613 | <bold>true</bold> |
---|
614 | </font> |
---|
615 | </property> |
---|
616 | <property name="text"> |
---|
617 | <string/> |
---|
618 | </property> |
---|
619 | </widget> |
---|
620 | <widget class="QCheckBox" name="check_cycfill"> |
---|
621 | <property name="geometry"> |
---|
622 | <rect> |
---|
623 | <x>10</x> |
---|
624 | <y>180</y> |
---|
625 | <width>261</width> |
---|
626 | <height>21</height> |
---|
627 | </rect> |
---|
628 | </property> |
---|
629 | <property name="text"> |
---|
630 | <string>Use cyclic fill method</string> |
---|
631 | </property> |
---|
632 | </widget> |
---|
633 | <widget class="QCheckBox" name="check_svf"> |
---|
634 | <property name="geometry"> |
---|
635 | <rect> |
---|
636 | <x>10</x> |
---|
637 | <y>200</y> |
---|
638 | <width>261</width> |
---|
639 | <height>21</height> |
---|
640 | </rect> |
---|
641 | </property> |
---|
642 | <property name="text"> |
---|
643 | <string>Read sky view factors from file</string> |
---|
644 | </property> |
---|
645 | </widget> |
---|
646 | </widget> |
---|
647 | <widget class="QLabel" name="palm_logo"> |
---|
648 | <property name="geometry"> |
---|
649 | <rect> |
---|
650 | <x>490</x> |
---|
651 | <y>440</y> |
---|
652 | <width>77</width> |
---|
653 | <height>72</height> |
---|
654 | </rect> |
---|
655 | </property> |
---|
656 | <property name="text"> |
---|
657 | <string>TextLabel</string> |
---|
658 | </property> |
---|
659 | <property name="scaledContents"> |
---|
660 | <bool>true</bool> |
---|
661 | </property> |
---|
662 | </widget> |
---|
663 | </widget> |
---|
664 | <widget class="QWidget" name="tab_2"> |
---|
665 | <attribute name="title"> |
---|
666 | <string>Advanced</string> |
---|
667 | </attribute> |
---|
668 | <widget class="QGroupBox" name="group_advanced"> |
---|
669 | <property name="enabled"> |
---|
670 | <bool>false</bool> |
---|
671 | </property> |
---|
672 | <property name="geometry"> |
---|
673 | <rect> |
---|
674 | <x>0</x> |
---|
675 | <y>5</y> |
---|
676 | <width>501</width> |
---|
677 | <height>401</height> |
---|
678 | </rect> |
---|
679 | </property> |
---|
680 | <property name="title"> |
---|
681 | <string>Advanced settings</string> |
---|
682 | </property> |
---|
683 | <property name="flat"> |
---|
684 | <bool>true</bool> |
---|
685 | </property> |
---|
686 | <widget class="QCheckBox" name="check_x"> |
---|
687 | <property name="geometry"> |
---|
688 | <rect> |
---|
689 | <x>10</x> |
---|
690 | <y>175</y> |
---|
691 | <width>421</width> |
---|
692 | <height>23</height> |
---|
693 | </rect> |
---|
694 | </property> |
---|
695 | <property name="text"> |
---|
696 | <string>-x (tracing of palmrun for debug purposes)</string> |
---|
697 | </property> |
---|
698 | </widget> |
---|
699 | <widget class="QCheckBox" name="check_O"> |
---|
700 | <property name="geometry"> |
---|
701 | <rect> |
---|
702 | <x>10</x> |
---|
703 | <y>150</y> |
---|
704 | <width>421</width> |
---|
705 | <height>23</height> |
---|
706 | </rect> |
---|
707 | </property> |
---|
708 | <property name="text"> |
---|
709 | <string>-O (use OpenMP)</string> |
---|
710 | </property> |
---|
711 | </widget> |
---|
712 | <widget class="QCheckBox" name="check_k"> |
---|
713 | <property name="geometry"> |
---|
714 | <rect> |
---|
715 | <x>10</x> |
---|
716 | <y>125</y> |
---|
717 | <width>421</width> |
---|
718 | <height>23</height> |
---|
719 | </rect> |
---|
720 | </property> |
---|
721 | <property name="text"> |
---|
722 | <string>-k (keep data from previous run)</string> |
---|
723 | </property> |
---|
724 | </widget> |
---|
725 | <widget class="QCheckBox" name="check_I"> |
---|
726 | <property name="geometry"> |
---|
727 | <rect> |
---|
728 | <x>10</x> |
---|
729 | <y>100</y> |
---|
730 | <width>441</width> |
---|
731 | <height>23</height> |
---|
732 | </rect> |
---|
733 | </property> |
---|
734 | <property name="text"> |
---|
735 | <string>-I (archiving errors of previous batch-jobs will be ignored)</string> |
---|
736 | </property> |
---|
737 | </widget> |
---|
738 | <widget class="QCheckBox" name="check_F"> |
---|
739 | <property name="geometry"> |
---|
740 | <rect> |
---|
741 | <x>10</x> |
---|
742 | <y>75</y> |
---|
743 | <width>421</width> |
---|
744 | <height>23</height> |
---|
745 | </rect> |
---|
746 | </property> |
---|
747 | <property name="text"> |
---|
748 | <string>-F (create remote job file only)</string> |
---|
749 | </property> |
---|
750 | </widget> |
---|
751 | <widget class="QCheckBox" name="check_b"> |
---|
752 | <property name="geometry"> |
---|
753 | <rect> |
---|
754 | <x>10</x> |
---|
755 | <y>50</y> |
---|
756 | <width>421</width> |
---|
757 | <height>23</height> |
---|
758 | </rect> |
---|
759 | </property> |
---|
760 | <property name="text"> |
---|
761 | <string>-b (batch-job on local machine)</string> |
---|
762 | </property> |
---|
763 | </widget> |
---|
764 | <widget class="QCheckBox" name="check_Z"> |
---|
765 | <property name="geometry"> |
---|
766 | <rect> |
---|
767 | <x>10</x> |
---|
768 | <y>200</y> |
---|
769 | <width>421</width> |
---|
770 | <height>23</height> |
---|
771 | </rect> |
---|
772 | </property> |
---|
773 | <property name="text"> |
---|
774 | <string>-Z (disable combine_plot_fields at the end of job)</string> |
---|
775 | </property> |
---|
776 | </widget> |
---|
777 | <widget class="Line" name="line_2"> |
---|
778 | <property name="geometry"> |
---|
779 | <rect> |
---|
780 | <x>0</x> |
---|
781 | <y>220</y> |
---|
782 | <width>581</width> |
---|
783 | <height>20</height> |
---|
784 | </rect> |
---|
785 | </property> |
---|
786 | <property name="orientation"> |
---|
787 | <enum>Qt::Horizontal</enum> |
---|
788 | </property> |
---|
789 | </widget> |
---|
790 | <widget class="QLineEdit" name="line_w"> |
---|
791 | <property name="geometry"> |
---|
792 | <rect> |
---|
793 | <x>220</x> |
---|
794 | <y>345</y> |
---|
795 | <width>191</width> |
---|
796 | <height>25</height> |
---|
797 | </rect> |
---|
798 | </property> |
---|
799 | <property name="text"> |
---|
800 | <string/> |
---|
801 | </property> |
---|
802 | </widget> |
---|
803 | <widget class="QLineEdit" name="line_s"> |
---|
804 | <property name="geometry"> |
---|
805 | <rect> |
---|
806 | <x>220</x> |
---|
807 | <y>320</y> |
---|
808 | <width>191</width> |
---|
809 | <height>25</height> |
---|
810 | </rect> |
---|
811 | </property> |
---|
812 | <property name="text"> |
---|
813 | <string/> |
---|
814 | </property> |
---|
815 | </widget> |
---|
816 | <widget class="QLineEdit" name="line_D"> |
---|
817 | <property name="geometry"> |
---|
818 | <rect> |
---|
819 | <x>220</x> |
---|
820 | <y>295</y> |
---|
821 | <width>191</width> |
---|
822 | <height>25</height> |
---|
823 | </rect> |
---|
824 | </property> |
---|
825 | <property name="text"> |
---|
826 | <string/> |
---|
827 | </property> |
---|
828 | </widget> |
---|
829 | <widget class="QLineEdit" name="line_M"> |
---|
830 | <property name="geometry"> |
---|
831 | <rect> |
---|
832 | <x>220</x> |
---|
833 | <y>270</y> |
---|
834 | <width>191</width> |
---|
835 | <height>25</height> |
---|
836 | </rect> |
---|
837 | </property> |
---|
838 | <property name="text"> |
---|
839 | <string/> |
---|
840 | </property> |
---|
841 | </widget> |
---|
842 | <widget class="QLineEdit" name="line_m"> |
---|
843 | <property name="geometry"> |
---|
844 | <rect> |
---|
845 | <x>220</x> |
---|
846 | <y>245</y> |
---|
847 | <width>81</width> |
---|
848 | <height>25</height> |
---|
849 | </rect> |
---|
850 | </property> |
---|
851 | </widget> |
---|
852 | <widget class="QLineEdit" name="line_user"> |
---|
853 | <property name="geometry"> |
---|
854 | <rect> |
---|
855 | <x>220</x> |
---|
856 | <y>370</y> |
---|
857 | <width>191</width> |
---|
858 | <height>25</height> |
---|
859 | </rect> |
---|
860 | </property> |
---|
861 | <property name="text"> |
---|
862 | <string/> |
---|
863 | </property> |
---|
864 | </widget> |
---|
865 | </widget> |
---|
866 | <widget class="QLabel" name="label_20"> |
---|
867 | <property name="geometry"> |
---|
868 | <rect> |
---|
869 | <x>0</x> |
---|
870 | <y>375</y> |
---|
871 | <width>211</width> |
---|
872 | <height>21</height> |
---|
873 | </rect> |
---|
874 | </property> |
---|
875 | <property name="text"> |
---|
876 | <string>User parameters (no preview):</string> |
---|
877 | </property> |
---|
878 | <property name="alignment"> |
---|
879 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
880 | </property> |
---|
881 | </widget> |
---|
882 | <widget class="QLabel" name="label_18"> |
---|
883 | <property name="geometry"> |
---|
884 | <rect> |
---|
885 | <x>10</x> |
---|
886 | <y>300</y> |
---|
887 | <width>201</width> |
---|
888 | <height>21</height> |
---|
889 | </rect> |
---|
890 | </property> |
---|
891 | <property name="text"> |
---|
892 | <string>Preprocessor directives (cpp):</string> |
---|
893 | </property> |
---|
894 | <property name="alignment"> |
---|
895 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
896 | </property> |
---|
897 | </widget> |
---|
898 | <widget class="QLabel" name="label_17"> |
---|
899 | <property name="geometry"> |
---|
900 | <rect> |
---|
901 | <x>-10</x> |
---|
902 | <y>350</y> |
---|
903 | <width>221</width> |
---|
904 | <height>21</height> |
---|
905 | </rect> |
---|
906 | </property> |
---|
907 | <property name="text"> |
---|
908 | <string>Number of parallel I/O streams:</string> |
---|
909 | </property> |
---|
910 | <property name="alignment"> |
---|
911 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
912 | </property> |
---|
913 | </widget> |
---|
914 | <widget class="QLabel" name="label_16"> |
---|
915 | <property name="geometry"> |
---|
916 | <rect> |
---|
917 | <x>110</x> |
---|
918 | <y>255</y> |
---|
919 | <width>101</width> |
---|
920 | <height>16</height> |
---|
921 | </rect> |
---|
922 | </property> |
---|
923 | <property name="text"> |
---|
924 | <string>Memory (MB):</string> |
---|
925 | </property> |
---|
926 | <property name="alignment"> |
---|
927 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
928 | </property> |
---|
929 | </widget> |
---|
930 | <widget class="QLabel" name="label_19"> |
---|
931 | <property name="geometry"> |
---|
932 | <rect> |
---|
933 | <x>20</x> |
---|
934 | <y>325</y> |
---|
935 | <width>191</width> |
---|
936 | <height>21</height> |
---|
937 | </rect> |
---|
938 | </property> |
---|
939 | <property name="text"> |
---|
940 | <string>Filenames to be compiled:</string> |
---|
941 | </property> |
---|
942 | <property name="alignment"> |
---|
943 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
944 | </property> |
---|
945 | </widget> |
---|
946 | <widget class="QLabel" name="label_21"> |
---|
947 | <property name="geometry"> |
---|
948 | <rect> |
---|
949 | <x>40</x> |
---|
950 | <y>275</y> |
---|
951 | <width>171</width> |
---|
952 | <height>20</height> |
---|
953 | </rect> |
---|
954 | </property> |
---|
955 | <property name="text"> |
---|
956 | <string>Makefile:</string> |
---|
957 | </property> |
---|
958 | <property name="alignment"> |
---|
959 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
960 | </property> |
---|
961 | </widget> |
---|
962 | <widget class="QGroupBox" name="group_coupled"> |
---|
963 | <property name="enabled"> |
---|
964 | <bool>false</bool> |
---|
965 | </property> |
---|
966 | <property name="geometry"> |
---|
967 | <rect> |
---|
968 | <x>10</x> |
---|
969 | <y>410</y> |
---|
970 | <width>401</width> |
---|
971 | <height>101</height> |
---|
972 | </rect> |
---|
973 | </property> |
---|
974 | <property name="title"> |
---|
975 | <string/> |
---|
976 | </property> |
---|
977 | <widget class="QLineEdit" name="line_PE_ocean"> |
---|
978 | <property name="geometry"> |
---|
979 | <rect> |
---|
980 | <x>100</x> |
---|
981 | <y>70</y> |
---|
982 | <width>111</width> |
---|
983 | <height>21</height> |
---|
984 | </rect> |
---|
985 | </property> |
---|
986 | <property name="text"> |
---|
987 | <string/> |
---|
988 | </property> |
---|
989 | </widget> |
---|
990 | <widget class="QLabel" name="label_coupled3"> |
---|
991 | <property name="geometry"> |
---|
992 | <rect> |
---|
993 | <x>40</x> |
---|
994 | <y>65</y> |
---|
995 | <width>51</width> |
---|
996 | <height>21</height> |
---|
997 | </rect> |
---|
998 | </property> |
---|
999 | <property name="text"> |
---|
1000 | <string>Ocean:</string> |
---|
1001 | </property> |
---|
1002 | <property name="alignment"> |
---|
1003 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
1004 | </property> |
---|
1005 | </widget> |
---|
1006 | <widget class="QLineEdit" name="line_PE_atmos"> |
---|
1007 | <property name="geometry"> |
---|
1008 | <rect> |
---|
1009 | <x>100</x> |
---|
1010 | <y>45</y> |
---|
1011 | <width>111</width> |
---|
1012 | <height>21</height> |
---|
1013 | </rect> |
---|
1014 | </property> |
---|
1015 | <property name="text"> |
---|
1016 | <string/> |
---|
1017 | </property> |
---|
1018 | <property name="frame"> |
---|
1019 | <bool>true</bool> |
---|
1020 | </property> |
---|
1021 | </widget> |
---|
1022 | <widget class="QLabel" name="label_coupled2"> |
---|
1023 | <property name="geometry"> |
---|
1024 | <rect> |
---|
1025 | <x>10</x> |
---|
1026 | <y>45</y> |
---|
1027 | <width>81</width> |
---|
1028 | <height>21</height> |
---|
1029 | </rect> |
---|
1030 | </property> |
---|
1031 | <property name="text"> |
---|
1032 | <string>Atmosphere:</string> |
---|
1033 | </property> |
---|
1034 | <property name="alignment"> |
---|
1035 | <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set> |
---|
1036 | </property> |
---|
1037 | </widget> |
---|
1038 | <widget class="QLabel" name="label_coupled1"> |
---|
1039 | <property name="geometry"> |
---|
1040 | <rect> |
---|
1041 | <x>10</x> |
---|
1042 | <y>1</y> |
---|
1043 | <width>181</width> |
---|
1044 | <height>21</height> |
---|
1045 | </rect> |
---|
1046 | </property> |
---|
1047 | <property name="autoFillBackground"> |
---|
1048 | <bool>false</bool> |
---|
1049 | </property> |
---|
1050 | <property name="text"> |
---|
1051 | <string>Processor distribution</string> |
---|
1052 | </property> |
---|
1053 | <property name="scaledContents"> |
---|
1054 | <bool>false</bool> |
---|
1055 | </property> |
---|
1056 | <property name="alignment"> |
---|
1057 | <set>Qt::AlignBottom|Qt::AlignJustify</set> |
---|
1058 | </property> |
---|
1059 | <property name="wordWrap"> |
---|
1060 | <bool>true</bool> |
---|
1061 | </property> |
---|
1062 | </widget> |
---|
1063 | <widget class="QLabel" name="label_coupled1_2"> |
---|
1064 | <property name="geometry"> |
---|
1065 | <rect> |
---|
1066 | <x>10</x> |
---|
1067 | <y>20</y> |
---|
1068 | <width>281</width> |
---|
1069 | <height>21</height> |
---|
1070 | </rect> |
---|
1071 | </property> |
---|
1072 | <property name="autoFillBackground"> |
---|
1073 | <bool>false</bool> |
---|
1074 | </property> |
---|
1075 | <property name="text"> |
---|
1076 | <string>(Coupled atmosphere-ocean runs only)</string> |
---|
1077 | </property> |
---|
1078 | <property name="scaledContents"> |
---|
1079 | <bool>false</bool> |
---|
1080 | </property> |
---|
1081 | <property name="alignment"> |
---|
1082 | <set>Qt::AlignBottom|Qt::AlignJustify</set> |
---|
1083 | </property> |
---|
1084 | <property name="wordWrap"> |
---|
1085 | <bool>true</bool> |
---|
1086 | </property> |
---|
1087 | </widget> |
---|
1088 | <widget class="QLabel" name="label_coupling"> |
---|
1089 | <property name="enabled"> |
---|
1090 | <bool>false</bool> |
---|
1091 | </property> |
---|
1092 | <property name="geometry"> |
---|
1093 | <rect> |
---|
1094 | <x>160</x> |
---|
1095 | <y>5</y> |
---|
1096 | <width>55</width> |
---|
1097 | <height>15</height> |
---|
1098 | </rect> |
---|
1099 | </property> |
---|
1100 | <property name="text"> |
---|
1101 | <string/> |
---|
1102 | </property> |
---|
1103 | </widget> |
---|
1104 | </widget> |
---|
1105 | </widget> |
---|
1106 | </widget> |
---|
1107 | </widget> |
---|
1108 | <widget class="QToolBar" name="mainToolBar"> |
---|
1109 | <attribute name="toolBarArea"> |
---|
1110 | <enum>TopToolBarArea</enum> |
---|
1111 | </attribute> |
---|
1112 | <attribute name="toolBarBreak"> |
---|
1113 | <bool>false</bool> |
---|
1114 | </attribute> |
---|
1115 | </widget> |
---|
1116 | <widget class="QMenuBar" name="menuBar"> |
---|
1117 | <property name="geometry"> |
---|
1118 | <rect> |
---|
1119 | <x>0</x> |
---|
1120 | <y>0</y> |
---|
1121 | <width>600</width> |
---|
1122 | <height>30</height> |
---|
1123 | </rect> |
---|
1124 | </property> |
---|
1125 | <widget class="QMenu" name="menuStart"> |
---|
1126 | <property name="geometry"> |
---|
1127 | <rect> |
---|
1128 | <x>341</x> |
---|
1129 | <y>82</y> |
---|
1130 | <width>129</width> |
---|
1131 | <height>189</height> |
---|
1132 | </rect> |
---|
1133 | </property> |
---|
1134 | <property name="title"> |
---|
1135 | <string>Sta&rt</string> |
---|
1136 | </property> |
---|
1137 | <property name="separatorsCollapsible"> |
---|
1138 | <bool>false</bool> |
---|
1139 | </property> |
---|
1140 | <addaction name="action_open"/> |
---|
1141 | <addaction name="separator"/> |
---|
1142 | <addaction name="action_last"/> |
---|
1143 | <addaction name="action_save"/> |
---|
1144 | <addaction name="action_default"/> |
---|
1145 | <addaction name="action_quit"/> |
---|
1146 | </widget> |
---|
1147 | <widget class="QMenu" name="menuHelp"> |
---|
1148 | <property name="title"> |
---|
1149 | <string>He&lp</string> |
---|
1150 | </property> |
---|
1151 | <addaction name="action_help"/> |
---|
1152 | <addaction name="action_about"/> |
---|
1153 | </widget> |
---|
1154 | <widget class="QMenu" name="menuTools"> |
---|
1155 | <property name="title"> |
---|
1156 | <string>&Tools</string> |
---|
1157 | </property> |
---|
1158 | <addaction name="action_start_watchdog"/> |
---|
1159 | <addaction name="action_start_jobmanager"/> |
---|
1160 | </widget> |
---|
1161 | <addaction name="menuStart"/> |
---|
1162 | <addaction name="menuTools"/> |
---|
1163 | <addaction name="menuHelp"/> |
---|
1164 | </widget> |
---|
1165 | <action name="action_open"> |
---|
1166 | <property name="text"> |
---|
1167 | <string>&Open from File</string> |
---|
1168 | </property> |
---|
1169 | </action> |
---|
1170 | <action name="action_save"> |
---|
1171 | <property name="enabled"> |
---|
1172 | <bool>true</bool> |
---|
1173 | </property> |
---|
1174 | <property name="text"> |
---|
1175 | <string>&Save to File</string> |
---|
1176 | </property> |
---|
1177 | </action> |
---|
1178 | <action name="action_last"> |
---|
1179 | <property name="text"> |
---|
1180 | <string>&Load Last Job</string> |
---|
1181 | </property> |
---|
1182 | </action> |
---|
1183 | <action name="action_quit"> |
---|
1184 | <property name="text"> |
---|
1185 | <string>&Quit</string> |
---|
1186 | </property> |
---|
1187 | </action> |
---|
1188 | <action name="action_help"> |
---|
1189 | <property name="text"> |
---|
1190 | <string>&Help</string> |
---|
1191 | </property> |
---|
1192 | </action> |
---|
1193 | <action name="action_about"> |
---|
1194 | <property name="text"> |
---|
1195 | <string>&About palmrungui</string> |
---|
1196 | </property> |
---|
1197 | </action> |
---|
1198 | <action name="action_default"> |
---|
1199 | <property name="enabled"> |
---|
1200 | <bool>true</bool> |
---|
1201 | </property> |
---|
1202 | <property name="text"> |
---|
1203 | <string>Save as &Default</string> |
---|
1204 | </property> |
---|
1205 | </action> |
---|
1206 | <action name="actionCheck_parameter_file"> |
---|
1207 | <property name="enabled"> |
---|
1208 | <bool>false</bool> |
---|
1209 | </property> |
---|
1210 | <property name="text"> |
---|
1211 | <string>Check parameter file</string> |
---|
1212 | </property> |
---|
1213 | </action> |
---|
1214 | <action name="action_start_wd"> |
---|
1215 | <property name="text"> |
---|
1216 | <string>Start watchdog</string> |
---|
1217 | </property> |
---|
1218 | </action> |
---|
1219 | <action name="actionStart_job_manager"> |
---|
1220 | <property name="text"> |
---|
1221 | <string>Start job manager</string> |
---|
1222 | </property> |
---|
1223 | </action> |
---|
1224 | <action name="action_start_watchdog"> |
---|
1225 | <property name="text"> |
---|
1226 | <string>&Watchdog</string> |
---|
1227 | </property> |
---|
1228 | </action> |
---|
1229 | <action name="action_start_jobmanager"> |
---|
1230 | <property name="text"> |
---|
1231 | <string>&Job manager</string> |
---|
1232 | </property> |
---|
1233 | </action> |
---|
1234 | </widget> |
---|
1235 | <layoutdefault spacing="1" margin="11"/> |
---|
1236 | <tabstops> |
---|
1237 | <tabstop>pushButton</tabstop> |
---|
1238 | <tabstop>drop_job</tabstop> |
---|
1239 | <tabstop>line_host</tabstop> |
---|
1240 | <tabstop>line_q</tabstop> |
---|
1241 | <tabstop>line_pe</tabstop> |
---|
1242 | <tabstop>line_tpn</tabstop> |
---|
1243 | <tabstop>line_time</tabstop> |
---|
1244 | <tabstop>line_account</tabstop> |
---|
1245 | <tabstop>check_restarts</tabstop> |
---|
1246 | <tabstop>check_delete_tmp_files</tabstop> |
---|
1247 | <tabstop>check_verbose</tabstop> |
---|
1248 | <tabstop>check_cycfill</tabstop> |
---|
1249 | <tabstop>button_start</tabstop> |
---|
1250 | <tabstop>button_exit</tabstop> |
---|
1251 | <tabstop>button_clear</tabstop> |
---|
1252 | <tabstop>commandline</tabstop> |
---|
1253 | <tabstop>list_jobname</tabstop> |
---|
1254 | <tabstop>line_jobname</tabstop> |
---|
1255 | <tabstop>check_b</tabstop> |
---|
1256 | <tabstop>check_F</tabstop> |
---|
1257 | <tabstop>check_I</tabstop> |
---|
1258 | <tabstop>check_k</tabstop> |
---|
1259 | <tabstop>check_O</tabstop> |
---|
1260 | <tabstop>check_x</tabstop> |
---|
1261 | <tabstop>check_Z</tabstop> |
---|
1262 | <tabstop>line_m</tabstop> |
---|
1263 | <tabstop>line_M</tabstop> |
---|
1264 | <tabstop>line_D</tabstop> |
---|
1265 | <tabstop>line_s</tabstop> |
---|
1266 | <tabstop>line_w</tabstop> |
---|
1267 | <tabstop>line_user</tabstop> |
---|
1268 | <tabstop>line_PE_atmos</tabstop> |
---|
1269 | <tabstop>line_PE_ocean</tabstop> |
---|
1270 | </tabstops> |
---|
1271 | <resources/> |
---|
1272 | <connections> |
---|
1273 | <connection> |
---|
1274 | <sender>button_exit</sender> |
---|
1275 | <signal>clicked()</signal> |
---|
1276 | <receiver>MainWindow</receiver> |
---|
1277 | <slot>close()</slot> |
---|
1278 | <hints> |
---|
1279 | <hint type="sourcelabel"> |
---|
1280 | <x>160</x> |
---|
1281 | <y>652</y> |
---|
1282 | </hint> |
---|
1283 | <hint type="destinationlabel"> |
---|
1284 | <x>16</x> |
---|
1285 | <y>19</y> |
---|
1286 | </hint> |
---|
1287 | </hints> |
---|
1288 | </connection> |
---|
1289 | <connection> |
---|
1290 | <sender>button_start</sender> |
---|
1291 | <signal>clicked()</signal> |
---|
1292 | <receiver>MainWindow</receiver> |
---|
1293 | <slot>startpalmrun()</slot> |
---|
1294 | <hints> |
---|
1295 | <hint type="sourcelabel"> |
---|
1296 | <x>73</x> |
---|
1297 | <y>652</y> |
---|
1298 | </hint> |
---|
1299 | <hint type="destinationlabel"> |
---|
1300 | <x>14</x> |
---|
1301 | <y>63</y> |
---|
1302 | </hint> |
---|
1303 | </hints> |
---|
1304 | </connection> |
---|
1305 | <connection> |
---|
1306 | <sender>drop_job</sender> |
---|
1307 | <signal>activated(QString)</signal> |
---|
1308 | <receiver>MainWindow</receiver> |
---|
1309 | <slot>enable_coupled()</slot> |
---|
1310 | <hints> |
---|
1311 | <hint type="sourcelabel"> |
---|
1312 | <x>226</x> |
---|
1313 | <y>361</y> |
---|
1314 | </hint> |
---|
1315 | <hint type="destinationlabel"> |
---|
1316 | <x>261</x> |
---|
1317 | <y>0</y> |
---|
1318 | </hint> |
---|
1319 | </hints> |
---|
1320 | </connection> |
---|
1321 | <connection> |
---|
1322 | <sender>pushButton</sender> |
---|
1323 | <signal>clicked()</signal> |
---|
1324 | <receiver>MainWindow</receiver> |
---|
1325 | <slot>choosejob()</slot> |
---|
1326 | <hints> |
---|
1327 | <hint type="sourcelabel"> |
---|
1328 | <x>57</x> |
---|
1329 | <y>120</y> |
---|
1330 | </hint> |
---|
1331 | <hint type="destinationlabel"> |
---|
1332 | <x>535</x> |
---|
1333 | <y>0</y> |
---|
1334 | </hint> |
---|
1335 | </hints> |
---|
1336 | </connection> |
---|
1337 | <connection> |
---|
1338 | <sender>list_jobname</sender> |
---|
1339 | <signal>itemActivated(QListWidgetItem*)</signal> |
---|
1340 | <receiver>MainWindow</receiver> |
---|
1341 | <slot>choosejob_list()</slot> |
---|
1342 | <hints> |
---|
1343 | <hint type="sourcelabel"> |
---|
1344 | <x>313</x> |
---|
1345 | <y>178</y> |
---|
1346 | </hint> |
---|
1347 | <hint type="destinationlabel"> |
---|
1348 | <x>430</x> |
---|
1349 | <y>0</y> |
---|
1350 | </hint> |
---|
1351 | </hints> |
---|
1352 | </connection> |
---|
1353 | <connection> |
---|
1354 | <sender>drop_job</sender> |
---|
1355 | <signal>currentIndexChanged(QString)</signal> |
---|
1356 | <receiver>MainWindow</receiver> |
---|
1357 | <slot>change_rc_list()</slot> |
---|
1358 | <hints> |
---|
1359 | <hint type="sourcelabel"> |
---|
1360 | <x>264</x> |
---|
1361 | <y>361</y> |
---|
1362 | </hint> |
---|
1363 | <hint type="destinationlabel"> |
---|
1364 | <x>334</x> |
---|
1365 | <y>356</y> |
---|
1366 | </hint> |
---|
1367 | </hints> |
---|
1368 | </connection> |
---|
1369 | <connection> |
---|
1370 | <sender>check_restarts</sender> |
---|
1371 | <signal>stateChanged(int)</signal> |
---|
1372 | <receiver>MainWindow</receiver> |
---|
1373 | <slot>change_rc_list()</slot> |
---|
1374 | <hints> |
---|
1375 | <hint type="sourcelabel"> |
---|
1376 | <x>76</x> |
---|
1377 | <y>527</y> |
---|
1378 | </hint> |
---|
1379 | <hint type="destinationlabel"> |
---|
1380 | <x>1</x> |
---|
1381 | <y>530</y> |
---|
1382 | </hint> |
---|
1383 | </hints> |
---|
1384 | </connection> |
---|
1385 | <connection> |
---|
1386 | <sender>check_delete_tmp_files</sender> |
---|
1387 | <signal>stateChanged(int)</signal> |
---|
1388 | <receiver>MainWindow</receiver> |
---|
1389 | <slot>check_flags()</slot> |
---|
1390 | <hints> |
---|
1391 | <hint type="sourcelabel"> |
---|
1392 | <x>80</x> |
---|
1393 | <y>547</y> |
---|
1394 | </hint> |
---|
1395 | <hint type="destinationlabel"> |
---|
1396 | <x>3</x> |
---|
1397 | <y>562</y> |
---|
1398 | </hint> |
---|
1399 | </hints> |
---|
1400 | </connection> |
---|
1401 | <connection> |
---|
1402 | <sender>check_verbose</sender> |
---|
1403 | <signal>stateChanged(int)</signal> |
---|
1404 | <receiver>MainWindow</receiver> |
---|
1405 | <slot>check_flags()</slot> |
---|
1406 | <hints> |
---|
1407 | <hint type="sourcelabel"> |
---|
1408 | <x>61</x> |
---|
1409 | <y>567</y> |
---|
1410 | </hint> |
---|
1411 | <hint type="destinationlabel"> |
---|
1412 | <x>5</x> |
---|
1413 | <y>623</y> |
---|
1414 | </hint> |
---|
1415 | </hints> |
---|
1416 | </connection> |
---|
1417 | <connection> |
---|
1418 | <sender>check_b</sender> |
---|
1419 | <signal>stateChanged(int)</signal> |
---|
1420 | <receiver>MainWindow</receiver> |
---|
1421 | <slot>check_flags()</slot> |
---|
1422 | <hints> |
---|
1423 | <hint type="sourcelabel"> |
---|
1424 | <x>434</x> |
---|
1425 | <y>139</y> |
---|
1426 | </hint> |
---|
1427 | <hint type="destinationlabel"> |
---|
1428 | <x>599</x> |
---|
1429 | <y>67</y> |
---|
1430 | </hint> |
---|
1431 | </hints> |
---|
1432 | </connection> |
---|
1433 | <connection> |
---|
1434 | <sender>check_F</sender> |
---|
1435 | <signal>stateChanged(int)</signal> |
---|
1436 | <receiver>MainWindow</receiver> |
---|
1437 | <slot>check_flags()</slot> |
---|
1438 | <hints> |
---|
1439 | <hint type="sourcelabel"> |
---|
1440 | <x>434</x> |
---|
1441 | <y>164</y> |
---|
1442 | </hint> |
---|
1443 | <hint type="destinationlabel"> |
---|
1444 | <x>599</x> |
---|
1445 | <y>103</y> |
---|
1446 | </hint> |
---|
1447 | </hints> |
---|
1448 | </connection> |
---|
1449 | <connection> |
---|
1450 | <sender>check_I</sender> |
---|
1451 | <signal>stateChanged(int)</signal> |
---|
1452 | <receiver>MainWindow</receiver> |
---|
1453 | <slot>check_flags()</slot> |
---|
1454 | <hints> |
---|
1455 | <hint type="sourcelabel"> |
---|
1456 | <x>454</x> |
---|
1457 | <y>189</y> |
---|
1458 | </hint> |
---|
1459 | <hint type="destinationlabel"> |
---|
1460 | <x>599</x> |
---|
1461 | <y>129</y> |
---|
1462 | </hint> |
---|
1463 | </hints> |
---|
1464 | </connection> |
---|
1465 | <connection> |
---|
1466 | <sender>check_k</sender> |
---|
1467 | <signal>stateChanged(int)</signal> |
---|
1468 | <receiver>MainWindow</receiver> |
---|
1469 | <slot>check_flags()</slot> |
---|
1470 | <hints> |
---|
1471 | <hint type="sourcelabel"> |
---|
1472 | <x>434</x> |
---|
1473 | <y>214</y> |
---|
1474 | </hint> |
---|
1475 | <hint type="destinationlabel"> |
---|
1476 | <x>599</x> |
---|
1477 | <y>158</y> |
---|
1478 | </hint> |
---|
1479 | </hints> |
---|
1480 | </connection> |
---|
1481 | <connection> |
---|
1482 | <sender>check_O</sender> |
---|
1483 | <signal>stateChanged(int)</signal> |
---|
1484 | <receiver>MainWindow</receiver> |
---|
1485 | <slot>check_flags()</slot> |
---|
1486 | <hints> |
---|
1487 | <hint type="sourcelabel"> |
---|
1488 | <x>434</x> |
---|
1489 | <y>239</y> |
---|
1490 | </hint> |
---|
1491 | <hint type="destinationlabel"> |
---|
1492 | <x>599</x> |
---|
1493 | <y>188</y> |
---|
1494 | </hint> |
---|
1495 | </hints> |
---|
1496 | </connection> |
---|
1497 | <connection> |
---|
1498 | <sender>check_x</sender> |
---|
1499 | <signal>stateChanged(int)</signal> |
---|
1500 | <receiver>MainWindow</receiver> |
---|
1501 | <slot>check_flags()</slot> |
---|
1502 | <hints> |
---|
1503 | <hint type="sourcelabel"> |
---|
1504 | <x>434</x> |
---|
1505 | <y>282</y> |
---|
1506 | </hint> |
---|
1507 | <hint type="destinationlabel"> |
---|
1508 | <x>599</x> |
---|
1509 | <y>255</y> |
---|
1510 | </hint> |
---|
1511 | </hints> |
---|
1512 | </connection> |
---|
1513 | <connection> |
---|
1514 | <sender>line_host</sender> |
---|
1515 | <signal>textEdited(QString)</signal> |
---|
1516 | <receiver>MainWindow</receiver> |
---|
1517 | <slot>change_lineinput()</slot> |
---|
1518 | <hints> |
---|
1519 | <hint type="sourcelabel"> |
---|
1520 | <x>127</x> |
---|
1521 | <y>434</y> |
---|
1522 | </hint> |
---|
1523 | <hint type="destinationlabel"> |
---|
1524 | <x>26</x> |
---|
1525 | <y>362</y> |
---|
1526 | </hint> |
---|
1527 | </hints> |
---|
1528 | </connection> |
---|
1529 | <connection> |
---|
1530 | <sender>line_pe</sender> |
---|
1531 | <signal>textEdited(QString)</signal> |
---|
1532 | <receiver>MainWindow</receiver> |
---|
1533 | <slot>change_lineinput()</slot> |
---|
1534 | <hints> |
---|
1535 | <hint type="sourcelabel"> |
---|
1536 | <x>124</x> |
---|
1537 | <y>459</y> |
---|
1538 | </hint> |
---|
1539 | <hint type="destinationlabel"> |
---|
1540 | <x>5</x> |
---|
1541 | <y>440</y> |
---|
1542 | </hint> |
---|
1543 | </hints> |
---|
1544 | </connection> |
---|
1545 | <connection> |
---|
1546 | <sender>line_time</sender> |
---|
1547 | <signal>textEdited(QString)</signal> |
---|
1548 | <receiver>MainWindow</receiver> |
---|
1549 | <slot>change_lineinput()</slot> |
---|
1550 | <hints> |
---|
1551 | <hint type="sourcelabel"> |
---|
1552 | <x>187</x> |
---|
1553 | <y>484</y> |
---|
1554 | </hint> |
---|
1555 | <hint type="destinationlabel"> |
---|
1556 | <x>4</x> |
---|
1557 | <y>480</y> |
---|
1558 | </hint> |
---|
1559 | </hints> |
---|
1560 | </connection> |
---|
1561 | <connection> |
---|
1562 | <sender>line_q</sender> |
---|
1563 | <signal>textEdited(QString)</signal> |
---|
1564 | <receiver>MainWindow</receiver> |
---|
1565 | <slot>change_lineinput()</slot> |
---|
1566 | <hints> |
---|
1567 | <hint type="sourcelabel"> |
---|
1568 | <x>346</x> |
---|
1569 | <y>435</y> |
---|
1570 | </hint> |
---|
1571 | <hint type="destinationlabel"> |
---|
1572 | <x>507</x> |
---|
1573 | <y>387</y> |
---|
1574 | </hint> |
---|
1575 | </hints> |
---|
1576 | </connection> |
---|
1577 | <connection> |
---|
1578 | <sender>line_account</sender> |
---|
1579 | <signal>textEdited(QString)</signal> |
---|
1580 | <receiver>MainWindow</receiver> |
---|
1581 | <slot>change_lineinput()</slot> |
---|
1582 | <hints> |
---|
1583 | <hint type="sourcelabel"> |
---|
1584 | <x>369</x> |
---|
1585 | <y>484</y> |
---|
1586 | </hint> |
---|
1587 | <hint type="destinationlabel"> |
---|
1588 | <x>506</x> |
---|
1589 | <y>416</y> |
---|
1590 | </hint> |
---|
1591 | </hints> |
---|
1592 | </connection> |
---|
1593 | <connection> |
---|
1594 | <sender>line_tpn</sender> |
---|
1595 | <signal>textEdited(QString)</signal> |
---|
1596 | <receiver>MainWindow</receiver> |
---|
1597 | <slot>change_lineinput()</slot> |
---|
1598 | <hints> |
---|
1599 | <hint type="sourcelabel"> |
---|
1600 | <x>344</x> |
---|
1601 | <y>460</y> |
---|
1602 | </hint> |
---|
1603 | <hint type="destinationlabel"> |
---|
1604 | <x>505</x> |
---|
1605 | <y>447</y> |
---|
1606 | </hint> |
---|
1607 | </hints> |
---|
1608 | </connection> |
---|
1609 | <connection> |
---|
1610 | <sender>line_m</sender> |
---|
1611 | <signal>textEdited(QString)</signal> |
---|
1612 | <receiver>MainWindow</receiver> |
---|
1613 | <slot>change_lineinput()</slot> |
---|
1614 | <hints> |
---|
1615 | <hint type="sourcelabel"> |
---|
1616 | <x>304</x> |
---|
1617 | <y>330</y> |
---|
1618 | </hint> |
---|
1619 | <hint type="destinationlabel"> |
---|
1620 | <x>599</x> |
---|
1621 | <y>328</y> |
---|
1622 | </hint> |
---|
1623 | </hints> |
---|
1624 | </connection> |
---|
1625 | <connection> |
---|
1626 | <sender>line_D</sender> |
---|
1627 | <signal>textEdited(QString)</signal> |
---|
1628 | <receiver>MainWindow</receiver> |
---|
1629 | <slot>change_lineinput()</slot> |
---|
1630 | <hints> |
---|
1631 | <hint type="sourcelabel"> |
---|
1632 | <x>414</x> |
---|
1633 | <y>380</y> |
---|
1634 | </hint> |
---|
1635 | <hint type="destinationlabel"> |
---|
1636 | <x>599</x> |
---|
1637 | <y>396</y> |
---|
1638 | </hint> |
---|
1639 | </hints> |
---|
1640 | </connection> |
---|
1641 | <connection> |
---|
1642 | <sender>line_s</sender> |
---|
1643 | <signal>textEdited(QString)</signal> |
---|
1644 | <receiver>MainWindow</receiver> |
---|
1645 | <slot>change_lineinput()</slot> |
---|
1646 | <hints> |
---|
1647 | <hint type="sourcelabel"> |
---|
1648 | <x>414</x> |
---|
1649 | <y>405</y> |
---|
1650 | </hint> |
---|
1651 | <hint type="destinationlabel"> |
---|
1652 | <x>599</x> |
---|
1653 | <y>522</y> |
---|
1654 | </hint> |
---|
1655 | </hints> |
---|
1656 | </connection> |
---|
1657 | <connection> |
---|
1658 | <sender>line_w</sender> |
---|
1659 | <signal>textEdited(QString)</signal> |
---|
1660 | <receiver>MainWindow</receiver> |
---|
1661 | <slot>change_lineinput()</slot> |
---|
1662 | <hints> |
---|
1663 | <hint type="sourcelabel"> |
---|
1664 | <x>414</x> |
---|
1665 | <y>446</y> |
---|
1666 | </hint> |
---|
1667 | <hint type="destinationlabel"> |
---|
1668 | <x>599</x> |
---|
1669 | <y>612</y> |
---|
1670 | </hint> |
---|
1671 | </hints> |
---|
1672 | </connection> |
---|
1673 | <connection> |
---|
1674 | <sender>line_user</sender> |
---|
1675 | <signal>textChanged(QString)</signal> |
---|
1676 | <receiver>MainWindow</receiver> |
---|
1677 | <slot>change_lineinput()</slot> |
---|
1678 | <hints> |
---|
1679 | <hint type="sourcelabel"> |
---|
1680 | <x>414</x> |
---|
1681 | <y>479</y> |
---|
1682 | </hint> |
---|
1683 | <hint type="destinationlabel"> |
---|
1684 | <x>599</x> |
---|
1685 | <y>650</y> |
---|
1686 | </hint> |
---|
1687 | </hints> |
---|
1688 | </connection> |
---|
1689 | <connection> |
---|
1690 | <sender>button_clear</sender> |
---|
1691 | <signal>clicked()</signal> |
---|
1692 | <receiver>MainWindow</receiver> |
---|
1693 | <slot>reset_window()</slot> |
---|
1694 | <hints> |
---|
1695 | <hint type="sourcelabel"> |
---|
1696 | <x>299</x> |
---|
1697 | <y>654</y> |
---|
1698 | </hint> |
---|
1699 | <hint type="destinationlabel"> |
---|
1700 | <x>599</x> |
---|
1701 | <y>689</y> |
---|
1702 | </hint> |
---|
1703 | </hints> |
---|
1704 | </connection> |
---|
1705 | <connection> |
---|
1706 | <sender>line_M</sender> |
---|
1707 | <signal>textChanged(QString)</signal> |
---|
1708 | <receiver>MainWindow</receiver> |
---|
1709 | <slot>change_lineinput()</slot> |
---|
1710 | <hints> |
---|
1711 | <hint type="sourcelabel"> |
---|
1712 | <x>414</x> |
---|
1713 | <y>355</y> |
---|
1714 | </hint> |
---|
1715 | <hint type="destinationlabel"> |
---|
1716 | <x>599</x> |
---|
1717 | <y>287</y> |
---|
1718 | </hint> |
---|
1719 | </hints> |
---|
1720 | </connection> |
---|
1721 | <connection> |
---|
1722 | <sender>action_quit</sender> |
---|
1723 | <signal>triggered()</signal> |
---|
1724 | <receiver>MainWindow</receiver> |
---|
1725 | <slot>close()</slot> |
---|
1726 | <hints> |
---|
1727 | <hint type="sourcelabel"> |
---|
1728 | <x>-1</x> |
---|
1729 | <y>-1</y> |
---|
1730 | </hint> |
---|
1731 | <hint type="destinationlabel"> |
---|
1732 | <x>479</x> |
---|
1733 | <y>366</y> |
---|
1734 | </hint> |
---|
1735 | </hints> |
---|
1736 | </connection> |
---|
1737 | <connection> |
---|
1738 | <sender>action_save</sender> |
---|
1739 | <signal>triggered()</signal> |
---|
1740 | <receiver>MainWindow</receiver> |
---|
1741 | <slot>save_to_file()</slot> |
---|
1742 | <hints> |
---|
1743 | <hint type="sourcelabel"> |
---|
1744 | <x>-1</x> |
---|
1745 | <y>-1</y> |
---|
1746 | </hint> |
---|
1747 | <hint type="destinationlabel"> |
---|
1748 | <x>479</x> |
---|
1749 | <y>366</y> |
---|
1750 | </hint> |
---|
1751 | </hints> |
---|
1752 | </connection> |
---|
1753 | <connection> |
---|
1754 | <sender>action_last</sender> |
---|
1755 | <signal>triggered()</signal> |
---|
1756 | <receiver>MainWindow</receiver> |
---|
1757 | <slot>open_last()</slot> |
---|
1758 | <hints> |
---|
1759 | <hint type="sourcelabel"> |
---|
1760 | <x>-1</x> |
---|
1761 | <y>-1</y> |
---|
1762 | </hint> |
---|
1763 | <hint type="destinationlabel"> |
---|
1764 | <x>479</x> |
---|
1765 | <y>366</y> |
---|
1766 | </hint> |
---|
1767 | </hints> |
---|
1768 | </connection> |
---|
1769 | <connection> |
---|
1770 | <sender>action_open</sender> |
---|
1771 | <signal>triggered()</signal> |
---|
1772 | <receiver>MainWindow</receiver> |
---|
1773 | <slot>open_from_file()</slot> |
---|
1774 | <hints> |
---|
1775 | <hint type="sourcelabel"> |
---|
1776 | <x>-1</x> |
---|
1777 | <y>-1</y> |
---|
1778 | </hint> |
---|
1779 | <hint type="destinationlabel"> |
---|
1780 | <x>479</x> |
---|
1781 | <y>366</y> |
---|
1782 | </hint> |
---|
1783 | </hints> |
---|
1784 | </connection> |
---|
1785 | <connection> |
---|
1786 | <sender>action_help</sender> |
---|
1787 | <signal>triggered()</signal> |
---|
1788 | <receiver>MainWindow</receiver> |
---|
1789 | <slot>help()</slot> |
---|
1790 | <hints> |
---|
1791 | <hint type="sourcelabel"> |
---|
1792 | <x>-1</x> |
---|
1793 | <y>-1</y> |
---|
1794 | </hint> |
---|
1795 | <hint type="destinationlabel"> |
---|
1796 | <x>479</x> |
---|
1797 | <y>366</y> |
---|
1798 | </hint> |
---|
1799 | </hints> |
---|
1800 | </connection> |
---|
1801 | <connection> |
---|
1802 | <sender>action_about</sender> |
---|
1803 | <signal>triggered()</signal> |
---|
1804 | <receiver>MainWindow</receiver> |
---|
1805 | <slot>about_gui()</slot> |
---|
1806 | <hints> |
---|
1807 | <hint type="sourcelabel"> |
---|
1808 | <x>-1</x> |
---|
1809 | <y>-1</y> |
---|
1810 | </hint> |
---|
1811 | <hint type="destinationlabel"> |
---|
1812 | <x>479</x> |
---|
1813 | <y>366</y> |
---|
1814 | </hint> |
---|
1815 | </hints> |
---|
1816 | </connection> |
---|
1817 | <connection> |
---|
1818 | <sender>action_default</sender> |
---|
1819 | <signal>triggered()</signal> |
---|
1820 | <receiver>MainWindow</receiver> |
---|
1821 | <slot>save_default()</slot> |
---|
1822 | <hints> |
---|
1823 | <hint type="sourcelabel"> |
---|
1824 | <x>-1</x> |
---|
1825 | <y>-1</y> |
---|
1826 | </hint> |
---|
1827 | <hint type="destinationlabel"> |
---|
1828 | <x>479</x> |
---|
1829 | <y>366</y> |
---|
1830 | </hint> |
---|
1831 | </hints> |
---|
1832 | </connection> |
---|
1833 | <connection> |
---|
1834 | <sender>line_jobname</sender> |
---|
1835 | <signal>textChanged(QString)</signal> |
---|
1836 | <receiver>MainWindow</receiver> |
---|
1837 | <slot>change_lineinput()</slot> |
---|
1838 | <hints> |
---|
1839 | <hint type="sourcelabel"> |
---|
1840 | <x>179</x> |
---|
1841 | <y>121</y> |
---|
1842 | </hint> |
---|
1843 | <hint type="destinationlabel"> |
---|
1844 | <x>4</x> |
---|
1845 | <y>122</y> |
---|
1846 | </hint> |
---|
1847 | </hints> |
---|
1848 | </connection> |
---|
1849 | <connection> |
---|
1850 | <sender>check_Z</sender> |
---|
1851 | <signal>stateChanged(int)</signal> |
---|
1852 | <receiver>MainWindow</receiver> |
---|
1853 | <slot>check_flags()</slot> |
---|
1854 | <hints> |
---|
1855 | <hint type="sourcelabel"> |
---|
1856 | <x>434</x> |
---|
1857 | <y>307</y> |
---|
1858 | </hint> |
---|
1859 | <hint type="destinationlabel"> |
---|
1860 | <x>458</x> |
---|
1861 | <y>344</y> |
---|
1862 | </hint> |
---|
1863 | </hints> |
---|
1864 | </connection> |
---|
1865 | <connection> |
---|
1866 | <sender>check_cycfill</sender> |
---|
1867 | <signal>stateChanged(int)</signal> |
---|
1868 | <receiver>MainWindow</receiver> |
---|
1869 | <slot>change_rc_list()</slot> |
---|
1870 | <hints> |
---|
1871 | <hint type="sourcelabel"> |
---|
1872 | <x>274</x> |
---|
1873 | <y>585</y> |
---|
1874 | </hint> |
---|
1875 | <hint type="destinationlabel"> |
---|
1876 | <x>4</x> |
---|
1877 | <y>510</y> |
---|
1878 | </hint> |
---|
1879 | </hints> |
---|
1880 | </connection> |
---|
1881 | <connection> |
---|
1882 | <sender>action_start_jobmanager</sender> |
---|
1883 | <signal>triggered()</signal> |
---|
1884 | <receiver>MainWindow</receiver> |
---|
1885 | <slot>start_jobmanager()</slot> |
---|
1886 | <hints> |
---|
1887 | <hint type="sourcelabel"> |
---|
1888 | <x>-1</x> |
---|
1889 | <y>-1</y> |
---|
1890 | </hint> |
---|
1891 | <hint type="destinationlabel"> |
---|
1892 | <x>458</x> |
---|
1893 | <y>344</y> |
---|
1894 | </hint> |
---|
1895 | </hints> |
---|
1896 | </connection> |
---|
1897 | <connection> |
---|
1898 | <sender>action_start_watchdog</sender> |
---|
1899 | <signal>triggered()</signal> |
---|
1900 | <receiver>MainWindow</receiver> |
---|
1901 | <slot>start_watchdog()</slot> |
---|
1902 | <hints> |
---|
1903 | <hint type="sourcelabel"> |
---|
1904 | <x>-1</x> |
---|
1905 | <y>-1</y> |
---|
1906 | </hint> |
---|
1907 | <hint type="destinationlabel"> |
---|
1908 | <x>458</x> |
---|
1909 | <y>344</y> |
---|
1910 | </hint> |
---|
1911 | </hints> |
---|
1912 | </connection> |
---|
1913 | <connection> |
---|
1914 | <sender>check_svf</sender> |
---|
1915 | <signal>stateChanged(int)</signal> |
---|
1916 | <receiver>MainWindow</receiver> |
---|
1917 | <slot>change_rc_list()</slot> |
---|
1918 | <hints> |
---|
1919 | <hint type="sourcelabel"> |
---|
1920 | <x>172</x> |
---|
1921 | <y>593</y> |
---|
1922 | </hint> |
---|
1923 | <hint type="destinationlabel"> |
---|
1924 | <x>596</x> |
---|
1925 | <y>494</y> |
---|
1926 | </hint> |
---|
1927 | </hints> |
---|
1928 | </connection> |
---|
1929 | </connections> |
---|
1930 | <slots> |
---|
1931 | <slot>startpalmrun()</slot> |
---|
1932 | <slot>enable_advanced()</slot> |
---|
1933 | <slot>enable_coupled()</slot> |
---|
1934 | <slot>choosejob()</slot> |
---|
1935 | <slot>choosejob_list()</slot> |
---|
1936 | <slot>change_rc_list()</slot> |
---|
1937 | <slot>check_flags()</slot> |
---|
1938 | <slot>change_lineinput()</slot> |
---|
1939 | <slot>reset_window()</slot> |
---|
1940 | <slot>save_to_file()</slot> |
---|
1941 | <slot>open_from_file()</slot> |
---|
1942 | <slot>open_last()</slot> |
---|
1943 | <slot>about()</slot> |
---|
1944 | <slot>about_gui()</slot> |
---|
1945 | <slot>save_default()</slot> |
---|
1946 | <slot>help()</slot> |
---|
1947 | <slot>start_watchdog()</slot> |
---|
1948 | <slot>start_jobmanager()</slot> |
---|
1949 | </slots> |
---|
1950 | </ui> |
---|