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