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