]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/main.ui
Implement Help Browser window for bat.
[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>: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="menuFile" >
86     <property name="title" >
87      <string>&amp;File</string>
88     </property>
89     <addaction name="actionPrint" />
90     <addaction name="actionSave" />
91     <addaction name="actionQuit" />
92    </widget>
93    <widget class="QMenu" name="menuSettings" >
94     <property name="title" >
95      <string>Settings</string>
96     </property>
97     <addaction name="actionPreferences" />
98     <addaction name="actionSelectFont" />
99    </widget>
100    <widget class="QMenu" name="menuHelp" >
101     <property name="title" >
102      <string>&amp;Help</string>
103     </property>
104     <addaction name="actionBat_Help" />
105     <addaction name="actionAbout_bat" />
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="actionMessages" />
139    <addaction name="actionLabel" />
140    <addaction name="actionRestore" />
141    <addaction name="actionRun" />
142    <addaction name="actionUndock" />
143   </widget>
144   <widget class="QDockWidget" name="dockWidget" >
145    <property name="sizePolicy" >
146     <sizepolicy>
147      <hsizetype>5</hsizetype>
148      <vsizetype>7</vsizetype>
149      <horstretch>0</horstretch>
150      <verstretch>1</verstretch>
151     </sizepolicy>
152    </property>
153    <property name="minimumSize" >
154     <size>
155      <width>50</width>
156      <height>100</height>
157     </size>
158    </property>
159    <property name="maximumSize" >
160     <size>
161      <width>16777215</width>
162      <height>16777215</height>
163     </size>
164    </property>
165    <property name="focusPolicy" >
166     <enum>Qt::StrongFocus</enum>
167    </property>
168    <property name="toolTip" >
169     <string/>
170    </property>
171    <property name="statusTip" >
172     <string/>
173    </property>
174    <property name="floating" >
175     <bool>false</bool>
176    </property>
177    <property name="features" >
178     <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures</set>
179    </property>
180    <property name="allowedAreas" >
181     <set>Qt::AllDockWidgetAreas</set>
182    </property>
183    <property name="windowTitle" >
184     <string>Page Selector</string>
185    </property>
186    <attribute name="dockWidgetArea" >
187     <number>1</number>
188    </attribute>
189    <widget class="QWidget" name="dockWidgetContents" >
190     <layout class="QGridLayout" >
191      <property name="margin" >
192       <number>9</number>
193      </property>
194      <property name="spacing" >
195       <number>6</number>
196      </property>
197      <item row="0" column="0" >
198       <widget class="QTreeWidget" name="treeWidget" >
199        <property name="sizePolicy" >
200         <sizepolicy>
201          <hsizetype>5</hsizetype>
202          <vsizetype>7</vsizetype>
203          <horstretch>1</horstretch>
204          <verstretch>1</verstretch>
205         </sizepolicy>
206        </property>
207        <property name="minimumSize" >
208         <size>
209          <width>0</width>
210          <height>0</height>
211         </size>
212        </property>
213        <property name="maximumSize" >
214         <size>
215          <width>16777215</width>
216          <height>16777215</height>
217         </size>
218        </property>
219        <property name="sizeIncrement" >
220         <size>
221          <width>0</width>
222          <height>0</height>
223         </size>
224        </property>
225        <property name="focusPolicy" >
226         <enum>Qt::StrongFocus</enum>
227        </property>
228        <property name="toolTip" >
229         <string>Selects panel window</string>
230        </property>
231        <property name="statusTip" >
232         <string>Use items in this tree to select what window is in panel</string>
233        </property>
234        <property name="autoFillBackground" >
235         <bool>true</bool>
236        </property>
237       </widget>
238      </item>
239     </layout>
240    </widget>
241   </widget>
242   <widget class="QDockWidget" name="dockWidget_2" >
243    <property name="toolTip" >
244     <string>Console Entry</string>
245    </property>
246    <property name="statusTip" >
247     <string>Enter a bacula command</string>
248    </property>
249    <property name="whatsThis" >
250     <string>Console Command entry Dock Widget</string>
251    </property>
252    <property name="features" >
253     <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures</set>
254    </property>
255    <property name="allowedAreas" >
256     <set>Qt::BottomDockWidgetArea|Qt::NoDockWidgetArea|Qt::TopDockWidgetArea</set>
257    </property>
258    <property name="windowTitle" >
259     <string>Console Command Line Entry</string>
260    </property>
261    <attribute name="dockWidgetArea" >
262     <number>8</number>
263    </attribute>
264    <widget class="QWidget" name="dockWidgetContents_2" >
265     <layout class="QGridLayout" >
266      <property name="margin" >
267       <number>9</number>
268      </property>
269      <property name="spacing" >
270       <number>6</number>
271      </property>
272      <item row="0" column="0" >
273       <layout class="QHBoxLayout" >
274        <property name="margin" >
275         <number>0</number>
276        </property>
277        <property name="spacing" >
278         <number>6</number>
279        </property>
280        <item>
281         <widget class="QLabel" name="label" >
282          <property name="text" >
283           <string>Command:</string>
284          </property>
285         </widget>
286        </item>
287        <item>
288         <widget class="QLineEdit" name="lineEdit" >
289          <property name="statusTip" >
290           <string>Click here to enter command</string>
291          </property>
292         </widget>
293        </item>
294       </layout>
295      </item>
296     </layout>
297    </widget>
298   </widget>
299   <action name="actionQuit" >
300    <property name="text" >
301     <string>&amp;Quit</string>
302    </property>
303    <property name="shortcut" >
304     <string>Ctrl+Q</string>
305    </property>
306   </action>
307   <action name="actionAbout_bat" >
308    <property name="icon" >
309     <iconset>:images/bat.png</iconset>
310    </property>
311    <property name="text" >
312     <string>&amp;About bat</string>
313    </property>
314   </action>
315   <action name="actionCopy" >
316    <property name="icon" >
317     <iconset>:images/copy.png</iconset>
318    </property>
319    <property name="text" >
320     <string>&amp;Copy</string>
321    </property>
322   </action>
323   <action name="actionCut" >
324    <property name="icon" >
325     <iconset>:images/cut.png</iconset>
326    </property>
327    <property name="text" >
328     <string>Cu&amp;t</string>
329    </property>
330   </action>
331   <action name="actionNew" >
332    <property name="icon" >
333     <iconset>:images/new.png</iconset>
334    </property>
335    <property name="text" >
336     <string>new</string>
337    </property>
338   </action>
339   <action name="actionOpen" >
340    <property name="icon" >
341     <iconset>:images/open.png</iconset>
342    </property>
343    <property name="text" >
344     <string>open</string>
345    </property>
346   </action>
347   <action name="actionPaste" >
348    <property name="icon" >
349     <iconset>:images/paste.png</iconset>
350    </property>
351    <property name="text" >
352     <string>&amp;Paste</string>
353    </property>
354   </action>
355   <action name="actionPrint" >
356    <property name="icon" >
357     <iconset>:images/print.png</iconset>
358    </property>
359    <property name="text" >
360     <string>&amp;Print</string>
361    </property>
362    <property name="statusTip" >
363     <string>Print</string>
364    </property>
365   </action>
366   <action name="actionSave" >
367    <property name="icon" >
368     <iconset>:images/save.png</iconset>
369    </property>
370    <property name="text" >
371     <string>&amp;Save</string>
372    </property>
373    <property name="statusTip" >
374     <string>Save (not implemented)</string>
375    </property>
376   </action>
377   <action name="actionConnect" >
378    <property name="icon" >
379     <iconset>:images/disconnected.png</iconset>
380    </property>
381    <property name="text" >
382     <string>Connect</string>
383    </property>
384    <property name="statusTip" >
385     <string>Connect/disconnect</string>
386    </property>
387   </action>
388   <action name="actionLabel" >
389    <property name="icon" >
390     <iconset>:images/label.png</iconset>
391    </property>
392    <property name="text" >
393     <string>Label</string>
394    </property>
395    <property name="toolTip" >
396     <string>Label a Volume</string>
397    </property>
398    <property name="statusTip" >
399     <string>Label a Volume</string>
400    </property>
401   </action>
402   <action name="actionRestore" >
403    <property name="icon" >
404     <iconset>:images/restore.png</iconset>
405    </property>
406    <property name="text" >
407     <string>Restore</string>
408    </property>
409    <property name="statusTip" >
410     <string>Restore Files</string>
411    </property>
412   </action>
413   <action name="actionRun" >
414    <property name="checked" >
415     <bool>false</bool>
416    </property>
417    <property name="icon" >
418     <iconset>:images/run.png</iconset>
419    </property>
420    <property name="text" >
421     <string>Run Job</string>
422    </property>
423    <property name="iconText" >
424     <string>Run Job</string>
425    </property>
426    <property name="toolTip" >
427     <string>Run Job</string>
428    </property>
429    <property name="statusTip" >
430     <string>Run a Job</string>
431    </property>
432   </action>
433   <action name="actionStatusDir" >
434    <property name="icon" >
435     <iconset>:images/status.png</iconset>
436    </property>
437    <property name="text" >
438     <string>StatusDir</string>
439    </property>
440    <property name="toolTip" >
441     <string>status dir</string>
442    </property>
443    <property name="statusTip" >
444     <string>Status of Director</string>
445    </property>
446   </action>
447   <action name="actionSelectFont" >
448    <property name="text" >
449     <string>&amp;Select Font ...</string>
450    </property>
451   </action>
452   <action name="actionUndock" >
453    <property name="icon" >
454     <iconset>:images/up.png</iconset>
455    </property>
456    <property name="text" >
457     <string>Undock Window</string>
458    </property>
459   </action>
460   <action name="actionToggleDock" >
461    <property name="icon" >
462     <iconset>:images/unmark.png</iconset>
463    </property>
464    <property name="text" >
465     <string>ToggleDock</string>
466    </property>
467   </action>
468   <action name="actionClosePage" >
469    <property name="icon" >
470     <iconset>:images/unmark.png</iconset>
471    </property>
472    <property name="text" >
473     <string>Close Page</string>
474    </property>
475    <property name="statusTip" >
476     <string>Close The Current Page</string>
477    </property>
478   </action>
479   <action name="actionMessages" >
480    <property name="icon" >
481     <iconset>:images/status.png</iconset>
482    </property>
483    <property name="text" >
484     <string>Messages</string>
485    </property>
486    <property name="statusTip" >
487     <string>Display any messages queued at the director</string>
488    </property>
489   </action>
490   <action name="actionPreferences" >
491    <property name="text" >
492     <string>&amp;Preferences ...</string>
493    </property>
494    <property name="iconText" >
495     <string>Set Preferences</string>
496    </property>
497    <property name="toolTip" >
498     <string>Set Preferences</string>
499    </property>
500   </action>
501   <action name="actionBat_Help" >
502    <property name="text" >
503     <string>bat &amp;Help</string>
504    </property>
505   </action>
506  </widget>
507  <resources>
508   <include location="main.qrc" />
509  </resources>
510  <connections/>
511 </ui>