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