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