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