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