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

Last change on this file since 2415 was 2415, checked in by maronga, 7 years ago

bugfix in mainwindow.ui of palmrungui

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