source: palm/trunk/SCRIPTS/palmrungui_files/mainwindow.ui @ 4670

Last change on this file since 4670 was 4670, checked in by maronga, 4 years ago

ported palmrungui to pyqt5; several minor bugfixes in palmrungui

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