]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/main.ui
dhb A modified main.ui for review of look and feel
[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>973</width>
10     <height>801</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   <widget class="QWidget" name="centralwidget" >
20    <layout class="QGridLayout" >
21     <property name="margin" >
22      <number>9</number>
23     </property>
24     <property name="spacing" >
25      <number>6</number>
26     </property>
27     <item row="0" column="0" >
28      <widget class="QStackedWidget" name="stackedWidget" >
29       <property name="sizePolicy" >
30        <sizepolicy>
31         <hsizetype>7</hsizetype>
32         <vsizetype>7</vsizetype>
33         <horstretch>1</horstretch>
34         <verstretch>0</verstretch>
35        </sizepolicy>
36       </property>
37       <property name="sizeIncrement" >
38        <size>
39         <width>1</width>
40         <height>0</height>
41        </size>
42       </property>
43       <property name="focusPolicy" >
44        <enum>Qt::StrongFocus</enum>
45       </property>
46       <property name="currentIndex" >
47        <number>-1</number>
48       </property>
49      </widget>
50     </item>
51    </layout>
52   </widget>
53   <widget class="QMenuBar" name="menubar" >
54    <property name="geometry" >
55     <rect>
56      <x>0</x>
57      <y>0</y>
58      <width>973</width>
59      <height>28</height>
60     </rect>
61    </property>
62    <widget class="QMenu" name="menuHelp" >
63     <property name="title" >
64      <string>&amp;Help</string>
65     </property>
66     <addaction name="actionAbout_bat" />
67    </widget>
68    <widget class="QMenu" name="menuSettings" >
69     <property name="title" >
70      <string>Settings</string>
71     </property>
72     <addaction name="actionSelectFont" />
73    </widget>
74    <widget class="QMenu" name="menuEdit" >
75     <property name="title" >
76      <string>&amp;Edit</string>
77     </property>
78     <addaction name="actionCopy" />
79     <addaction name="actionCut" />
80     <addaction name="actionPaste" />
81    </widget>
82    <widget class="QMenu" name="menuFile" >
83     <property name="title" >
84      <string>&amp;File</string>
85     </property>
86     <addaction name="actionPrint" />
87     <addaction name="actionSave" />
88     <addaction name="actionQuit" />
89    </widget>
90    <addaction name="menuFile" />
91    <addaction name="menuEdit" />
92    <addaction name="menuSettings" />
93    <addaction name="menuHelp" />
94   </widget>
95   <widget class="QStatusBar" name="statusbar" >
96    <property name="toolTip" >
97     <string>Current Status</string>
98    </property>
99    <property name="statusTip" >
100     <string>Current Status</string>
101    </property>
102   </widget>
103   <widget class="QToolBar" name="toolBar" >
104    <property name="minimumSize" >
105     <size>
106      <width>51</width>
107      <height>39</height>
108     </size>
109    </property>
110    <property name="toolTip" >
111     <string>Tool Bar</string>
112    </property>
113    <property name="orientation" >
114     <enum>Qt::Horizontal</enum>
115    </property>
116    <attribute name="toolBarArea" >
117     <number>4</number>
118    </attribute>
119    <addaction name="actionConnect" />
120    <addaction name="actionStatusDir" />
121    <addaction name="actionLabel" />
122    <addaction name="actionRestore" />
123    <addaction name="actionRun" />
124   </widget>
125   <widget class="QDockWidget" name="dockWidget" >
126    <property name="sizePolicy" >
127     <sizepolicy>
128      <hsizetype>5</hsizetype>
129      <vsizetype>7</vsizetype>
130      <horstretch>0</horstretch>
131      <verstretch>1</verstretch>
132     </sizepolicy>
133    </property>
134    <property name="minimumSize" >
135     <size>
136      <width>50</width>
137      <height>100</height>
138     </size>
139    </property>
140    <property name="maximumSize" >
141     <size>
142      <width>16777215</width>
143      <height>16777215</height>
144     </size>
145    </property>
146    <property name="focusPolicy" >
147     <enum>Qt::StrongFocus</enum>
148    </property>
149    <property name="floating" >
150     <bool>false</bool>
151    </property>
152    <property name="features" >
153     <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures</set>
154    </property>
155    <property name="allowedAreas" >
156     <set>Qt::AllDockWidgetAreas</set>
157    </property>
158    <property name="windowTitle" >
159     <string>Page Selector</string>
160    </property>
161    <attribute name="dockWidgetArea" >
162     <number>1</number>
163    </attribute>
164    <widget class="QWidget" name="dockWidgetContents" >
165     <layout class="QGridLayout" >
166      <property name="margin" >
167       <number>9</number>
168      </property>
169      <property name="spacing" >
170       <number>6</number>
171      </property>
172      <item row="0" column="0" >
173       <widget class="QTreeWidget" name="treeWidget" >
174        <property name="sizePolicy" >
175         <sizepolicy>
176          <hsizetype>5</hsizetype>
177          <vsizetype>7</vsizetype>
178          <horstretch>1</horstretch>
179          <verstretch>1</verstretch>
180         </sizepolicy>
181        </property>
182        <property name="minimumSize" >
183         <size>
184          <width>0</width>
185          <height>0</height>
186         </size>
187        </property>
188        <property name="maximumSize" >
189         <size>
190          <width>16777215</width>
191          <height>16777215</height>
192         </size>
193        </property>
194        <property name="sizeIncrement" >
195         <size>
196          <width>0</width>
197          <height>0</height>
198         </size>
199        </property>
200        <property name="focusPolicy" >
201         <enum>Qt::StrongFocus</enum>
202        </property>
203        <property name="toolTip" >
204         <string>Selects right panel</string>
205        </property>
206        <property name="autoFillBackground" >
207         <bool>true</bool>
208        </property>
209       </widget>
210      </item>
211     </layout>
212    </widget>
213   </widget>
214   <widget class="QDockWidget" name="dockWidget_2" >
215    <property name="allowedAreas" >
216     <set>Qt::BottomDockWidgetArea</set>
217    </property>
218    <attribute name="dockWidgetArea" >
219     <number>8</number>
220    </attribute>
221    <widget class="QWidget" name="dockWidgetContents_2" >
222     <layout class="QGridLayout" >
223      <property name="margin" >
224       <number>9</number>
225      </property>
226      <property name="spacing" >
227       <number>6</number>
228      </property>
229      <item row="0" column="0" >
230       <layout class="QHBoxLayout" >
231        <property name="margin" >
232         <number>0</number>
233        </property>
234        <property name="spacing" >
235         <number>6</number>
236        </property>
237        <item>
238         <widget class="QLabel" name="label" >
239          <property name="text" >
240           <string>Command:</string>
241          </property>
242         </widget>
243        </item>
244        <item>
245         <widget class="QLineEdit" name="lineEdit" />
246        </item>
247       </layout>
248      </item>
249     </layout>
250    </widget>
251   </widget>
252   <action name="actionQuit" >
253    <property name="text" >
254     <string>&amp;Quit</string>
255    </property>
256    <property name="shortcut" >
257     <string>Ctrl+Q</string>
258    </property>
259   </action>
260   <action name="actionAbout_bat" >
261    <property name="icon" >
262     <iconset>images/bat.png</iconset>
263    </property>
264    <property name="text" >
265     <string>&amp;About bat</string>
266    </property>
267   </action>
268   <action name="actionCopy" >
269    <property name="icon" >
270     <iconset>images/copy.png</iconset>
271    </property>
272    <property name="text" >
273     <string>&amp;Copy</string>
274    </property>
275   </action>
276   <action name="actionCut" >
277    <property name="icon" >
278     <iconset>images/cut.png</iconset>
279    </property>
280    <property name="text" >
281     <string>Cu&amp;t</string>
282    </property>
283   </action>
284   <action name="actionNew" >
285    <property name="icon" >
286     <iconset>images/new.png</iconset>
287    </property>
288    <property name="text" >
289     <string>new</string>
290    </property>
291   </action>
292   <action name="actionOpen" >
293    <property name="icon" >
294     <iconset>images/open.png</iconset>
295    </property>
296    <property name="text" >
297     <string>open</string>
298    </property>
299   </action>
300   <action name="actionPaste" >
301    <property name="icon" >
302     <iconset>images/paste.png</iconset>
303    </property>
304    <property name="text" >
305     <string>&amp;Paste</string>
306    </property>
307   </action>
308   <action name="actionPrint" >
309    <property name="icon" >
310     <iconset>images/print.png</iconset>
311    </property>
312    <property name="text" >
313     <string>&amp;Print</string>
314    </property>
315    <property name="statusTip" >
316     <string>Print</string>
317    </property>
318   </action>
319   <action name="actionSave" >
320    <property name="icon" >
321     <iconset>images/save.png</iconset>
322    </property>
323    <property name="text" >
324     <string>&amp;Save</string>
325    </property>
326    <property name="statusTip" >
327     <string>Save (not implemented)</string>
328    </property>
329   </action>
330   <action name="actionConnect" >
331    <property name="icon" >
332     <iconset>images/disconnected.png</iconset>
333    </property>
334    <property name="text" >
335     <string>Connect</string>
336    </property>
337    <property name="statusTip" >
338     <string>Connect/disconnect</string>
339    </property>
340   </action>
341   <action name="actionLabel" >
342    <property name="icon" >
343     <iconset>images/label.png</iconset>
344    </property>
345    <property name="text" >
346     <string>Label</string>
347    </property>
348    <property name="toolTip" >
349     <string>Label a Volume</string>
350    </property>
351    <property name="statusTip" >
352     <string>Label a Volume</string>
353    </property>
354   </action>
355   <action name="actionRestore" >
356    <property name="icon" >
357     <iconset>images/restore.png</iconset>
358    </property>
359    <property name="text" >
360     <string>Restore</string>
361    </property>
362    <property name="statusTip" >
363     <string>Restore Files</string>
364    </property>
365   </action>
366   <action name="actionRun" >
367    <property name="checked" >
368     <bool>false</bool>
369    </property>
370    <property name="icon" >
371     <iconset>images/run.png</iconset>
372    </property>
373    <property name="text" >
374     <string>Run Job</string>
375    </property>
376    <property name="iconText" >
377     <string>Run Job</string>
378    </property>
379    <property name="toolTip" >
380     <string>Run Job</string>
381    </property>
382    <property name="statusTip" >
383     <string>Run a Job</string>
384    </property>
385   </action>
386   <action name="actionStatusDir" >
387    <property name="icon" >
388     <iconset>images/status.png</iconset>
389    </property>
390    <property name="text" >
391     <string>StatusDir</string>
392    </property>
393    <property name="toolTip" >
394     <string>status dir</string>
395    </property>
396    <property name="statusTip" >
397     <string>Status of Director</string>
398    </property>
399   </action>
400   <action name="actionSelectFont" >
401    <property name="text" >
402     <string>&amp;Select Font ...</string>
403    </property>
404   </action>
405  </widget>
406  <resources>
407   <include location="main.qrc" />
408  </resources>
409  <connections/>
410 </ui>