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

Last change on this file since 859 was 859, checked in by maronga, 12 years ago

enabled editing of the bottom preview command line in mrungui

File size: 55.4 KB
RevLine 
[793]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>
[818]48      <y>595</y>
[793]49      <width>901</width>
[818]50      <height>61</height>
[793]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>
[818]92       <y>35</y>
[793]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">
[859]107      <bool>false</bool>
[793]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>
[818]402      <y>320</y>
[793]403      <width>491</width>
[818]404      <height>271</height>
[793]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>
[818]692       <y>155</y>
[793]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>
[818]705       <y>170</y>
[793]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>
[818]718       <y>195</y>
[793]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>
[818]779       <y>220</y>
[793]780       <width>261</width>
781       <height>23</height>
782      </rect>
783     </property>
784     <property name="text">
[818]785      <string>No prompt on confirmation (silent)</string>
[793]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>
[818]795       <y>170</y>
[793]796       <width>241</width>
[809]797       <height>21</height>
[793]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>
[818]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>
[793]823   </widget>
824   <widget class="QGroupBox" name="group_advanced">
825    <property name="enabled">
826     <bool>false</bool>
827    </property>
828    <property name="geometry">
829     <rect>
830      <x>510</x>
831      <y>30</y>
832      <width>401</width>
833      <height>556</height>
834     </rect>
835    </property>
836    <property name="title">
837     <string>Advanced settings</string>
838    </property>
839    <widget class="QCheckBox" name="check_x">
840     <property name="geometry">
841      <rect>
842       <x>10</x>
843       <y>200</y>
844       <width>421</width>
845       <height>23</height>
846      </rect>
847     </property>
848     <property name="text">
849      <string>-x  (tracing of mrun for debug purposes)</string>
850     </property>
851    </widget>
852    <widget class="QCheckBox" name="check_S">
853     <property name="geometry">
854      <rect>
855       <x>10</x>
856       <y>175</y>
857       <width>421</width>
858       <height>23</height>
859      </rect>
860     </property>
861     <property name="text">
862      <string>-S  (config file interpreted by shellscript)</string>
863     </property>
864    </widget>
865    <widget class="QCheckBox" name="check_O">
866     <property name="geometry">
867      <rect>
868       <x>10</x>
869       <y>150</y>
870       <width>421</width>
871       <height>23</height>
872      </rect>
873     </property>
874     <property name="text">
875      <string>-O  (use OpenMP)</string>
876     </property>
877    </widget>
878    <widget class="QCheckBox" name="check_k">
879     <property name="geometry">
880      <rect>
881       <x>10</x>
882       <y>125</y>
883       <width>421</width>
884       <height>23</height>
885      </rect>
886     </property>
887     <property name="text">
888      <string>-k  (keep data from previous run)</string>
889     </property>
890    </widget>
891    <widget class="QCheckBox" name="check_I">
892     <property name="geometry">
893      <rect>
894       <x>10</x>
895       <y>100</y>
896       <width>421</width>
897       <height>23</height>
898      </rect>
899     </property>
900     <property name="text">
901      <string>-I  (archiving errors of previous batch-jobs will be ignored)</string>
902     </property>
903    </widget>
904    <widget class="QCheckBox" name="check_F">
905     <property name="geometry">
906      <rect>
907       <x>10</x>
908       <y>75</y>
909       <width>421</width>
910       <height>23</height>
911      </rect>
912     </property>
913     <property name="text">
914      <string>-F (create remote job file only)</string>
915     </property>
916    </widget>
917    <widget class="QCheckBox" name="check_b">
918     <property name="geometry">
919      <rect>
920       <x>10</x>
921       <y>50</y>
922       <width>421</width>
923       <height>23</height>
924      </rect>
925     </property>
926     <property name="text">
927      <string>-b  (batch-job on local machine)</string>
928     </property>
929    </widget>
930    <widget class="QCheckBox" name="check_A">
931     <property name="geometry">
932      <rect>
933       <x>10</x>
934       <y>25</y>
935       <width>421</width>
936       <height>23</height>
937      </rect>
938     </property>
939     <property name="text">
[807]940      <string>-A  (archiving when using file-attribute fl)</string>
[793]941     </property>
942    </widget>
943    <widget class="QComboBox" name="combo_n">
944     <property name="geometry">
945      <rect>
946       <x>280</x>
947       <y>235</y>
948       <width>111</width>
949       <height>25</height>
950      </rect>
951     </property>
952     <item>
953      <property name="text">
954       <string>default</string>
955      </property>
956     </item>
957     <item>
958      <property name="text">
959       <string>shared</string>
960      </property>
961     </item>
962     <item>
963      <property name="text">
964       <string>non_shared</string>
965      </property>
966     </item>
967    </widget>
968    <widget class="QLineEdit" name="line_D">
969     <property name="geometry">
970      <rect>
971       <x>200</x>
972       <y>315</y>
973       <width>191</width>
974       <height>25</height>
975      </rect>
976     </property>
977     <property name="text">
978      <string/>
979     </property>
980    </widget>
981    <widget class="QLineEdit" name="line_a">
982     <property name="geometry">
983      <rect>
984       <x>200</x>
985       <y>290</y>
986       <width>191</width>
987       <height>25</height>
988      </rect>
989     </property>
990     <property name="text">
991      <string/>
992     </property>
993    </widget>
994    <widget class="QLabel" name="label_14">
995     <property name="geometry">
996      <rect>
997       <x>60</x>
998       <y>460</y>
999       <width>131</width>
1000       <height>16</height>
1001      </rect>
1002     </property>
1003     <property name="text">
1004      <string>OUTPUT control list:</string>
1005     </property>
1006     <property name="alignment">
1007      <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
1008     </property>
1009    </widget>
1010    <widget class="Line" name="line_2">
1011     <property name="geometry">
1012      <rect>
1013       <x>10</x>
1014       <y>220</y>
1015       <width>381</width>
1016       <height>16</height>
1017      </rect>
1018     </property>
1019     <property name="orientation">
1020      <enum>Qt::Horizontal</enum>
1021     </property>
1022    </widget>
1023    <widget class="QLabel" name="label_16">
1024     <property name="geometry">
1025      <rect>
1026       <x>100</x>
1027       <y>240</y>
1028       <width>91</width>
1029       <height>15</height>
1030      </rect>
1031     </property>
1032     <property name="text">
1033      <string>Memory (MB):</string>
1034     </property>
1035     <property name="alignment">
1036      <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
1037     </property>
1038    </widget>
1039    <widget class="QLineEdit" name="line_m">
1040     <property name="geometry">
1041      <rect>
1042       <x>200</x>
1043       <y>235</y>
1044       <width>71</width>
1045       <height>25</height>
1046      </rect>
1047     </property>
1048    </widget>
1049    <widget class="QLabel" name="label_13">
1050     <property name="geometry">
1051      <rect>
1052       <x>30</x>
1053       <y>295</y>
1054       <width>161</width>
1055       <height>16</height>
1056      </rect>
1057     </property>
1058     <property name="text">
1059      <string>Base name of input files:</string>
1060     </property>
1061     <property name="alignment">
1062      <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
1063     </property>
1064    </widget>
1065    <widget class="QLabel" name="label_18">
1066     <property name="geometry">
1067      <rect>
1068       <x>10</x>
1069       <y>320</y>
1070       <width>181</width>
1071       <height>16</height>
1072      </rect>
1073     </property>
1074     <property name="text">
1075      <string>Preprocessor directives (cpp):</string>
1076     </property>
1077     <property name="alignment">
1078      <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
1079     </property>
1080    </widget>
1081    <widget class="QLabel" name="label_8">
1082     <property name="geometry">
1083      <rect>
1084       <x>20</x>
1085       <y>345</y>
1086       <width>171</width>
1087       <height>16</height>
1088      </rect>
1089     </property>
1090     <property name="text">
1091      <string>Configuration file:</string>
1092     </property>
1093     <property name="alignment">
1094      <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
1095     </property>
1096    </widget>
1097    <widget class="QLineEdit" name="line_c">
1098     <property name="geometry">
1099      <rect>
1100       <x>200</x>
1101       <y>340</y>
1102       <width>191</width>
1103       <height>25</height>
1104      </rect>
1105     </property>
1106     <property name="text">
1107      <string/>
1108     </property>
1109    </widget>
1110    <widget class="QLabel" name="label_9">
1111     <property name="geometry">
1112      <rect>
1113       <x>60</x>
1114       <y>370</y>
1115       <width>131</width>
1116       <height>16</height>
1117      </rect>
1118     </property>
1119     <property name="text">
1120      <string>Software package list:</string>
1121     </property>
1122     <property name="alignment">
1123      <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
1124     </property>
1125    </widget>
1126    <widget class="QLineEdit" name="line_p">
1127     <property name="geometry">
1128      <rect>
1129       <x>200</x>
1130       <y>365</y>
1131       <width>191</width>
1132       <height>25</height>
1133      </rect>
1134     </property>
1135     <property name="text">
1136      <string/>
1137     </property>
1138    </widget>
1139    <widget class="QLabel" name="label_19">
1140     <property name="geometry">
1141      <rect>
1142       <x>20</x>
1143       <y>395</y>
1144       <width>171</width>
1145       <height>31</height>
1146      </rect>
1147     </property>
1148     <property name="text">
1149      <string>Filenames of routines to be
1150 compiled:</string>
1151     </property>
1152     <property name="alignment">
1153      <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
1154     </property>
1155    </widget>
1156    <widget class="QLineEdit" name="line_s">
1157     <property name="geometry">
1158      <rect>
1159       <x>200</x>
1160       <y>405</y>
1161       <width>191</width>
1162       <height>25</height>
1163      </rect>
1164     </property>
1165     <property name="text">
1166      <string/>
1167     </property>
1168    </widget>
1169    <widget class="QLabel" name="label_15">
1170     <property name="geometry">
1171      <rect>
1172       <x>60</x>
1173       <y>435</y>
1174       <width>131</width>
1175       <height>16</height>
1176      </rect>
1177     </property>
1178     <property name="text">
1179      <string>INPUT control list:</string>
1180     </property>
1181     <property name="alignment">
1182      <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
1183     </property>
1184    </widget>
1185    <widget class="QLineEdit" name="line_i">
1186     <property name="geometry">
1187      <rect>
1188       <x>200</x>
1189       <y>430</y>
1190       <width>191</width>
1191       <height>25</height>
1192      </rect>
1193     </property>
1194     <property name="text">
1195      <string/>
1196     </property>
1197    </widget>
1198    <widget class="QLineEdit" name="line_o">
1199     <property name="geometry">
1200      <rect>
1201       <x>200</x>
1202       <y>455</y>
1203       <width>191</width>
1204       <height>25</height>
1205      </rect>
1206     </property>
1207     <property name="text">
1208      <string/>
1209     </property>
1210    </widget>
1211    <widget class="QLineEdit" name="line_w">
1212     <property name="geometry">
1213      <rect>
1214       <x>200</x>
1215       <y>480</y>
1216       <width>191</width>
1217       <height>25</height>
1218      </rect>
1219     </property>
1220     <property name="text">
1221      <string/>
1222     </property>
1223    </widget>
1224    <widget class="QLabel" name="label_17">
1225     <property name="geometry">
1226      <rect>
1227       <x>10</x>
1228       <y>485</y>
1229       <width>181</width>
1230       <height>16</height>
1231      </rect>
1232     </property>
1233     <property name="text">
1234      <string>Number of parallel I/O streams</string>
1235     </property>
1236     <property name="alignment">
1237      <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
1238     </property>
1239    </widget>
1240    <widget class="Line" name="line_3">
1241     <property name="geometry">
1242      <rect>
1243       <x>0</x>
1244       <y>505</y>
1245       <width>441</width>
1246       <height>16</height>
1247      </rect>
1248     </property>
1249     <property name="orientation">
1250      <enum>Qt::Horizontal</enum>
1251     </property>
1252    </widget>
1253    <widget class="QLineEdit" name="line_user">
1254     <property name="geometry">
1255      <rect>
1256       <x>200</x>
1257       <y>525</y>
1258       <width>191</width>
1259       <height>25</height>
1260      </rect>
1261     </property>
1262     <property name="text">
1263      <string/>
1264     </property>
1265    </widget>
1266    <widget class="QLabel" name="label_20">
1267     <property name="geometry">
1268      <rect>
1269       <x>10</x>
1270       <y>530</y>
1271       <width>181</width>
1272       <height>16</height>
1273      </rect>
1274     </property>
1275     <property name="text">
1276      <string>User parameters (no preview):</string>
1277     </property>
1278     <property name="alignment">
1279      <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
1280     </property>
1281    </widget>
1282    <widget class="QLabel" name="label_21">
1283     <property name="geometry">
1284      <rect>
1285       <x>30</x>
1286       <y>265</y>
1287       <width>161</width>
1288       <height>16</height>
1289      </rect>
1290     </property>
1291     <property name="text">
1292      <string>Makefile:</string>
1293     </property>
1294     <property name="alignment">
1295      <set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
1296     </property>
1297    </widget>
1298    <widget class="QLineEdit" name="line_M">
1299     <property name="geometry">
1300      <rect>
1301       <x>200</x>
1302       <y>260</y>
1303       <width>191</width>
1304       <height>25</height>
1305      </rect>
1306     </property>
1307     <property name="text">
1308      <string/>
1309     </property>
1310    </widget>
1311   </widget>
1312   <widget class="QCheckBox" name="check_advanced">
1313    <property name="enabled">
1314     <bool>false</bool>
1315    </property>
1316    <property name="geometry">
1317     <rect>
1318      <x>510</x>
1319      <y>5</y>
1320      <width>201</width>
1321      <height>23</height>
1322     </rect>
1323    </property>
1324    <property name="text">
1325     <string>Enable advanced settings</string>
1326    </property>
1327   </widget>
1328  </widget>
1329  <widget class="QToolBar" name="mainToolBar">
1330   <attribute name="toolBarArea">
1331    <enum>TopToolBarArea</enum>
1332   </attribute>
1333   <attribute name="toolBarBreak">
1334    <bool>false</bool>
1335   </attribute>
1336  </widget>
1337  <widget class="QMenuBar" name="menuBar">
1338   <property name="geometry">
1339    <rect>
1340     <x>0</x>
1341     <y>0</y>
1342     <width>917</width>
1343     <height>21</height>
1344    </rect>
1345   </property>
1346   <widget class="QMenu" name="menuStart">
1347    <property name="geometry">
1348     <rect>
1349      <x>2190</x>
1350      <y>99</y>
1351      <width>133</width>
1352      <height>182</height>
1353     </rect>
1354    </property>
1355    <property name="title">
1356     <string>Start</string>
1357    </property>
1358    <property name="separatorsCollapsible">
1359     <bool>false</bool>
1360    </property>
1361    <addaction name="action_open"/>
1362    <addaction name="separator"/>
1363    <addaction name="action_last"/>
1364    <addaction name="action_save"/>
1365    <addaction name="action_default"/>
1366    <addaction name="action_quit"/>
1367   </widget>
1368   <widget class="QMenu" name="menuHelp">
1369    <property name="title">
1370     <string>Help</string>
1371    </property>
1372    <addaction name="action_help"/>
1373    <addaction name="action_about"/>
1374   </widget>
1375   <addaction name="menuStart"/>
1376   <addaction name="menuHelp"/>
1377  </widget>
1378  <action name="action_open">
1379   <property name="text">
1380    <string>Open from File</string>
1381   </property>
1382  </action>
1383  <action name="action_save">
1384   <property name="enabled">
1385    <bool>false</bool>
1386   </property>
1387   <property name="text">
1388    <string>Save to File</string>
1389   </property>
1390  </action>
1391  <action name="action_last">
1392   <property name="text">
1393    <string>Load Last Job</string>
1394   </property>
1395  </action>
1396  <action name="action_quit">
1397   <property name="text">
1398    <string>Quit</string>
1399   </property>
1400  </action>
1401  <action name="action_help">
1402   <property name="text">
1403    <string>Help</string>
1404   </property>
1405  </action>
1406  <action name="action_about">
1407   <property name="text">
1408    <string>About MRUN gui</string>
1409   </property>
1410  </action>
1411  <action name="action_default">
1412   <property name="enabled">
1413    <bool>true</bool>
1414   </property>
1415   <property name="text">
1416    <string>Save as Default</string>
1417   </property>
1418  </action>
1419  <action name="actionCheck_parameter_file">
1420   <property name="enabled">
1421    <bool>false</bool>
1422   </property>
1423   <property name="text">
1424    <string>Check parameter file</string>
1425   </property>
1426  </action>
1427 </widget>
1428 <layoutdefault spacing="6" margin="11"/>
1429 <tabstops>
1430  <tabstop>pushButton</tabstop>
1431  <tabstop>line_jobname</tabstop>
1432  <tabstop>list_jobname</tabstop>
1433  <tabstop>drop_job</tabstop>
1434  <tabstop>line_host</tabstop>
1435  <tabstop>line_q</tabstop>
1436  <tabstop>line_branch</tabstop>
1437  <tabstop>line_account</tabstop>
1438  <tabstop>line_pe</tabstop>
1439  <tabstop>line_tpn</tabstop>
1440  <tabstop>line_time</tabstop>
1441  <tabstop>line_PE_atmos</tabstop>
1442  <tabstop>line_PE_ocean</tabstop>
1443  <tabstop>check_ts</tabstop>
1444  <tabstop>check_pr</tabstop>
1445  <tabstop>check_xy</tabstop>
1446  <tabstop>check_xz</tabstop>
1447  <tabstop>check_yz</tabstop>
1448  <tabstop>check_3d</tabstop>
1449  <tabstop>check_ma</tabstop>
1450  <tabstop>check_sp</tabstop>
1451  <tabstop>check_prt</tabstop>
1452  <tabstop>check_pts</tabstop>
1453  <tabstop>check_restarts</tabstop>
1454  <tabstop>check_delete_tmp_files</tabstop>
1455  <tabstop>check_verbose</tabstop>
1456  <tabstop>button_start</tabstop>
1457  <tabstop>button_clear</tabstop>
1458  <tabstop>check_advanced</tabstop>
1459  <tabstop>check_A</tabstop>
1460  <tabstop>check_b</tabstop>
1461  <tabstop>check_F</tabstop>
1462  <tabstop>check_I</tabstop>
1463  <tabstop>check_k</tabstop>
1464  <tabstop>check_O</tabstop>
1465  <tabstop>check_S</tabstop>
1466  <tabstop>check_x</tabstop>
1467  <tabstop>line_m</tabstop>
1468  <tabstop>combo_n</tabstop>
1469  <tabstop>line_M</tabstop>
1470  <tabstop>line_a</tabstop>
1471  <tabstop>line_D</tabstop>
1472  <tabstop>line_c</tabstop>
1473  <tabstop>line_p</tabstop>
1474  <tabstop>line_s</tabstop>
1475  <tabstop>line_i</tabstop>
1476  <tabstop>line_o</tabstop>
1477  <tabstop>line_w</tabstop>
1478  <tabstop>line_user</tabstop>
1479  <tabstop>commandline</tabstop>
1480  <tabstop>button_exit</tabstop>
1481 </tabstops>
1482 <resources/>
1483 <connections>
1484  <connection>
1485   <sender>button_exit</sender>
1486   <signal>clicked()</signal>
1487   <receiver>MainWindow</receiver>
1488   <slot>close()</slot>
1489   <hints>
1490    <hint type="sourcelabel">
1491     <x>160</x>
[818]1492     <y>657</y>
[793]1493    </hint>
1494    <hint type="destinationlabel">
1495     <x>16</x>
1496     <y>19</y>
1497    </hint>
1498   </hints>
1499  </connection>
1500  <connection>
1501   <sender>button_start</sender>
1502   <signal>clicked()</signal>
1503   <receiver>MainWindow</receiver>
1504   <slot>startmrun()</slot>
1505   <hints>
1506    <hint type="sourcelabel">
1507     <x>73</x>
[818]1508     <y>657</y>
[793]1509    </hint>
1510    <hint type="destinationlabel">
1511     <x>14</x>
1512     <y>63</y>
1513    </hint>
1514   </hints>
1515  </connection>
1516  <connection>
1517   <sender>check_advanced</sender>
1518   <signal>stateChanged(int)</signal>
1519   <receiver>MainWindow</receiver>
1520   <slot>enable_advanced()</slot>
1521   <hints>
1522    <hint type="sourcelabel">
1523     <x>595</x>
1524     <y>43</y>
1525    </hint>
1526    <hint type="destinationlabel">
1527     <x>628</x>
1528     <y>10</y>
1529    </hint>
1530   </hints>
1531  </connection>
1532  <connection>
1533   <sender>drop_job</sender>
1534   <signal>activated(QString)</signal>
1535   <receiver>MainWindow</receiver>
1536   <slot>enable_coupled()</slot>
1537   <hints>
1538    <hint type="sourcelabel">
1539     <x>222</x>
1540     <y>296</y>
1541    </hint>
1542    <hint type="destinationlabel">
1543     <x>261</x>
1544     <y>0</y>
1545    </hint>
1546   </hints>
1547  </connection>
1548  <connection>
1549   <sender>pushButton</sender>
1550   <signal>clicked()</signal>
1551   <receiver>MainWindow</receiver>
1552   <slot>choosejob()</slot>
1553   <hints>
1554    <hint type="sourcelabel">
1555     <x>53</x>
1556     <y>77</y>
1557    </hint>
1558    <hint type="destinationlabel">
1559     <x>535</x>
1560     <y>0</y>
1561    </hint>
1562   </hints>
1563  </connection>
1564  <connection>
1565   <sender>list_jobname</sender>
1566   <signal>itemActivated(QListWidgetItem*)</signal>
1567   <receiver>MainWindow</receiver>
1568   <slot>choosejob_list()</slot>
1569   <hints>
1570    <hint type="sourcelabel">
1571     <x>313</x>
1572     <y>178</y>
1573    </hint>
1574    <hint type="destinationlabel">
1575     <x>430</x>
1576     <y>0</y>
1577    </hint>
1578   </hints>
1579  </connection>
1580  <connection>
1581   <sender>check_ts</sender>
1582   <signal>stateChanged(int)</signal>
1583   <receiver>MainWindow</receiver>
1584   <slot>change_rc_list()</slot>
1585   <hints>
1586    <hint type="sourcelabel">
1587     <x>440</x>
1588     <y>73</y>
1589    </hint>
1590    <hint type="destinationlabel">
1591     <x>506</x>
1592     <y>63</y>
1593    </hint>
1594   </hints>
1595  </connection>
1596  <connection>
1597   <sender>check_pr</sender>
1598   <signal>stateChanged(int)</signal>
1599   <receiver>MainWindow</receiver>
1600   <slot>change_rc_list()</slot>
1601   <hints>
1602    <hint type="sourcelabel">
1603     <x>427</x>
1604     <y>96</y>
1605    </hint>
1606    <hint type="destinationlabel">
1607     <x>506</x>
1608     <y>90</y>
1609    </hint>
1610   </hints>
1611  </connection>
1612  <connection>
1613   <sender>check_xy</sender>
1614   <signal>stateChanged(int)</signal>
1615   <receiver>MainWindow</receiver>
1616   <slot>change_rc_list()</slot>
1617   <hints>
1618    <hint type="sourcelabel">
1619     <x>417</x>
1620     <y>121</y>
1621    </hint>
1622    <hint type="destinationlabel">
1623     <x>506</x>
1624     <y>116</y>
1625    </hint>
1626   </hints>
1627  </connection>
1628  <connection>
1629   <sender>check_xz</sender>
1630   <signal>stateChanged(int)</signal>
1631   <receiver>MainWindow</receiver>
1632   <slot>change_rc_list()</slot>
1633   <hints>
1634    <hint type="sourcelabel">
1635     <x>413</x>
1636     <y>141</y>
1637    </hint>
1638    <hint type="destinationlabel">
1639     <x>505</x>
1640     <y>142</y>
1641    </hint>
1642   </hints>
1643  </connection>
1644  <connection>
1645   <sender>check_yz</sender>
1646   <signal>stateChanged(int)</signal>
1647   <receiver>MainWindow</receiver>
1648   <slot>change_rc_list()</slot>
1649   <hints>
1650    <hint type="sourcelabel">
1651     <x>409</x>
1652     <y>169</y>
1653    </hint>
1654    <hint type="destinationlabel">
1655     <x>505</x>
1656     <y>167</y>
1657    </hint>
1658   </hints>
1659  </connection>
1660  <connection>
1661   <sender>check_3d</sender>
1662   <signal>stateChanged(int)</signal>
1663   <receiver>MainWindow</receiver>
1664   <slot>change_rc_list()</slot>
1665   <hints>
1666    <hint type="sourcelabel">
1667     <x>418</x>
1668     <y>196</y>
1669    </hint>
1670    <hint type="destinationlabel">
1671     <x>505</x>
1672     <y>194</y>
1673    </hint>
1674   </hints>
1675  </connection>
1676  <connection>
1677   <sender>check_ma</sender>
1678   <signal>stateChanged(int)</signal>
1679   <receiver>MainWindow</receiver>
1680   <slot>change_rc_list()</slot>
1681   <hints>
1682    <hint type="sourcelabel">
1683     <x>416</x>
1684     <y>217</y>
1685    </hint>
1686    <hint type="destinationlabel">
1687     <x>505</x>
1688     <y>219</y>
1689    </hint>
1690   </hints>
1691  </connection>
1692  <connection>
1693   <sender>check_prt</sender>
1694   <signal>stateChanged(int)</signal>
1695   <receiver>MainWindow</receiver>
1696   <slot>change_rc_list()</slot>
1697   <hints>
1698    <hint type="sourcelabel">
1699     <x>429</x>
1700     <y>281</y>
1701    </hint>
1702    <hint type="destinationlabel">
1703     <x>505</x>
1704     <y>247</y>
1705    </hint>
1706   </hints>
1707  </connection>
1708  <connection>
1709   <sender>check_sp</sender>
1710   <signal>stateChanged(int)</signal>
1711   <receiver>MainWindow</receiver>
1712   <slot>change_rc_list()</slot>
1713   <hints>
1714    <hint type="sourcelabel">
1715     <x>431</x>
1716     <y>256</y>
1717    </hint>
1718    <hint type="destinationlabel">
1719     <x>503</x>
1720     <y>304</y>
1721    </hint>
1722   </hints>
1723  </connection>
1724  <connection>
1725   <sender>check_pts</sender>
1726   <signal>stateChanged(int)</signal>
1727   <receiver>MainWindow</receiver>
1728   <slot>change_rc_list()</slot>
1729   <hints>
1730    <hint type="sourcelabel">
1731     <x>415</x>
1732     <y>314</y>
1733    </hint>
1734    <hint type="destinationlabel">
1735     <x>505</x>
1736     <y>330</y>
1737    </hint>
1738   </hints>
1739  </connection>
1740  <connection>
1741   <sender>drop_job</sender>
1742   <signal>currentIndexChanged(QString)</signal>
1743   <receiver>MainWindow</receiver>
1744   <slot>change_rc_list()</slot>
1745   <hints>
1746    <hint type="sourcelabel">
1747     <x>270</x>
1748     <y>295</y>
1749    </hint>
1750    <hint type="destinationlabel">
1751     <x>334</x>
1752     <y>356</y>
1753    </hint>
1754   </hints>
1755  </connection>
1756  <connection>
1757   <sender>check_restarts</sender>
1758   <signal>stateChanged(int)</signal>
1759   <receiver>MainWindow</receiver>
1760   <slot>change_rc_list()</slot>
1761   <hints>
1762    <hint type="sourcelabel">
1763     <x>72</x>
[818]1764     <y>541</y>
[793]1765    </hint>
1766    <hint type="destinationlabel">
1767     <x>1</x>
1768     <y>530</y>
1769    </hint>
1770   </hints>
1771  </connection>
1772  <connection>
1773   <sender>check_delete_tmp_files</sender>
1774   <signal>stateChanged(int)</signal>
1775   <receiver>MainWindow</receiver>
1776   <slot>check_flags()</slot>
1777   <hints>
1778    <hint type="sourcelabel">
1779     <x>76</x>
[818]1780     <y>566</y>
[793]1781    </hint>
1782    <hint type="destinationlabel">
1783     <x>3</x>
1784     <y>562</y>
1785    </hint>
1786   </hints>
1787  </connection>
1788  <connection>
1789   <sender>check_verbose</sender>
1790   <signal>stateChanged(int)</signal>
1791   <receiver>MainWindow</receiver>
1792   <slot>check_flags()</slot>
1793   <hints>
1794    <hint type="sourcelabel">
1795     <x>53</x>
[818]1796     <y>591</y>
[793]1797    </hint>
1798    <hint type="destinationlabel">
1799     <x>5</x>
1800     <y>623</y>
1801    </hint>
1802   </hints>
1803  </connection>
1804  <connection>
1805   <sender>check_A</sender>
1806   <signal>stateChanged(int)</signal>
1807   <receiver>MainWindow</receiver>
1808   <slot>check_flags()</slot>
1809   <hints>
1810    <hint type="sourcelabel">
1811     <x>531</x>
1812     <y>98</y>
1813    </hint>
1814    <hint type="destinationlabel">
1815     <x>952</x>
1816     <y>41</y>
1817    </hint>
1818   </hints>
1819  </connection>
1820  <connection>
1821   <sender>check_b</sender>
1822   <signal>stateChanged(int)</signal>
1823   <receiver>MainWindow</receiver>
1824   <slot>check_flags()</slot>
1825   <hints>
1826    <hint type="sourcelabel">
1827     <x>556</x>
1828     <y>119</y>
1829    </hint>
1830    <hint type="destinationlabel">
1831     <x>954</x>
1832     <y>67</y>
1833    </hint>
1834   </hints>
1835  </connection>
1836  <connection>
1837   <sender>check_F</sender>
1838   <signal>stateChanged(int)</signal>
1839   <receiver>MainWindow</receiver>
1840   <slot>check_flags()</slot>
1841   <hints>
1842    <hint type="sourcelabel">
1843     <x>574</x>
1844     <y>150</y>
1845    </hint>
1846    <hint type="destinationlabel">
1847     <x>954</x>
1848     <y>103</y>
1849    </hint>
1850   </hints>
1851  </connection>
1852  <connection>
1853   <sender>check_I</sender>
1854   <signal>stateChanged(int)</signal>
1855   <receiver>MainWindow</receiver>
1856   <slot>check_flags()</slot>
1857   <hints>
1858    <hint type="sourcelabel">
1859     <x>586</x>
1860     <y>172</y>
1861    </hint>
1862    <hint type="destinationlabel">
1863     <x>956</x>
1864     <y>129</y>
1865    </hint>
1866   </hints>
1867  </connection>
1868  <connection>
1869   <sender>check_k</sender>
1870   <signal>stateChanged(int)</signal>
1871   <receiver>MainWindow</receiver>
1872   <slot>check_flags()</slot>
1873   <hints>
1874    <hint type="sourcelabel">
1875     <x>593</x>
1876     <y>195</y>
1877    </hint>
1878    <hint type="destinationlabel">
1879     <x>957</x>
1880     <y>158</y>
1881    </hint>
1882   </hints>
1883  </connection>
1884  <connection>
1885   <sender>check_O</sender>
1886   <signal>stateChanged(int)</signal>
1887   <receiver>MainWindow</receiver>
1888   <slot>check_flags()</slot>
1889   <hints>
1890    <hint type="sourcelabel">
1891     <x>606</x>
1892     <y>216</y>
1893    </hint>
1894    <hint type="destinationlabel">
1895     <x>955</x>
1896     <y>188</y>
1897    </hint>
1898   </hints>
1899  </connection>
1900  <connection>
1901   <sender>check_S</sender>
1902   <signal>stateChanged(int)</signal>
1903   <receiver>MainWindow</receiver>
1904   <slot>check_flags()</slot>
1905   <hints>
1906    <hint type="sourcelabel">
1907     <x>604</x>
1908     <y>244</y>
1909    </hint>
1910    <hint type="destinationlabel">
1911     <x>955</x>
1912     <y>221</y>
1913    </hint>
1914   </hints>
1915  </connection>
1916  <connection>
1917   <sender>check_x</sender>
1918   <signal>stateChanged(int)</signal>
1919   <receiver>MainWindow</receiver>
1920   <slot>check_flags()</slot>
1921   <hints>
1922    <hint type="sourcelabel">
1923     <x>617</x>
1924     <y>266</y>
1925    </hint>
1926    <hint type="destinationlabel">
1927     <x>955</x>
1928     <y>255</y>
1929    </hint>
1930   </hints>
1931  </connection>
1932  <connection>
1933   <sender>line_host</sender>
1934   <signal>textEdited(QString)</signal>
1935   <receiver>MainWindow</receiver>
1936   <slot>change_lineinput()</slot>
1937   <hints>
1938    <hint type="sourcelabel">
1939     <x>119</x>
[818]1940     <y>403</y>
[793]1941    </hint>
1942    <hint type="destinationlabel">
1943     <x>26</x>
1944     <y>362</y>
1945    </hint>
1946   </hints>
1947  </connection>
1948  <connection>
1949   <sender>line_branch</sender>
1950   <signal>textEdited(QString)</signal>
1951   <receiver>MainWindow</receiver>
1952   <slot>change_lineinput()</slot>
1953   <hints>
1954    <hint type="sourcelabel">
1955     <x>149</x>
[818]1956     <y>428</y>
[793]1957    </hint>
1958    <hint type="destinationlabel">
1959     <x>4</x>
1960     <y>405</y>
1961    </hint>
1962   </hints>
1963  </connection>
1964  <connection>
1965   <sender>line_pe</sender>
1966   <signal>textEdited(QString)</signal>
1967   <receiver>MainWindow</receiver>
1968   <slot>change_lineinput()</slot>
1969   <hints>
1970    <hint type="sourcelabel">
1971     <x>95</x>
1972     <y>451</y>
1973    </hint>
1974    <hint type="destinationlabel">
1975     <x>5</x>
1976     <y>440</y>
1977    </hint>
1978   </hints>
1979  </connection>
1980  <connection>
1981   <sender>line_time</sender>
1982   <signal>textEdited(QString)</signal>
1983   <receiver>MainWindow</receiver>
1984   <slot>change_lineinput()</slot>
1985   <hints>
1986    <hint type="sourcelabel">
1987     <x>179</x>
[818]1988     <y>478</y>
[793]1989    </hint>
1990    <hint type="destinationlabel">
1991     <x>4</x>
1992     <y>480</y>
1993    </hint>
1994   </hints>
1995  </connection>
1996  <connection>
1997   <sender>line_q</sender>
1998   <signal>textEdited(QString)</signal>
1999   <receiver>MainWindow</receiver>
2000   <slot>change_lineinput()</slot>
2001   <hints>
2002    <hint type="sourcelabel">
2003     <x>338</x>
2004     <y>400</y>
2005    </hint>
2006    <hint type="destinationlabel">
2007     <x>507</x>
2008     <y>387</y>
2009    </hint>
2010   </hints>
2011  </connection>
2012  <connection>
2013   <sender>line_account</sender>
2014   <signal>textEdited(QString)</signal>
2015   <receiver>MainWindow</receiver>
2016   <slot>change_lineinput()</slot>
2017   <hints>
2018    <hint type="sourcelabel">
2019     <x>361</x>
[818]2020     <y>428</y>
[793]2021    </hint>
2022    <hint type="destinationlabel">
2023     <x>506</x>
2024     <y>416</y>
2025    </hint>
2026   </hints>
2027  </connection>
2028  <connection>
2029   <sender>line_tpn</sender>
2030   <signal>textEdited(QString)</signal>
2031   <receiver>MainWindow</receiver>
2032   <slot>change_lineinput()</slot>
2033   <hints>
2034    <hint type="sourcelabel">
2035     <x>328</x>
2036     <y>453</y>
2037    </hint>
2038    <hint type="destinationlabel">
2039     <x>505</x>
2040     <y>447</y>
2041    </hint>
2042   </hints>
2043  </connection>
2044  <connection>
2045   <sender>line_PE_atmos</sender>
2046   <signal>textEdited(QString)</signal>
2047   <receiver>MainWindow</receiver>
2048   <slot>change_lineinput()</slot>
2049   <hints>
2050    <hint type="sourcelabel">
2051     <x>262</x>
[818]2052     <y>503</y>
[793]2053    </hint>
2054    <hint type="destinationlabel">
2055     <x>507</x>
2056     <y>482</y>
2057    </hint>
2058   </hints>
2059  </connection>
2060  <connection>
2061   <sender>line_PE_ocean</sender>
2062   <signal>textEdited(QString)</signal>
2063   <receiver>MainWindow</receiver>
2064   <slot>change_lineinput()</slot>
2065   <hints>
2066    <hint type="sourcelabel">
2067     <x>324</x>
[818]2068     <y>503</y>
[793]2069    </hint>
2070    <hint type="destinationlabel">
2071     <x>505</x>
2072     <y>513</y>
2073    </hint>
2074   </hints>
2075  </connection>
2076  <connection>
2077   <sender>line_m</sender>
2078   <signal>textEdited(QString)</signal>
2079   <receiver>MainWindow</receiver>
2080   <slot>change_lineinput()</slot>
2081   <hints>
2082    <hint type="sourcelabel">
2083     <x>756</x>
2084     <y>303</y>
2085    </hint>
2086    <hint type="destinationlabel">
2087     <x>954</x>
2088     <y>328</y>
2089    </hint>
2090   </hints>
2091  </connection>
2092  <connection>
2093   <sender>line_a</sender>
2094   <signal>textEdited(QString)</signal>
2095   <receiver>MainWindow</receiver>
2096   <slot>change_lineinput()</slot>
2097   <hints>
2098    <hint type="sourcelabel">
2099     <x>796</x>
2100     <y>358</y>
2101    </hint>
2102    <hint type="destinationlabel">
2103     <x>955</x>
2104     <y>365</y>
2105    </hint>
2106   </hints>
2107  </connection>
2108  <connection>
2109   <sender>line_D</sender>
2110   <signal>textEdited(QString)</signal>
2111   <receiver>MainWindow</receiver>
2112   <slot>change_lineinput()</slot>
2113   <hints>
2114    <hint type="sourcelabel">
2115     <x>805</x>
2116     <y>389</y>
2117    </hint>
2118    <hint type="destinationlabel">
2119     <x>955</x>
2120     <y>396</y>
2121    </hint>
2122   </hints>
2123  </connection>
2124  <connection>
2125   <sender>line_c</sender>
2126   <signal>textEdited(QString)</signal>
2127   <receiver>MainWindow</receiver>
2128   <slot>change_lineinput()</slot>
2129   <hints>
2130    <hint type="sourcelabel">
2131     <x>850</x>
2132     <y>410</y>
2133    </hint>
2134    <hint type="destinationlabel">
2135     <x>956</x>
2136     <y>421</y>
2137    </hint>
2138   </hints>
2139  </connection>
2140  <connection>
2141   <sender>line_p</sender>
2142   <signal>textEdited(QString)</signal>
2143   <receiver>MainWindow</receiver>
2144   <slot>change_lineinput()</slot>
2145   <hints>
2146    <hint type="sourcelabel">
2147     <x>868</x>
2148     <y>448</y>
2149    </hint>
2150    <hint type="destinationlabel">
2151     <x>958</x>
2152     <y>482</y>
2153    </hint>
2154   </hints>
2155  </connection>
2156  <connection>
2157   <sender>line_s</sender>
2158   <signal>textEdited(QString)</signal>
2159   <receiver>MainWindow</receiver>
2160   <slot>change_lineinput()</slot>
2161   <hints>
2162    <hint type="sourcelabel">
2163     <x>885</x>
2164     <y>488</y>
2165    </hint>
2166    <hint type="destinationlabel">
2167     <x>955</x>
2168     <y>522</y>
2169    </hint>
2170   </hints>
2171  </connection>
2172  <connection>
2173   <sender>line_i</sender>
2174   <signal>textEdited(QString)</signal>
2175   <receiver>MainWindow</receiver>
2176   <slot>change_lineinput()</slot>
2177   <hints>
2178    <hint type="sourcelabel">
[818]2179     <x>900</x>
[793]2180     <y>513</y>
2181    </hint>
2182    <hint type="destinationlabel">
2183     <x>955</x>
2184     <y>551</y>
2185    </hint>
2186   </hints>
2187  </connection>
2188  <connection>
2189   <sender>line_o</sender>
2190   <signal>textEdited(QString)</signal>
2191   <receiver>MainWindow</receiver>
2192   <slot>change_lineinput()</slot>
2193   <hints>
2194    <hint type="sourcelabel">
[818]2195     <x>900</x>
[793]2196     <y>538</y>
2197    </hint>
2198    <hint type="destinationlabel">
2199     <x>954</x>
2200     <y>578</y>
2201    </hint>
2202   </hints>
2203  </connection>
2204  <connection>
2205   <sender>line_w</sender>
2206   <signal>textEdited(QString)</signal>
2207   <receiver>MainWindow</receiver>
2208   <slot>change_lineinput()</slot>
2209   <hints>
2210    <hint type="sourcelabel">
[818]2211     <x>900</x>
[793]2212     <y>563</y>
2213    </hint>
2214    <hint type="destinationlabel">
2215     <x>956</x>
2216     <y>612</y>
2217    </hint>
2218   </hints>
2219  </connection>
2220  <connection>
2221   <sender>combo_n</sender>
2222   <signal>currentIndexChanged(QString)</signal>
2223   <receiver>MainWindow</receiver>
2224   <slot>change_lineinput()</slot>
2225   <hints>
2226    <hint type="sourcelabel">
2227     <x>887</x>
2228     <y>303</y>
2229    </hint>
2230    <hint type="destinationlabel">
2231     <x>955</x>
2232     <y>310</y>
2233    </hint>
2234   </hints>
2235  </connection>
2236  <connection>
2237   <sender>line_user</sender>
2238   <signal>textChanged(QString)</signal>
2239   <receiver>MainWindow</receiver>
2240   <slot>change_lineinput()</slot>
2241   <hints>
2242    <hint type="sourcelabel">
2243     <x>812</x>
2244     <y>592</y>
2245    </hint>
2246    <hint type="destinationlabel">
2247     <x>955</x>
2248     <y>650</y>
2249    </hint>
2250   </hints>
2251  </connection>
2252  <connection>
2253   <sender>button_clear</sender>
2254   <signal>clicked()</signal>
2255   <receiver>MainWindow</receiver>
2256   <slot>reset_window()</slot>
2257   <hints>
2258    <hint type="sourcelabel">
2259     <x>307</x>
[818]2260     <y>657</y>
[793]2261    </hint>
2262    <hint type="destinationlabel">
2263     <x>956</x>
2264     <y>689</y>
2265    </hint>
2266   </hints>
2267  </connection>
2268  <connection>
2269   <sender>line_M</sender>
2270   <signal>textChanged(QString)</signal>
2271   <receiver>MainWindow</receiver>
2272   <slot>change_lineinput()</slot>
2273   <hints>
2274    <hint type="sourcelabel">
[818]2275     <x>900</x>
2276     <y>343</y>
[793]2277    </hint>
2278    <hint type="destinationlabel">
2279     <x>953</x>
2280     <y>287</y>
2281    </hint>
2282   </hints>
2283  </connection>
2284  <connection>
2285   <sender>action_quit</sender>
2286   <signal>triggered()</signal>
2287   <receiver>MainWindow</receiver>
2288   <slot>close()</slot>
2289   <hints>
2290    <hint type="sourcelabel">
2291     <x>-1</x>
2292     <y>-1</y>
2293    </hint>
2294    <hint type="destinationlabel">
2295     <x>479</x>
2296     <y>366</y>
2297    </hint>
2298   </hints>
2299  </connection>
2300  <connection>
2301   <sender>action_save</sender>
2302   <signal>triggered()</signal>
2303   <receiver>MainWindow</receiver>
2304   <slot>save_to_file()</slot>
2305   <hints>
2306    <hint type="sourcelabel">
2307     <x>-1</x>
2308     <y>-1</y>
2309    </hint>
2310    <hint type="destinationlabel">
2311     <x>479</x>
2312     <y>366</y>
2313    </hint>
2314   </hints>
2315  </connection>
2316  <connection>
2317   <sender>action_last</sender>
2318   <signal>triggered()</signal>
2319   <receiver>MainWindow</receiver>
2320   <slot>open_last()</slot>
2321   <hints>
2322    <hint type="sourcelabel">
2323     <x>-1</x>
2324     <y>-1</y>
2325    </hint>
2326    <hint type="destinationlabel">
2327     <x>479</x>
2328     <y>366</y>
2329    </hint>
2330   </hints>
2331  </connection>
2332  <connection>
2333   <sender>action_open</sender>
2334   <signal>triggered()</signal>
2335   <receiver>MainWindow</receiver>
2336   <slot>open_from_file()</slot>
2337   <hints>
2338    <hint type="sourcelabel">
2339     <x>-1</x>
2340     <y>-1</y>
2341    </hint>
2342    <hint type="destinationlabel">
2343     <x>479</x>
2344     <y>366</y>
2345    </hint>
2346   </hints>
2347  </connection>
2348  <connection>
2349   <sender>action_help</sender>
2350   <signal>triggered()</signal>
2351   <receiver>MainWindow</receiver>
2352   <slot>help()</slot>
2353   <hints>
2354    <hint type="sourcelabel">
2355     <x>-1</x>
2356     <y>-1</y>
2357    </hint>
2358    <hint type="destinationlabel">
2359     <x>479</x>
2360     <y>366</y>
2361    </hint>
2362   </hints>
2363  </connection>
2364  <connection>
2365   <sender>action_about</sender>
2366   <signal>triggered()</signal>
2367   <receiver>MainWindow</receiver>
2368   <slot>about_gui()</slot>
2369   <hints>
2370    <hint type="sourcelabel">
2371     <x>-1</x>
2372     <y>-1</y>
2373    </hint>
2374    <hint type="destinationlabel">
2375     <x>479</x>
2376     <y>366</y>
2377    </hint>
2378   </hints>
2379  </connection>
2380  <connection>
2381   <sender>action_default</sender>
2382   <signal>triggered()</signal>
2383   <receiver>MainWindow</receiver>
2384   <slot>save_default()</slot>
2385   <hints>
2386    <hint type="sourcelabel">
2387     <x>-1</x>
2388     <y>-1</y>
2389    </hint>
2390    <hint type="destinationlabel">
2391     <x>479</x>
2392     <y>366</y>
2393    </hint>
2394   </hints>
2395  </connection>
2396  <connection>
2397   <sender>line_jobname</sender>
2398   <signal>textChanged(QString)</signal>
2399   <receiver>MainWindow</receiver>
2400   <slot>change_lineinput()</slot>
2401   <hints>
2402    <hint type="sourcelabel">
2403     <x>175</x>
2404     <y>66</y>
2405    </hint>
2406    <hint type="destinationlabel">
2407     <x>4</x>
2408     <y>122</y>
2409    </hint>
2410   </hints>
2411  </connection>
[818]2412  <connection>
2413   <sender>check_namelist_check</sender>
2414   <signal>stateChanged(int)</signal>
2415   <receiver>MainWindow</receiver>
2416   <slot>check_flags()</slot>
2417   <hints>
2418    <hint type="sourcelabel">
2419     <x>61</x>
2420     <y>609</y>
2421    </hint>
2422    <hint type="destinationlabel">
2423     <x>5</x>
2424     <y>594</y>
2425    </hint>
2426   </hints>
2427  </connection>
[793]2428 </connections>
2429 <slots>
2430  <slot>startmrun()</slot>
2431  <slot>enable_advanced()</slot>
2432  <slot>enable_coupled()</slot>
2433  <slot>choosejob()</slot>
2434  <slot>choosejob_list()</slot>
2435  <slot>change_rc_list()</slot>
2436  <slot>check_flags()</slot>
2437  <slot>change_lineinput()</slot>
2438  <slot>reset_window()</slot>
2439  <slot>save_to_file()</slot>
2440  <slot>open_from_file()</slot>
2441  <slot>open_last()</slot>
2442  <slot>about()</slot>
2443  <slot>about_gui()</slot>
2444  <slot>save_default()</slot>
2445  <slot>help()</slot>
2446 </slots>
2447</ui>
Note: See TracBrowser for help on using the repository browser.