]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/main.ui
New interface. The intent is to work towards a window which allows the user 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>882</width>
10     <height>689</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>bat - Bacula Admin Tool</string>
15   </property>
16   <property name="windowIcon" >
17    <iconset resource="main.qrc" >:/images/bat.png</iconset>
18   </property>
19   <property name="toolTip" >
20    <string/>
21   </property>
22   <property name="statusTip" >
23    <string>Bacula Administration Tool</string>
24   </property>
25   <property name="whatsThis" >
26    <string>It's a Dock widget to allow page selection</string>
27   </property>
28   <widget class="QWidget" name="centralwidget" >
29    <layout class="QGridLayout" >
30     <property name="margin" >
31      <number>9</number>
32     </property>
33     <property name="spacing" >
34      <number>6</number>
35     </property>
36     <item row="0" column="0" >
37      <widget class="QStackedWidget" name="stackedWidget" >
38       <property name="sizePolicy" >
39        <sizepolicy>
40         <hsizetype>7</hsizetype>
41         <vsizetype>7</vsizetype>
42         <horstretch>1</horstretch>
43         <verstretch>0</verstretch>
44        </sizepolicy>
45       </property>
46       <property name="sizeIncrement" >
47        <size>
48         <width>1</width>
49         <height>0</height>
50        </size>
51       </property>
52       <property name="focusPolicy" >
53        <enum>Qt::StrongFocus</enum>
54       </property>
55       <property name="toolTip" >
56        <string/>
57       </property>
58       <property name="statusTip" >
59        <string/>
60       </property>
61       <property name="currentIndex" >
62        <number>-1</number>
63       </property>
64      </widget>
65     </item>
66    </layout>
67   </widget>
68   <widget class="QMenuBar" name="menubar" >
69    <property name="geometry" >
70     <rect>
71      <x>0</x>
72      <y>0</y>
73      <width>882</width>
74      <height>26</height>
75     </rect>
76    </property>
77    <widget class="QMenu" name="menuEdit" >
78     <property name="title" >
79      <string>&amp;Edit</string>
80     </property>
81     <addaction name="actionCopy" />
82     <addaction name="actionCut" />
83     <addaction name="actionPaste" />
84    </widget>
85    <widget class="QMenu" name="menuSettings" >
86     <property name="title" >
87      <string>Settings</string>
88     </property>
89     <addaction name="actionPreferences" />
90     <addaction name="actionSelectFont" />
91    </widget>
92    <widget class="QMenu" name="menuHelp" >
93     <property name="title" >
94      <string>&amp;Help</string>
95     </property>
96     <addaction name="actionBat_Help" />
97     <addaction name="actionAbout_bat" />
98    </widget>
99    <widget class="QMenu" name="menuFile" >
100     <property name="title" >
101      <string>&amp;File</string>
102     </property>
103     <addaction name="actionPrint" />
104     <addaction name="actionSave" />
105     <addaction name="actionQuit" />
106    </widget>
107    <addaction name="menuFile" />
108    <addaction name="menuEdit" />
109    <addaction name="menuSettings" />
110    <addaction name="menuHelp" />
111   </widget>
112   <widget class="QStatusBar" name="statusbar" >
113    <property name="toolTip" >
114     <string>Current Status</string>
115    </property>
116    <property name="statusTip" >
117     <string>Current Status</string>
118    </property>
119   </widget>
120   <widget class="QToolBar" name="toolBar" >
121    <property name="minimumSize" >
122     <size>
123      <width>51</width>
124      <height>39</height>
125     </size>
126    </property>
127    <property name="toolTip" >
128     <string>Tool Bar</string>
129    </property>
130    <property name="orientation" >
131     <enum>Qt::Horizontal</enum>
132    </property>
133    <attribute name="toolBarArea" >
134     <number>4</number>
135    </attribute>
136    <addaction name="actionConnect" />
137    <addaction name="actionStatusDir" />
138    <addaction name="actionMessages" />
139    <addaction name="actionLabel" />
140    <addaction name="actionRestore" />
141    <addaction name="actionRun" />
142    <addaction name="actionUndock" />
143    <addaction name="actionEstimate" />
144    <addaction name="actionBrowse" />
145   </widget>
146   <widget class="QDockWidget" name="dockWidget" >
147    <property name="sizePolicy" >
148     <sizepolicy>
149      <hsizetype>5</hsizetype>
150      <vsizetype>7</vsizetype>
151      <horstretch>0</horstretch>
152      <verstretch>1</verstretch>
153     </sizepolicy>
154    </property>
155    <property name="minimumSize" >
156     <size>
157      <width>50</width>
158      <height>100</height>
159     </size>
160    </property>
161    <property name="maximumSize" >
162     <size>
163      <width>16777215</width>
164      <height>16777215</height>
165     </size>
166    </property>
167    <property name="focusPolicy" >
168     <enum>Qt::StrongFocus</enum>
169    </property>
170    <property name="toolTip" >
171     <string/>
172    </property>
173    <property name="statusTip" >
174     <string/>
175    </property>
176    <property name="floating" >
177     <bool>false</bool>
178    </property>
179    <property name="features" >
180     <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures</set>
181    </property>
182    <property name="allowedAreas" >
183     <set>Qt::AllDockWidgetAreas</set>
184    </property>
185    <property name="windowTitle" >
186     <string>Page Selector</string>
187    </property>
188    <attribute name="dockWidgetArea" >
189     <number>1</number>
190    </attribute>
191    <widget class="QWidget" name="dockWidgetContents" >
192     <layout class="QGridLayout" >
193      <property name="margin" >
194       <number>9</number>
195      </property>
196      <property name="spacing" >
197       <number>6</number>
198      </property>
199      <item row="0" column="0" >
200       <widget class="QTreeWidget" name="treeWidget" >
201        <property name="sizePolicy" >
202         <sizepolicy>
203          <hsizetype>5</hsizetype>
204          <vsizetype>7</vsizetype>
205          <horstretch>1</horstretch>
206          <verstretch>1</verstretch>
207         </sizepolicy>
208        </property>
209        <property name="minimumSize" >
210         <size>
211          <width>0</width>
212          <height>0</height>
213         </size>
214        </property>
215        <property name="maximumSize" >
216         <size>
217          <width>16777215</width>
218          <height>16777215</height>
219         </size>
220        </property>
221        <property name="sizeIncrement" >
222         <size>
223          <width>0</width>
224          <height>0</height>
225         </size>
226        </property>
227        <property name="focusPolicy" >
228         <enum>Qt::StrongFocus</enum>
229        </property>
230        <property name="toolTip" >
231         <string>Selects panel window</string>
232        </property>
233        <property name="statusTip" >
234         <string>Use items in this tree to select what window is in panel</string>
235        </property>
236        <property name="autoFillBackground" >
237         <bool>true</bool>
238        </property>
239       </widget>
240      </item>
241     </layout>
242    </widget>
243   </widget>
244   <widget class="QDockWidget" name="dockWidget_2" >
245    <property name="toolTip" >
246     <string>Console Entry</string>
247    </property>
248    <property name="statusTip" >
249     <string>Enter a bacula command</string>
250    </property>
251    <property name="whatsThis" >
252     <string>Console Command entry Dock Widget</string>
253    </property>
254    <property name="features" >
255     <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures</set>
256    </property>
257    <property name="allowedAreas" >
258     <set>Qt::BottomDockWidgetArea|Qt::NoDockWidgetArea|Qt::TopDockWidgetArea</set>
259    </property>
260    <property name="windowTitle" >
261     <string>Console Command Line Entry</string>
262    </property>
263    <attribute name="dockWidgetArea" >
264     <number>8</number>
265    </attribute>
266    <widget class="QWidget" name="dockWidgetContents_2" >
267     <layout class="QGridLayout" >
268      <property name="margin" >
269       <number>9</number>
270      </property>
271      <property name="spacing" >
272       <number>6</number>
273      </property>
274      <item row="0" column="0" >
275       <layout class="QHBoxLayout" >
276        <property name="margin" >
277         <number>0</number>
278        </property>
279        <property name="spacing" >
280         <number>6</number>
281        </property>
282        <item>
283         <widget class="QLabel" name="label" >
284          <property name="text" >
285           <string>Command:</string>
286          </property>
287         </widget>
288        </item>
289        <item>
290         <widget class="QLineEdit" name="lineEdit" >
291          <property name="statusTip" >
292           <string>Click here to enter command</string>
293          </property>
294         </widget>
295        </item>
296       </layout>
297      </item>
298     </layout>
299    </widget>
300   </widget>
301   <action name="actionQuit" >
302    <property name="text" >
303     <string>&amp;Quit</string>
304    </property>
305    <property name="shortcut" >
306     <string>Ctrl+Q</string>
307    </property>
308   </action>
309   <action name="actionAbout_bat" >
310    <property name="icon" >
311     <iconset resource="main.qrc" >:/images/bat.png</iconset>
312    </property>
313    <property name="text" >
314     <string>&amp;About bat</string>
315    </property>
316   </action>
317   <action name="actionCopy" >
318    <property name="icon" >
319     <iconset resource="main.qrc" >:/images/copy.png</iconset>
320    </property>
321    <property name="text" >
322     <string>&amp;Copy</string>
323    </property>
324   </action>
325   <action name="actionCut" >
326    <property name="icon" >
327     <iconset resource="main.qrc" >:/images/cut.png</iconset>
328    </property>
329    <property name="text" >
330     <string>Cu&amp;t</string>
331    </property>
332   </action>
333   <action name="actionNew" >
334    <property name="icon" >
335     <iconset resource="main.qrc" >:/images/new.png</iconset>
336    </property>
337    <property name="text" >
338     <string>new</string>
339    </property>
340   </action>
341   <action name="actionOpen" >
342    <property name="icon" >
343     <iconset resource="main.qrc" >:/images/open.png</iconset>
344    </property>
345    <property name="text" >
346     <string>open</string>
347    </property>
348   </action>
349   <action name="actionPaste" >
350    <property name="icon" >
351     <iconset resource="main.qrc" >:/images/paste.png</iconset>
352    </property>
353    <property name="text" >
354     <string>&amp;Paste</string>
355    </property>
356   </action>
357   <action name="actionPrint" >
358    <property name="icon" >
359     <iconset resource="main.qrc" >:/images/print.png</iconset>
360    </property>
361    <property name="text" >
362     <string>&amp;Print</string>
363    </property>
364    <property name="statusTip" >
365     <string>Print</string>
366    </property>
367   </action>
368   <action name="actionSave" >
369    <property name="icon" >
370     <iconset resource="main.qrc" >:/images/save.png</iconset>
371    </property>
372    <property name="text" >
373     <string>&amp;Save</string>
374    </property>
375    <property name="statusTip" >
376     <string>Save (not implemented)</string>
377    </property>
378   </action>
379   <action name="actionConnect" >
380    <property name="icon" >
381     <iconset resource="main.qrc" >:/images/disconnected.png</iconset>
382    </property>
383    <property name="text" >
384     <string>Connect</string>
385    </property>
386    <property name="statusTip" >
387     <string>Connect/disconnect</string>
388    </property>
389   </action>
390   <action name="actionLabel" >
391    <property name="icon" >
392     <iconset resource="main.qrc" >:/images/label.png</iconset>
393    </property>
394    <property name="text" >
395     <string>Label</string>
396    </property>
397    <property name="toolTip" >
398     <string>Label a Volume</string>
399    </property>
400    <property name="statusTip" >
401     <string>Label a Volume</string>
402    </property>
403   </action>
404   <action name="actionRestore" >
405    <property name="icon" >
406     <iconset resource="main.qrc" >:/images/restore.png</iconset>
407    </property>
408    <property name="text" >
409     <string>Restore</string>
410    </property>
411    <property name="statusTip" >
412     <string>Restore Files</string>
413    </property>
414   </action>
415   <action name="actionRun" >
416    <property name="checked" >
417     <bool>false</bool>
418    </property>
419    <property name="icon" >
420     <iconset resource="main.qrc" >:/images/run.png</iconset>
421    </property>
422    <property name="text" >
423     <string>Run Job</string>
424    </property>
425    <property name="iconText" >
426     <string>Run Job</string>
427    </property>
428    <property name="toolTip" >
429     <string>Run Job</string>
430    </property>
431    <property name="statusTip" >
432     <string>Run a Job</string>
433    </property>
434   </action>
435   <action name="actionEstimate" >
436    <property name="checked" >
437     <bool>false</bool>
438    </property>
439    <property name="icon" >
440     <iconset resource="main.qrc" >:/images/estimate-job.svg</iconset>
441    </property>
442    <property name="text" >
443     <string>Estimate Job</string>
444    </property>
445    <property name="iconText" >
446     <string>Estimate Job</string>
447    </property>
448    <property name="toolTip" >
449     <string>Estimate Job</string>
450    </property>
451    <property name="statusTip" >
452     <string>Estimate a Job</string>
453    </property>
454   </action>
455   <action name="actionStatusDir" >
456    <property name="icon" >
457     <iconset resource="main.qrc" >:/images/status.png</iconset>
458    </property>
459    <property name="text" >
460     <string comment="Query status of director" >Status Dir</string>
461    </property>
462    <property name="iconText" >
463     <string>Status Dir</string>
464    </property>
465    <property name="toolTip" >
466     <string>Query status of director</string>
467    </property>
468    <property name="statusTip" >
469     <string>Query status of director</string>
470    </property>
471    <property name="autoRepeat" >
472     <bool>true</bool>
473    </property>
474   </action>
475   <action name="actionSelectFont" >
476    <property name="text" >
477     <string>&amp;Select Font ...</string>
478    </property>
479   </action>
480   <action name="actionUndock" >
481    <property name="icon" >
482     <iconset resource="main.qrc" >:/images/up.png</iconset>
483    </property>
484    <property name="text" >
485     <string>Undock Window</string>
486    </property>
487    <property name="statusTip" >
488     <string>Undock Current Window</string>
489    </property>
490   </action>
491   <action name="actionToggleDock" >
492    <property name="icon" >
493     <iconset resource="main.qrc" >:/images/up.png</iconset>
494    </property>
495    <property name="text" >
496     <string>ToggleDock</string>
497    </property>
498    <property name="toolTip" >
499     <string>Toggle Dock Status</string>
500    </property>
501    <property name="statusTip" >
502     <string>Toggle Dock Status</string>
503    </property>
504   </action>
505   <action name="actionClosePage" >
506    <property name="icon" >
507     <iconset resource="main.qrc" >:/images/unmark.png</iconset>
508    </property>
509    <property name="text" >
510     <string>Close Page</string>
511    </property>
512    <property name="statusTip" >
513     <string>Close The Current Page</string>
514    </property>
515   </action>
516   <action name="actionMessages" >
517    <property name="icon" >
518     <iconset resource="main.qrc" >:/images/mail-message-new.svg</iconset>
519    </property>
520    <property name="text" >
521     <string>Messages</string>
522    </property>
523    <property name="statusTip" >
524     <string>Display any messages queued at the director</string>
525    </property>
526    <property name="autoRepeat" >
527     <bool>false</bool>
528    </property>
529   </action>
530   <action name="actionPreferences" >
531    <property name="text" >
532     <string>&amp;Preferences ...</string>
533    </property>
534    <property name="iconText" >
535     <string>Set Preferences</string>
536    </property>
537    <property name="toolTip" >
538     <string>Set Preferences</string>
539    </property>
540   </action>
541   <action name="actionBat_Help" >
542    <property name="icon" >
543     <iconset resource="main.qrc" >:/images/help-browser.svg</iconset>
544    </property>
545    <property name="text" >
546     <string>bat &amp;Help</string>
547    </property>
548   </action>
549   <action name="actionBrowse" >
550    <property name="icon" >
551     <iconset resource="main.qrc" >:/images/browse.png</iconset>
552    </property>
553    <property name="text" >
554     <string>Browse</string>
555    </property>
556   </action>
557  </widget>
558  <resources>
559   <include location="main.qrc" />
560  </resources>
561  <connections/>
562 </ui>