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