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