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