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