source: palm/trunk/UTIL/mrungui/mainwindow.ui @ 1724

Last change on this file since 1724 was 1723, checked in by boeske, 8 years ago

Added checkbox for cyclic fill flag in mrungui

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