source: palm/trunk/SCRIPTS/palm_jm_files/palm_jm.ui @ 2065

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

added python PALM job manager to SCRIPTS

  • Property svn:mime-type set to application/xml
File size: 7.5 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>735</width>
10    <height>456</height>
11   </rect>
12  </property>
13  <property name="contextMenuPolicy">
14   <enum>Qt::NoContextMenu</enum>
15  </property>
16  <property name="windowTitle">
17   <string>PALM job manager</string>
18  </property>
19  <widget class="QWidget" name="centralwidget">
20   <widget class="QLineEdit" name="line_path">
21    <property name="enabled">
22     <bool>true</bool>
23    </property>
24    <property name="geometry">
25     <rect>
26      <x>139</x>
27      <y>28</y>
28      <width>584</width>
29      <height>23</height>
30     </rect>
31    </property>
32    <property name="readOnly">
33     <bool>true</bool>
34    </property>
35   </widget>
36   <widget class="QPushButton" name="push_copy">
37    <property name="geometry">
38     <rect>
39      <x>276</x>
40      <y>335</y>
41      <width>114</width>
42      <height>24</height>
43     </rect>
44    </property>
45    <property name="text">
46     <string>Copy</string>
47    </property>
48   </widget>
49   <widget class="QListWidget" name="list_input">
50    <property name="geometry">
51     <rect>
52      <x>271</x>
53      <y>71</y>
54      <width>220</width>
55      <height>257</height>
56     </rect>
57    </property>
58    <property name="contextMenuPolicy">
59     <enum>Qt::CustomContextMenu</enum>
60    </property>
61    <property name="alternatingRowColors">
62     <bool>true</bool>
63    </property>
64    <property name="selectionMode">
65     <enum>QAbstractItemView::MultiSelection</enum>
66    </property>
67    <property name="sortingEnabled">
68     <bool>true</bool>
69    </property>
70   </widget>
71   <widget class="QLabel" name="label">
72    <property name="geometry">
73     <rect>
74      <x>282</x>
75      <y>55</y>
76      <width>74</width>
77      <height>16</height>
78     </rect>
79    </property>
80    <property name="text">
81     <string>INPUT files:</string>
82    </property>
83   </widget>
84   <widget class="QListWidget" name="list_user">
85    <property name="geometry">
86     <rect>
87      <x>504</x>
88      <y>73</y>
89      <width>220</width>
90      <height>257</height>
91     </rect>
92    </property>
93    <property name="contextMenuPolicy">
94     <enum>Qt::CustomContextMenu</enum>
95    </property>
96    <property name="alternatingRowColors">
97     <bool>true</bool>
98    </property>
99    <property name="selectionMode">
100     <enum>QAbstractItemView::MultiSelection</enum>
101    </property>
102    <property name="sortingEnabled">
103     <bool>true</bool>
104    </property>
105   </widget>
106   <widget class="QLabel" name="label_2">
107    <property name="geometry">
108     <rect>
109      <x>510</x>
110      <y>55</y>
111      <width>156</width>
112      <height>16</height>
113     </rect>
114    </property>
115    <property name="text">
116     <string>USER_CODE files:</string>
117    </property>
118   </widget>
119   <widget class="QPushButton" name="push_create_set">
120    <property name="geometry">
121     <rect>
122      <x>275</x>
123      <y>359</y>
124      <width>114</width>
125      <height>24</height>
126     </rect>
127    </property>
128    <property name="text">
129     <string>Create Set</string>
130    </property>
131   </widget>
132   <widget class="QPushButton" name="push_close">
133    <property name="geometry">
134     <rect>
135      <x>275</x>
136      <y>384</y>
137      <width>115</width>
138      <height>24</height>
139     </rect>
140    </property>
141    <property name="text">
142     <string>Quit</string>
143    </property>
144   </widget>
145   <widget class="QListWidget" name="list_jobs">
146    <property name="geometry">
147     <rect>
148      <x>9</x>
149      <y>73</y>
150      <width>256</width>
151      <height>338</height>
152     </rect>
153    </property>
154    <property name="contextMenuPolicy">
155     <enum>Qt::NoContextMenu</enum>
156    </property>
157    <property name="sortingEnabled">
158     <bool>true</bool>
159    </property>
160   </widget>
161   <widget class="QLabel" name="label_3">
162    <property name="geometry">
163     <rect>
164      <x>15</x>
165      <y>55</y>
166      <width>121</width>
167      <height>16</height>
168     </rect>
169    </property>
170    <property name="text">
171     <string>Available jobs:</string>
172    </property>
173   </widget>
174   <widget class="QLabel" name="label_4">
175    <property name="geometry">
176     <rect>
177      <x>145</x>
178      <y>11</y>
179      <width>145</width>
180      <height>16</height>
181     </rect>
182    </property>
183    <property name="text">
184     <string>Job directory:</string>
185    </property>
186   </widget>
187   <widget class="QPushButton" name="push_update">
188    <property name="geometry">
189     <rect>
190      <x>10</x>
191      <y>29</y>
192      <width>128</width>
193      <height>24</height>
194     </rect>
195    </property>
196    <property name="text">
197     <string>Update job list</string>
198    </property>
199   </widget>
200  </widget>
201  <widget class="QMenuBar" name="menubar">
202   <property name="geometry">
203    <rect>
204     <x>0</x>
205     <y>0</y>
206     <width>735</width>
207     <height>21</height>
208    </rect>
209   </property>
210  </widget>
211  <widget class="QStatusBar" name="statusbar"/>
212 </widget>
213 <resources/>
214 <connections>
215  <connection>
216   <sender>push_close</sender>
217   <signal>clicked()</signal>
218   <receiver>MainWindow</receiver>
219   <slot>close()</slot>
220   <hints>
221    <hint type="sourcelabel">
222     <x>319</x>
223     <y>418</y>
224    </hint>
225    <hint type="destinationlabel">
226     <x>429</x>
227     <y>442</y>
228    </hint>
229   </hints>
230  </connection>
231  <connection>
232   <sender>list_jobs</sender>
233   <signal>itemActivated(QListWidgetItem*)</signal>
234   <receiver>MainWindow</receiver>
235   <slot>update_input()</slot>
236   <hints>
237    <hint type="sourcelabel">
238     <x>196</x>
239     <y>290</y>
240    </hint>
241    <hint type="destinationlabel">
242     <x>521</x>
243     <y>384</y>
244    </hint>
245   </hints>
246  </connection>
247  <connection>
248   <sender>push_copy</sender>
249   <signal>clicked()</signal>
250   <receiver>MainWindow</receiver>
251   <slot>copy_job()</slot>
252   <hints>
253    <hint type="sourcelabel">
254     <x>341</x>
255     <y>366</y>
256    </hint>
257    <hint type="destinationlabel">
258     <x>409</x>
259     <y>368</y>
260    </hint>
261   </hints>
262  </connection>
263  <connection>
264   <sender>push_create_set</sender>
265   <signal>clicked()</signal>
266   <receiver>MainWindow</receiver>
267   <slot>create_set()</slot>
268   <hints>
269    <hint type="sourcelabel">
270     <x>340</x>
271     <y>389</y>
272    </hint>
273    <hint type="destinationlabel">
274     <x>488</x>
275     <y>418</y>
276    </hint>
277   </hints>
278  </connection>
279  <connection>
280   <sender>push_update</sender>
281   <signal>clicked()</signal>
282   <receiver>MainWindow</receiver>
283   <slot>update_all()</slot>
284   <hints>
285    <hint type="sourcelabel">
286     <x>85</x>
287     <y>57</y>
288    </hint>
289    <hint type="destinationlabel">
290     <x>654</x>
291     <y>385</y>
292    </hint>
293   </hints>
294  </connection>
295  <connection>
296   <sender>list_input</sender>
297   <signal>customContextMenuRequested(QPoint)</signal>
298   <receiver>MainWindow</receiver>
299   <slot>openmenuinput()</slot>
300   <hints>
301    <hint type="sourcelabel">
302     <x>389</x>
303     <y>110</y>
304    </hint>
305    <hint type="destinationlabel">
306     <x>448</x>
307     <y>29</y>
308    </hint>
309   </hints>
310  </connection>
311  <connection>
312   <sender>list_user</sender>
313   <signal>customContextMenuRequested(QPoint)</signal>
314   <receiver>MainWindow</receiver>
315   <slot>openmenuuser()</slot>
316   <hints>
317    <hint type="sourcelabel">
318     <x>570</x>
319     <y>127</y>
320    </hint>
321    <hint type="destinationlabel">
322     <x>615</x>
323     <y>36</y>
324    </hint>
325   </hints>
326  </connection>
327 </connections>
328 <slots>
329  <slot>update_input()</slot>
330  <slot>copy_job()</slot>
331  <slot>rename_job()</slot>
332  <slot>create_set()</slot>
333  <slot>update_all()</slot>
334  <slot>openmenuinput()</slot>
335  <slot>openmenuuser()</slot>
336 </slots>
337</ui>
Note: See TracBrowser for help on using the repository browser.