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