]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/main.ui
Add preference to have the status dir screen auto refresh.
[bacula/bacula] / bacula / src / qt-console / main.ui
1 <ui version="4.0" >
2  <author>Kern Sibbald</author>
3  <class>MainForm</class>
4  <widget class="QMainWindow" name="MainForm" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>882</width>
10     <height>689</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>bat - Bacula Admin Tool</string>
15   </property>
16   <property name="windowIcon" >
17    <iconset resource="main.qrc" >:/images/bat.png</iconset>
18   </property>
19   <property name="toolTip" >
20    <string/>
21   </property>
22   <property name="statusTip" >
23    <string>Bacula Administration Tool</string>
24   </property>
25   <property name="whatsThis" >
26    <string>It's a Dock widget to allow page selection</string>
27   </property>
28   <widget class="QWidget" name="centralwidget" >
29    <layout class="QGridLayout" >
30     <property name="margin" >
31      <number>9</number>
32     </property>
33     <property name="spacing" >
34      <number>6</number>
35     </property>
36     <item row="0" column="0" >
37      <widget class="QStackedWidget" name="stackedWidget" >
38       <property name="sizePolicy" >
39        <sizepolicy>
40         <hsizetype>7</hsizetype>
41         <vsizetype>7</vsizetype>
42         <horstretch>1</horstretch>
43         <verstretch>0</verstretch>
44        </sizepolicy>
45       </property>
46       <property name="sizeIncrement" >
47        <size>
48         <width>1</width>
49         <height>0</height>
50        </size>
51       </property>
52       <property name="focusPolicy" >
53        <enum>Qt::StrongFocus</enum>
54       </property>
55       <property name="toolTip" >
56        <string/>
57       </property>
58       <property name="statusTip" >
59        <string/>
60       </property>
61       <property name="currentIndex" >
62        <number>-1</number>
63       </property>
64      </widget>
65     </item>
66    </layout>
67   </widget>
68   <widget class="QMenuBar" name="menubar" >
69    <property name="geometry" >
70     <rect>
71      <x>0</x>
72      <y>0</y>
73      <width>882</width>
74      <height>28</height>
75     </rect>
76    </property>
77    <widget class="QMenu" name="menuEdit" >
78     <property name="title" >
79      <string>&amp;Edit</string>
80     </property>
81     <addaction name="actionCopy" />
82     <addaction name="actionCut" />
83     <addaction name="actionPaste" />
84    </widget>
85    <widget class="QMenu" name="menuSettings" >
86     <property name="title" >
87      <string>Settings</string>
88     </property>
89     <addaction name="actionPreferences" />
90     <addaction name="actionSelectFont" />
91    </widget>
92    <widget class="QMenu" name="menuHelp" >
93     <property name="title" >
94      <string>&amp;Help</string>
95     </property>
96     <addaction name="actionBat_Help" />
97     <addaction name="actionAbout_bat" />
98    </widget>
99    <widget class="QMenu" name="menuFile" >
100     <property name="title" >
101      <string>&amp;File</string>
102     </property>
103     <addaction name="actionPrint" />
104     <addaction name="actionSave" />
105     <addaction name="actionQuit" />
106    </widget>
107    <addaction name="menuFile" />
108    <addaction name="menuEdit" />
109    <addaction name="menuSettings" />
110    <addaction name="menuHelp" />
111   </widget>
112   <widget class="QStatusBar" name="statusbar" >
113    <property name="toolTip" >
114     <string>Current Status</string>
115    </property>
116    <property name="statusTip" >
117     <string>Current Status</string>
118    </property>
119   </widget>
120   <widget class="QToolBar" name="toolBar" >
121    <property name="minimumSize" >
122     <size>
123      <width>51</width>
124      <height>39</height>
125     </size>
126    </property>
127    <property name="toolTip" >
128     <string>Tool Bar</string>
129    </property>
130    <property name="orientation" >
131     <enum>Qt::Horizontal</enum>
132    </property>
133    <attribute name="toolBarArea" >
134     <number>4</number>
135    </attribute>
136    <addaction name="actionConnect" />
137    <addaction name="actionStatusDir" />
138    <addaction name="actionStatusDirPage" />
139    <addaction name="actionMessages" />
140    <addaction name="actionLabel" />
141    <addaction name="actionRestore" />
142    <addaction name="actionRun" />
143    <addaction name="actionEstimate" />
144    <addaction name="actionBrowse" />
145    <addaction name="actionJobPlot" />
146    <addaction name="actionUndock" />
147   </widget>
148   <widget class="QDockWidget" name="dockWidget" >
149    <property name="sizePolicy" >
150     <sizepolicy>
151      <hsizetype>5</hsizetype>
152      <vsizetype>7</vsizetype>
153      <horstretch>0</horstretch>
154      <verstretch>1</verstretch>
155     </sizepolicy>
156    </property>
157    <property name="minimumSize" >
158     <size>
159      <width>50</width>
160      <height>100</height>
161     </size>
162    </property>
163    <property name="maximumSize" >
164     <size>
165      <width>16777215</width>
166      <height>16777215</height>
167     </size>
168    </property>
169    <property name="focusPolicy" >
170     <enum>Qt::StrongFocus</enum>
171    </property>
172    <property name="toolTip" >
173     <string/>
174    </property>
175    <property name="statusTip" >
176     <string/>
177    </property>
178    <property name="floating" >
179     <bool>false</bool>
180    </property>
181    <property name="features" >
182     <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures</set>
183    </property>
184    <property name="allowedAreas" >
185     <set>Qt::AllDockWidgetAreas</set>
186    </property>
187    <property name="windowTitle" >
188     <string>Page Selector</string>
189    </property>
190    <attribute name="dockWidgetArea" >
191     <number>1</number>
192    </attribute>
193    <widget class="QWidget" name="dockWidgetContents" >
194     <layout class="QGridLayout" >
195      <property name="margin" >
196       <number>9</number>
197      </property>
198      <property name="spacing" >
199       <number>6</number>
200      </property>
201      <item row="0" column="0" >
202       <widget class="QTreeWidget" name="treeWidget" >
203        <property name="sizePolicy" >
204         <sizepolicy>
205          <hsizetype>5</hsizetype>
206          <vsizetype>7</vsizetype>
207          <horstretch>1</horstretch>
208          <verstretch>1</verstretch>
209         </sizepolicy>
210        </property>
211        <property name="minimumSize" >
212         <size>
213          <width>0</width>
214          <height>0</height>
215         </size>
216        </property>
217        <property name="maximumSize" >
218         <size>
219          <width>16777215</width>
220          <height>16777215</height>
221         </size>
222        </property>
223        <property name="sizeIncrement" >
224         <size>
225          <width>0</width>
226          <height>0</height>
227         </size>
228        </property>
229        <property name="focusPolicy" >
230         <enum>Qt::StrongFocus</enum>
231        </property>
232        <property name="toolTip" >
233         <string>Selects panel window</string>
234        </property>
235        <property name="statusTip" >
236         <string>Use items in this tree to select what window is in panel</string>
237        </property>
238        <property name="autoFillBackground" >
239         <bool>true</bool>
240        </property>
241       </widget>
242      </item>
243     </layout>
244    </widget>
245   </widget>
246   <widget class="QDockWidget" name="dockWidget_2" >
247    <property name="toolTip" >
248     <string>Console Entry</string>
249    </property>
250    <property name="statusTip" >
251     <string>Enter a bacula command</string>
252    </property>
253    <property name="whatsThis" >
254     <string>Console Command entry Dock Widget</string>
255    </property>
256    <property name="features" >
257     <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures</set>
258    </property>
259    <property name="allowedAreas" >
260     <set>Qt::BottomDockWidgetArea|Qt::NoDockWidgetArea|Qt::TopDockWidgetArea</set>
261    </property>
262    <property name="windowTitle" >
263     <string>Console Command Line Entry</string>
264    </property>
265    <attribute name="dockWidgetArea" >
266     <number>8</number>
267    </attribute>
268    <widget class="QWidget" name="dockWidgetContents_2" >
269     <layout class="QGridLayout" >
270      <property name="margin" >
271       <number>9</number>
272      </property>
273      <property name="spacing" >
274       <number>6</number>
275      </property>
276      <item row="0" column="0" >
277       <layout class="QHBoxLayout" >
278        <property name="margin" >
279         <number>0</number>
280        </property>
281        <property name="spacing" >
282         <number>6</number>
283        </property>
284        <item>
285         <widget class="QLabel" name="label" >
286          <property name="text" >
287           <string>Command:</string>
288          </property>
289         </widget>
290        </item>
291        <item>
292         <widget class="QLineEdit" name="lineEdit" >
293          <property name="statusTip" >
294           <string>Click here to enter command</string>
295          </property>
296         </widget>
297        </item>
298       </layout>
299      </item>
300     </layout>
301    </widget>
302   </widget>
303   <action name="actionQuit" >
304    <property name="text" >
305     <string>&amp;Quit</string>
306    </property>
307    <property name="shortcut" >
308     <string>Ctrl+Q</string>
309    </property>
310   </action>
311   <action name="actionAbout_bat" >
312    <property name="icon" >
313     <iconset resource="main.qrc" >:/images/bat.png</iconset>
314    </property>
315    <property name="text" >
316     <string>&amp;About bat</string>
317    </property>
318   </action>
319   <action name="actionCopy" >
320    <property name="icon" >
321     <iconset resource="main.qrc" >:/images/copy.png</iconset>
322    </property>
323    <property name="text" >
324     <string>&amp;Copy</string>
325    </property>
326   </action>
327   <action name="actionCut" >
328    <property name="icon" >
329     <iconset resource="main.qrc" >:/images/cut.png</iconset>
330    </property>
331    <property name="text" >
332     <string>Cu&amp;t</string>
333    </property>
334   </action>
335   <action name="actionNew" >
336    <property name="icon" >
337     <iconset resource="main.qrc" >:/images/new.png</iconset>
338    </property>
339    <property name="text" >
340     <string>new</string>
341    </property>
342   </action>
343   <action name="actionOpen" >
344    <property name="icon" >
345     <iconset resource="main.qrc" >:/images/open.png</iconset>
346    </property>
347    <property name="text" >
348     <string>open</string>
349    </property>
350   </action>
351   <action name="actionPaste" >
352    <property name="icon" >
353     <iconset resource="main.qrc" >:/images/paste.png</iconset>
354    </property>
355    <property name="text" >
356     <string>&amp;Paste</string>
357    </property>
358   </action>
359   <action name="actionPrint" >
360    <property name="icon" >
361     <iconset resource="main.qrc" >:/images/print.png</iconset>
362    </property>
363    <property name="text" >
364     <string>&amp;Print</string>
365    </property>
366    <property name="statusTip" >
367     <string>Print</string>
368    </property>
369   </action>
370   <action name="actionSave" >
371    <property name="icon" >
372     <iconset resource="main.qrc" >:/images/save.png</iconset>
373    </property>
374    <property name="text" >
375     <string>&amp;Save</string>
376    </property>
377    <property name="statusTip" >
378     <string>Save (not implemented)</string>
379    </property>
380   </action>
381   <action name="actionConnect" >
382    <property name="icon" >
383     <iconset resource="main.qrc" >:/images/disconnected.png</iconset>
384    </property>
385    <property name="text" >
386     <string>Connect</string>
387    </property>
388    <property name="statusTip" >
389     <string>Connect/disconnect</string>
390    </property>
391   </action>
392   <action name="actionLabel" >
393    <property name="icon" >
394     <iconset resource="main.qrc" >:/images/label.png</iconset>
395    </property>
396    <property name="text" >
397     <string>Label</string>
398    </property>
399    <property name="toolTip" >
400     <string>Label a Volume</string>
401    </property>
402    <property name="statusTip" >
403     <string>Label a Volume</string>
404    </property>
405   </action>
406   <action name="actionRestore" >
407    <property name="icon" >
408     <iconset resource="main.qrc" >:/images/restore.png</iconset>
409    </property>
410    <property name="text" >
411     <string>Restore</string>
412    </property>
413    <property name="statusTip" >
414     <string>Restore Files</string>
415    </property>
416   </action>
417   <action name="actionRun" >
418    <property name="checked" >
419     <bool>false</bool>
420    </property>
421    <property name="icon" >
422     <iconset resource="main.qrc" >:/images/run.png</iconset>
423    </property>
424    <property name="text" >
425     <string>Run Job</string>
426    </property>
427    <property name="iconText" >
428     <string>Run Job</string>
429    </property>
430    <property name="toolTip" >
431     <string>Run Job</string>
432    </property>
433    <property name="statusTip" >
434     <string>Run a Job</string>
435    </property>
436   </action>
437   <action name="actionEstimate" >
438    <property name="checked" >
439     <bool>false</bool>
440    </property>
441    <property name="icon" >
442     <iconset resource="main.qrc" >:/images/estimate-job.png</iconset>
443    </property>
444    <property name="text" >
445     <string>Estimate Job</string>
446    </property>
447    <property name="iconText" >
448     <string>Estimate Job</string>
449    </property>
450    <property name="toolTip" >
451     <string>Estimate Job</string>
452    </property>
453    <property name="statusTip" >
454     <string>Estimate a Job</string>
455    </property>
456   </action>
457   <action name="actionStatusDir" >
458    <property name="icon" >
459     <iconset resource="main.qrc" >:/images/status.png</iconset>
460    </property>
461    <property name="text" >
462     <string comment="Query status of director" >Status Dir</string>
463    </property>
464    <property name="iconText" >
465     <string>Status Dir</string>
466    </property>
467    <property name="toolTip" >
468     <string>Query status of director in console</string>
469    </property>
470    <property name="statusTip" >
471     <string>Query status of director in console</string>
472    </property>
473    <property name="autoRepeat" >
474     <bool>true</bool>
475    </property>
476   </action>
477   <action name="actionSelectFont" >
478    <property name="text" >
479     <string>&amp;Select Font ...</string>
480    </property>
481   </action>
482   <action name="actionUndock" >
483    <property name="icon" >
484     <iconset resource="main.qrc" >:/images/up.png</iconset>
485    </property>
486    <property name="text" >
487     <string>Undock Window</string>
488    </property>
489    <property name="statusTip" >
490     <string>Undock Current Window</string>
491    </property>
492   </action>
493   <action name="actionToggleDock" >
494    <property name="icon" >
495     <iconset resource="main.qrc" >:/images/up.png</iconset>
496    </property>
497    <property name="text" >
498     <string>ToggleDock</string>
499    </property>
500    <property name="toolTip" >
501     <string>Toggle Dock Status</string>
502    </property>
503    <property name="statusTip" >
504     <string>Toggle Dock Status</string>
505    </property>
506   </action>
507   <action name="actionClosePage" >
508    <property name="icon" >
509     <iconset resource="main.qrc" >:/images/unmark.png</iconset>
510    </property>
511    <property name="text" >
512     <string>Close Page</string>
513    </property>
514    <property name="statusTip" >
515     <string>Close The Current Page</string>
516    </property>
517   </action>
518   <action name="actionMessages" >
519    <property name="icon" >
520     <iconset resource="main.qrc" >:/images/mail-message-new.png</iconset>
521    </property>
522    <property name="text" >
523     <string>Messages</string>
524    </property>
525    <property name="statusTip" >
526     <string>Display any messages queued at the director</string>
527    </property>
528    <property name="autoRepeat" >
529     <bool>false</bool>
530    </property>
531   </action>
532   <action name="actionPreferences" >
533    <property name="text" >
534     <string>&amp;Preferences ...</string>
535    </property>
536    <property name="iconText" >
537     <string>Set Preferences</string>
538    </property>
539    <property name="toolTip" >
540     <string>Set Preferences</string>
541    </property>
542   </action>
543   <action name="actionBat_Help" >
544    <property name="icon" >
545     <iconset resource="main.qrc" >:/images/help-browser.png</iconset>
546    </property>
547    <property name="text" >
548     <string>bat &amp;Help</string>
549    </property>
550   </action>
551   <action name="actionBrowse" >
552    <property name="icon" >
553     <iconset resource="main.qrc" >:/images/browse.png</iconset>
554    </property>
555    <property name="text" >
556     <string>Browse</string>
557    </property>
558    <property name="toolTip" >
559     <string>Browse Cataloged Files</string>
560    </property>
561    <property name="statusTip" >
562     <string>Browse Cataloged Files</string>
563    </property>
564   </action>
565   <action name="actionJobPlot" >
566    <property name="icon" >
567     <iconset resource="main.qrc" >:/images/graph1.png</iconset>
568    </property>
569    <property name="text" >
570     <string>JobPlot</string>
571    </property>
572    <property name="toolTip" >
573     <string>Plot Job Files and Bytes</string>
574    </property>
575    <property name="statusTip" >
576     <string>Plot Job Files and Bytes</string>
577    </property>
578   </action>
579   <action name="actionStatusDirPage" >
580    <property name="icon" >
581     <iconset>images/joblog.svg</iconset>
582    </property>
583    <property name="text" >
584     <string>Status Dir Page</string>
585    </property>
586    <property name="toolTip" >
587     <string>Director Status Page</string>
588    </property>
589   </action>
590  </widget>
591  <resources>
592   <include location="main.qrc" />
593  </resources>
594  <connections/>
595 </ui>