]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/main.ui
Bat now connecting to Bacula
[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="menuHelp" >
220     <property name="title" >
221      <string>&amp;Help</string>
222     </property>
223     <addaction name="actionAbout_bat" />
224    </widget>
225    <widget class="QMenu" name="menuEdit" >
226     <property name="title" >
227      <string>&amp;Edit</string>
228     </property>
229     <addaction name="actionCopy" />
230     <addaction name="actionCut" />
231     <addaction name="actionPaste" />
232    </widget>
233    <widget class="QMenu" name="menuFile" >
234     <property name="title" >
235      <string>&amp;File</string>
236     </property>
237     <addaction name="actionPrint" />
238     <addaction name="actionSave" />
239     <addaction name="actionQuit" />
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="text" >
289     <string>&amp;About bat</string>
290    </property>
291   </action>
292   <action name="actionCopy" >
293    <property name="icon" >
294     <iconset>images/copy.png</iconset>
295    </property>
296    <property name="text" >
297     <string>&amp;Copy</string>
298    </property>
299   </action>
300   <action name="actionCut" >
301    <property name="icon" >
302     <iconset>images/cut.png</iconset>
303    </property>
304    <property name="text" >
305     <string>Cu&amp;t</string>
306    </property>
307   </action>
308   <action name="actionNew" >
309    <property name="icon" >
310     <iconset>images/new.png</iconset>
311    </property>
312    <property name="text" >
313     <string>new</string>
314    </property>
315   </action>
316   <action name="actionOpen" >
317    <property name="icon" >
318     <iconset>images/open.png</iconset>
319    </property>
320    <property name="text" >
321     <string>open</string>
322    </property>
323   </action>
324   <action name="actionPaste" >
325    <property name="icon" >
326     <iconset>images/paste.png</iconset>
327    </property>
328    <property name="text" >
329     <string>&amp;Paste</string>
330    </property>
331   </action>
332   <action name="actionPrint" >
333    <property name="icon" >
334     <iconset>images/print.png</iconset>
335    </property>
336    <property name="text" >
337     <string>&amp;Print</string>
338    </property>
339   </action>
340   <action name="actionSave" >
341    <property name="icon" >
342     <iconset>images/save.png</iconset>
343    </property>
344    <property name="text" >
345     <string>&amp;Save</string>
346    </property>
347   </action>
348   <action name="actionConnect" >
349    <property name="icon" >
350     <iconset>images/connect.png</iconset>
351    </property>
352    <property name="text" >
353     <string>Connect</string>
354    </property>
355   </action>
356   <action name="actionLabel" >
357    <property name="icon" >
358     <iconset>images/label.png</iconset>
359    </property>
360    <property name="text" >
361     <string>Label</string>
362    </property>
363    <property name="toolTip" >
364     <string>Label a Volume</string>
365    </property>
366    <property name="statusTip" >
367     <string>Label a Volume</string>
368    </property>
369   </action>
370   <action name="actionRestore" >
371    <property name="icon" >
372     <iconset>images/restore.png</iconset>
373    </property>
374    <property name="text" >
375     <string>Restore</string>
376    </property>
377    <property name="statusTip" >
378     <string>Restore Files</string>
379    </property>
380   </action>
381   <action name="actionRun" >
382    <property name="checked" >
383     <bool>false</bool>
384    </property>
385    <property name="icon" >
386     <iconset>images/run.png</iconset>
387    </property>
388    <property name="text" >
389     <string>Run Job</string>
390    </property>
391    <property name="iconText" >
392     <string>Run Job</string>
393    </property>
394    <property name="toolTip" >
395     <string>Run Job</string>
396    </property>
397   </action>
398  </widget>
399  <resources>
400   <include location="main.qrc" />
401  </resources>
402  <connections/>
403 </ui>