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