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

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

updates in palm_jm and palmrungui

  • Property svn:mime-type set to application/xml
File size: 8.0 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 class="QLabel" name="palm_logo">
201    <property name="geometry">
202     <rect>
203      <x>630</x>
204      <y>340</y>
205      <width>79</width>
206      <height>72</height>
207     </rect>
208    </property>
209    <property name="text">
210     <string/>
211    </property>
212    <property name="pixmap">
213     <pixmap>../../../../nesting_version/trunk/SCRIPTS/palm_jm_files/palm_logo_black_and_blue.png</pixmap>
214    </property>
215    <property name="scaledContents">
216     <bool>true</bool>
217    </property>
218   </widget>
219  </widget>
220  <widget class="QMenuBar" name="menubar">
221   <property name="geometry">
222    <rect>
223     <x>0</x>
224     <y>0</y>
225     <width>735</width>
226     <height>21</height>
227    </rect>
228   </property>
229  </widget>
230  <widget class="QStatusBar" name="statusbar"/>
231 </widget>
232 <resources/>
233 <connections>
234  <connection>
235   <sender>push_close</sender>
236   <signal>clicked()</signal>
237   <receiver>MainWindow</receiver>
238   <slot>close()</slot>
239   <hints>
240    <hint type="sourcelabel">
241     <x>319</x>
242     <y>418</y>
243    </hint>
244    <hint type="destinationlabel">
245     <x>429</x>
246     <y>442</y>
247    </hint>
248   </hints>
249  </connection>
250  <connection>
251   <sender>list_jobs</sender>
252   <signal>itemActivated(QListWidgetItem*)</signal>
253   <receiver>MainWindow</receiver>
254   <slot>update_input()</slot>
255   <hints>
256    <hint type="sourcelabel">
257     <x>196</x>
258     <y>290</y>
259    </hint>
260    <hint type="destinationlabel">
261     <x>521</x>
262     <y>384</y>
263    </hint>
264   </hints>
265  </connection>
266  <connection>
267   <sender>push_copy</sender>
268   <signal>clicked()</signal>
269   <receiver>MainWindow</receiver>
270   <slot>copy_job()</slot>
271   <hints>
272    <hint type="sourcelabel">
273     <x>341</x>
274     <y>366</y>
275    </hint>
276    <hint type="destinationlabel">
277     <x>409</x>
278     <y>368</y>
279    </hint>
280   </hints>
281  </connection>
282  <connection>
283   <sender>push_create_set</sender>
284   <signal>clicked()</signal>
285   <receiver>MainWindow</receiver>
286   <slot>create_set()</slot>
287   <hints>
288    <hint type="sourcelabel">
289     <x>340</x>
290     <y>389</y>
291    </hint>
292    <hint type="destinationlabel">
293     <x>488</x>
294     <y>418</y>
295    </hint>
296   </hints>
297  </connection>
298  <connection>
299   <sender>push_update</sender>
300   <signal>clicked()</signal>
301   <receiver>MainWindow</receiver>
302   <slot>update_all()</slot>
303   <hints>
304    <hint type="sourcelabel">
305     <x>85</x>
306     <y>57</y>
307    </hint>
308    <hint type="destinationlabel">
309     <x>654</x>
310     <y>385</y>
311    </hint>
312   </hints>
313  </connection>
314  <connection>
315   <sender>list_input</sender>
316   <signal>customContextMenuRequested(QPoint)</signal>
317   <receiver>MainWindow</receiver>
318   <slot>openmenuinput()</slot>
319   <hints>
320    <hint type="sourcelabel">
321     <x>389</x>
322     <y>110</y>
323    </hint>
324    <hint type="destinationlabel">
325     <x>448</x>
326     <y>29</y>
327    </hint>
328   </hints>
329  </connection>
330  <connection>
331   <sender>list_user</sender>
332   <signal>customContextMenuRequested(QPoint)</signal>
333   <receiver>MainWindow</receiver>
334   <slot>openmenuuser()</slot>
335   <hints>
336    <hint type="sourcelabel">
337     <x>570</x>
338     <y>127</y>
339    </hint>
340    <hint type="destinationlabel">
341     <x>615</x>
342     <y>36</y>
343    </hint>
344   </hints>
345  </connection>
346 </connections>
347 <slots>
348  <slot>update_input()</slot>
349  <slot>copy_job()</slot>
350  <slot>rename_job()</slot>
351  <slot>create_set()</slot>
352  <slot>update_all()</slot>
353  <slot>openmenuinput()</slot>
354  <slot>openmenuuser()</slot>
355 </slots>
356</ui>
Note: See TracBrowser for help on using the repository browser.