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