]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/joblist/joblist.ui
A little bit of playing around with icons. Added context sensitve menu to the
[bacula/bacula] / bacula / src / qt-console / joblist / joblist.ui
1 <ui version="4.0" >
2  <class>JobListForm</class>
3  <widget class="QWidget" name="JobListForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>607</width>
9     <height>390</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="1" column="0" >
23     <layout class="QGridLayout" >
24      <property name="margin" >
25       <number>0</number>
26      </property>
27      <property name="spacing" >
28       <number>6</number>
29      </property>
30      <item rowspan="2" row="0" column="1" >
31       <layout class="QVBoxLayout" >
32        <property name="margin" >
33         <number>0</number>
34        </property>
35        <property name="spacing" >
36         <number>6</number>
37        </property>
38        <item>
39         <layout class="QVBoxLayout" >
40          <property name="margin" >
41           <number>0</number>
42          </property>
43          <property name="spacing" >
44           <number>6</number>
45          </property>
46          <item>
47           <widget class="QLabel" name="clientsLabel" >
48            <property name="text" >
49             <string>Clients</string>
50            </property>
51           </widget>
52          </item>
53          <item>
54           <widget class="QComboBox" name="clientsComboBox" />
55          </item>
56         </layout>
57        </item>
58        <item>
59         <layout class="QVBoxLayout" >
60          <property name="margin" >
61           <number>0</number>
62          </property>
63          <property name="spacing" >
64           <number>6</number>
65          </property>
66          <item>
67           <widget class="QLabel" name="volumeLabel" >
68            <property name="text" >
69             <string>Volume</string>
70            </property>
71           </widget>
72          </item>
73          <item>
74           <widget class="QComboBox" name="volumeComboBox" />
75          </item>
76         </layout>
77        </item>
78       </layout>
79      </item>
80      <item rowspan="2" row="0" column="0" >
81       <layout class="QVBoxLayout" >
82        <property name="margin" >
83         <number>0</number>
84        </property>
85        <property name="spacing" >
86         <number>6</number>
87        </property>
88        <item>
89         <layout class="QVBoxLayout" >
90          <property name="margin" >
91           <number>0</number>
92          </property>
93          <property name="spacing" >
94           <number>6</number>
95          </property>
96          <item>
97           <widget class="QCheckBox" name="limitCheckBox" >
98            <property name="text" >
99             <string>Record Limit</string>
100            </property>
101           </widget>
102          </item>
103          <item>
104           <widget class="QSpinBox" name="limitSpinBox" >
105            <property name="maximum" >
106             <number>10000</number>
107            </property>
108            <property name="minimum" >
109             <number>1</number>
110            </property>
111            <property name="singleStep" >
112             <number>25</number>
113            </property>
114           </widget>
115          </item>
116         </layout>
117        </item>
118        <item>
119         <layout class="QVBoxLayout" >
120          <property name="margin" >
121           <number>0</number>
122          </property>
123          <property name="spacing" >
124           <number>6</number>
125          </property>
126          <item>
127           <widget class="QCheckBox" name="daysCheckBox" >
128            <property name="text" >
129             <string>Days Limit</string>
130            </property>
131           </widget>
132          </item>
133          <item>
134           <widget class="QSpinBox" name="daysSpinBox" >
135            <property name="singleStep" >
136             <number>7</number>
137            </property>
138           </widget>
139          </item>
140         </layout>
141        </item>
142       </layout>
143      </item>
144      <item row="0" column="4" >
145       <layout class="QVBoxLayout" >
146        <property name="margin" >
147         <number>0</number>
148        </property>
149        <property name="spacing" >
150         <number>6</number>
151        </property>
152        <item>
153         <widget class="QLabel" name="fileSetLabel" >
154          <property name="text" >
155           <string>FileSet</string>
156          </property>
157         </widget>
158        </item>
159        <item>
160         <widget class="QComboBox" name="fileSetComboBox" />
161        </item>
162       </layout>
163      </item>
164      <item rowspan="2" row="0" column="3" >
165       <layout class="QVBoxLayout" >
166        <property name="margin" >
167         <number>0</number>
168        </property>
169        <property name="spacing" >
170         <number>6</number>
171        </property>
172        <item>
173         <layout class="QVBoxLayout" >
174          <property name="margin" >
175           <number>0</number>
176          </property>
177          <property name="spacing" >
178           <number>6</number>
179          </property>
180          <item>
181           <widget class="QLabel" name="statusLabel" >
182            <property name="text" >
183             <string>Status</string>
184            </property>
185           </widget>
186          </item>
187          <item>
188           <widget class="QComboBox" name="statusComboBox" />
189          </item>
190         </layout>
191        </item>
192        <item>
193         <layout class="QVBoxLayout" >
194          <property name="margin" >
195           <number>0</number>
196          </property>
197          <property name="spacing" >
198           <number>6</number>
199          </property>
200          <item>
201           <widget class="QLabel" name="purgedLabel" >
202            <property name="text" >
203             <string>Purged</string>
204            </property>
205           </widget>
206          </item>
207          <item>
208           <widget class="QComboBox" name="purgedComboBox" />
209          </item>
210         </layout>
211        </item>
212       </layout>
213      </item>
214      <item rowspan="2" row="0" column="2" >
215       <layout class="QVBoxLayout" >
216        <property name="margin" >
217         <number>0</number>
218        </property>
219        <property name="spacing" >
220         <number>6</number>
221        </property>
222        <item>
223         <layout class="QVBoxLayout" >
224          <property name="margin" >
225           <number>0</number>
226          </property>
227          <property name="spacing" >
228           <number>6</number>
229          </property>
230          <item>
231           <widget class="QLabel" name="jobLabel" >
232            <property name="text" >
233             <string>Job</string>
234            </property>
235           </widget>
236          </item>
237          <item>
238           <widget class="QComboBox" name="jobComboBox" />
239          </item>
240         </layout>
241        </item>
242        <item>
243         <layout class="QVBoxLayout" >
244          <property name="margin" >
245           <number>0</number>
246          </property>
247          <property name="spacing" >
248           <number>6</number>
249          </property>
250          <item>
251           <widget class="QLabel" name="levelLabel" >
252            <property name="text" >
253             <string>Level</string>
254            </property>
255           </widget>
256          </item>
257          <item>
258           <widget class="QComboBox" name="levelComboBox" />
259          </item>
260         </layout>
261        </item>
262       </layout>
263      </item>
264      <item row="1" column="4" >
265       <layout class="QGridLayout" >
266        <property name="margin" >
267         <number>0</number>
268        </property>
269        <property name="spacing" >
270         <number>6</number>
271        </property>
272        <item row="0" column="0" >
273         <widget class="QPushButton" name="refreshButton" >
274          <property name="maximumSize" >
275           <size>
276            <width>65</width>
277            <height>16777215</height>
278           </size>
279          </property>
280          <property name="text" >
281           <string>Refresh</string>
282          </property>
283          <property name="icon" >
284           <iconset resource="../main.qrc" >:/images/view-refresh.svg</iconset>
285          </property>
286         </widget>
287        </item>
288        <item row="0" column="1" >
289         <spacer>
290          <property name="orientation" >
291           <enum>Qt::Horizontal</enum>
292          </property>
293          <property name="sizeType" >
294           <enum>QSizePolicy::Ignored</enum>
295          </property>
296          <property name="sizeHint" >
297           <size>
298            <width>16</width>
299            <height>20</height>
300           </size>
301          </property>
302         </spacer>
303        </item>
304        <item row="1" column="0" >
305         <spacer>
306          <property name="orientation" >
307           <enum>Qt::Vertical</enum>
308          </property>
309          <property name="sizeType" >
310           <enum>QSizePolicy::Ignored</enum>
311          </property>
312          <property name="sizeHint" >
313           <size>
314            <width>20</width>
315            <height>16</height>
316           </size>
317          </property>
318         </spacer>
319        </item>
320       </layout>
321      </item>
322     </layout>
323    </item>
324    <item row="0" column="0" >
325     <widget class="QTableWidget" name="mp_tableWidget" />
326    </item>
327   </layout>
328   <action name="actionRefreshJobList" >
329    <property name="icon" >
330     <iconset resource="../main.qrc" >:/images/view-refresh.svg</iconset>
331    </property>
332    <property name="text" >
333     <string>Refresh Job List</string>
334    </property>
335    <property name="statusTip" >
336     <string>Requery the director for the list of jobs.</string>
337    </property>
338   </action>
339   <action name="actionListJobid" >
340    <property name="icon" >
341     <iconset resource="../main.qrc" >:/images/utilities-terminal.svg</iconset>
342    </property>
343    <property name="text" >
344     <string>ListJobid</string>
345    </property>
346   </action>
347   <action name="actionListFilesOnJob" >
348    <property name="icon" >
349     <iconset resource="../main.qrc" >:/images/utilities-terminal.svg</iconset>
350    </property>
351    <property name="text" >
352     <string>List Files On Job</string>
353    </property>
354   </action>
355   <action name="actionListJobMedia" >
356    <property name="icon" >
357     <iconset resource="../main.qrc" >:/images/utilities-terminal.svg</iconset>
358    </property>
359    <property name="text" >
360     <string>ListJobMedia</string>
361    </property>
362   </action>
363   <action name="actionListVolumes" >
364    <property name="icon" >
365     <iconset resource="../main.qrc" >:/images/utilities-terminal.svg</iconset>
366    </property>
367    <property name="text" >
368     <string>ListVolumes</string>
369    </property>
370   </action>
371   <action name="actionDeleteJob" >
372    <property name="icon" >
373     <iconset resource="../main.qrc" >:/images/weather-severe-alert.svg</iconset>
374    </property>
375    <property name="text" >
376     <string>DeleteJob</string>
377    </property>
378   </action>
379   <action name="actionPurgeFiles" >
380    <property name="icon" >
381     <iconset resource="../main.qrc" >:/images/weather-severe-alert.svg</iconset>
382    </property>
383    <property name="text" >
384     <string>PurgeFiles</string>
385    </property>
386   </action>
387   <action name="actionRestoreFromJob" >
388    <property name="icon" >
389     <iconset resource="../main.qrc" >:/images/restore.png</iconset>
390    </property>
391    <property name="text" >
392     <string>Restore From Job</string>
393    </property>
394   </action>
395   <action name="actionRestoreFromTime" >
396    <property name="icon" >
397     <iconset resource="../main.qrc" >:/images/restore.png</iconset>
398    </property>
399    <property name="text" >
400     <string>Restore From Time</string>
401    </property>
402   </action>
403   <action name="actionShowLogForJob" >
404    <property name="icon" >
405     <iconset resource="../main.qrc" >:/images/joblog.png</iconset>
406    </property>
407    <property name="text" >
408     <string>Show Log for Job</string>
409    </property>
410   </action>
411   <action name="actionCancelJob" >
412    <property name="icon" >
413     <iconset resource="../main.qrc" >:/images/unmark.png</iconset>
414    </property>
415    <property name="text" >
416     <string>Cancel Currently Running Job</string>
417    </property>
418   </action>
419   <action name="actionListJobTotals" >
420    <property name="icon" >
421     <iconset resource="../main.qrc" >:/images/utilities-terminal.svg</iconset>
422    </property>
423    <property name="text" >
424     <string>List Job Totals in Console</string>
425    </property>
426   </action>
427  </widget>
428  <resources>
429   <include location="../main.qrc" />
430  </resources>
431  <connections/>
432 </ui>