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