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