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