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