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

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

GUI for mrun added

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