]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/mediaedit/mediaedit.ui
fix spell
[bacula/bacula] / bacula / src / qt-console / mediaedit / mediaedit.ui
1 <ui version="4.0" >
2  <class>mediaEditForm</class>
3  <widget class="QWidget" name="mediaEditForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>487</width>
9     <height>470</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="1" column="1" >
23     <layout class="QGridLayout" >
24      <property name="margin" >
25       <number>0</number>
26      </property>
27      <property name="spacing" >
28       <number>6</number>
29      </property>
30      <item row="2" column="0" >
31       <widget class="QLabel" name="label_3" >
32        <property name="text" >
33         <string>Pool:</string>
34        </property>
35        <property name="buddy" >
36         <cstring>poolCombo</cstring>
37        </property>
38       </widget>
39      </item>
40      <item row="3" column="0" >
41       <widget class="QLabel" name="label_5" >
42        <property name="text" >
43         <string>Volume Status:</string>
44        </property>
45       </widget>
46      </item>
47      <item row="8" column="0" >
48       <widget class="QLabel" name="label_13" >
49        <property name="text" >
50         <string>Max Volume Bytes:</string>
51        </property>
52        <property name="buddy" >
53         <cstring>slotSpin</cstring>
54        </property>
55       </widget>
56      </item>
57      <item row="3" column="1" >
58       <widget class="QComboBox" name="statusCombo" />
59      </item>
60      <item row="10" column="1" >
61       <widget class="QComboBox" name="recyclePoolCombo" />
62      </item>
63      <item row="4" column="0" >
64       <widget class="QLabel" name="label_4" >
65        <property name="text" >
66         <string>Slot:</string>
67        </property>
68        <property name="buddy" >
69         <cstring>slotSpin</cstring>
70        </property>
71       </widget>
72      </item>
73      <item row="7" column="0" >
74       <widget class="QLabel" name="label_12" >
75        <property name="text" >
76         <string>Max Volume Jobs:</string>
77        </property>
78        <property name="buddy" >
79         <cstring>slotSpin</cstring>
80        </property>
81       </widget>
82      </item>
83      <item row="6" column="0" >
84       <widget class="QLabel" name="label_7" >
85        <property name="text" >
86         <string>Use Duration:</string>
87        </property>
88        <property name="buddy" >
89         <cstring>slotSpin</cstring>
90        </property>
91       </widget>
92      </item>
93      <item row="13" column="0" colspan="3" >
94       <layout class="QHBoxLayout" >
95        <property name="margin" >
96         <number>0</number>
97        </property>
98        <property name="spacing" >
99         <number>6</number>
100        </property>
101        <item>
102         <spacer>
103          <property name="orientation" >
104           <enum>Qt::Horizontal</enum>
105          </property>
106          <property name="sizeHint" >
107           <size>
108            <width>40</width>
109            <height>20</height>
110           </size>
111          </property>
112         </spacer>
113        </item>
114        <item>
115         <widget class="QPushButton" name="okButton" >
116          <property name="text" >
117           <string>OK</string>
118          </property>
119         </widget>
120        </item>
121        <item>
122         <widget class="QPushButton" name="cancelButton" >
123          <property name="text" >
124           <string>Cancel</string>
125          </property>
126         </widget>
127        </item>
128       </layout>
129      </item>
130      <item row="8" column="1" >
131       <widget class="QSpinBox" name="maxBytesSpin" >
132        <property name="maximum" >
133         <number>2147483647</number>
134        </property>
135       </widget>
136      </item>
137      <item row="5" column="0" >
138       <widget class="QLabel" name="label_6" >
139        <property name="text" >
140         <string>Retention:</string>
141        </property>
142        <property name="buddy" >
143         <cstring>slotSpin</cstring>
144        </property>
145       </widget>
146      </item>
147      <item row="10" column="0" >
148       <widget class="QLabel" name="label_15" >
149        <property name="text" >
150         <string>Recycle Pool:</string>
151        </property>
152        <property name="buddy" >
153         <cstring>slotSpin</cstring>
154        </property>
155       </widget>
156      </item>
157      <item row="12" column="0" colspan="2" >
158       <layout class="QHBoxLayout" >
159        <property name="margin" >
160         <number>0</number>
161        </property>
162        <property name="spacing" >
163         <number>6</number>
164        </property>
165        <item>
166         <widget class="QCheckBox" name="enabledCheck" >
167          <property name="layoutDirection" >
168           <enum>Qt::RightToLeft</enum>
169          </property>
170          <property name="text" >
171           <string>Enabled</string>
172          </property>
173         </widget>
174        </item>
175        <item>
176         <spacer>
177          <property name="orientation" >
178           <enum>Qt::Horizontal</enum>
179          </property>
180          <property name="sizeHint" >
181           <size>
182            <width>40</width>
183            <height>20</height>
184           </size>
185          </property>
186         </spacer>
187        </item>
188       </layout>
189      </item>
190      <item row="9" column="1" >
191       <widget class="QSpinBox" name="maxFilesSpin" >
192        <property name="maximum" >
193         <number>2147483647</number>
194        </property>
195       </widget>
196      </item>
197      <item row="9" column="0" >
198       <widget class="QLabel" name="label_14" >
199        <property name="text" >
200         <string>Max Volume Files:</string>
201        </property>
202        <property name="buddy" >
203         <cstring>slotSpin</cstring>
204        </property>
205       </widget>
206      </item>
207      <item rowspan="13" row="0" column="2" >
208       <layout class="QGridLayout" >
209        <property name="margin" >
210         <number>0</number>
211        </property>
212        <property name="spacing" >
213         <number>6</number>
214        </property>
215        <item row="9" column="0" colspan="2" >
216         <spacer>
217          <property name="orientation" >
218           <enum>Qt::Vertical</enum>
219          </property>
220          <property name="sizeHint" >
221           <size>
222            <width>97</width>
223            <height>21</height>
224           </size>
225          </property>
226         </spacer>
227        </item>
228        <item row="3" column="1" >
229         <widget class="QSpinBox" name="yearsSpin" >
230          <property name="maximum" >
231           <number>999</number>
232          </property>
233          <property name="minimum" >
234           <number>-1</number>
235          </property>
236         </widget>
237        </item>
238        <item row="3" column="0" >
239         <widget class="QLabel" name="label_2" >
240          <property name="text" >
241           <string>Years</string>
242          </property>
243         </widget>
244        </item>
245        <item row="8" column="0" >
246         <widget class="QLabel" name="label_11" >
247          <property name="text" >
248           <string>Seconds</string>
249          </property>
250         </widget>
251        </item>
252        <item row="5" column="1" >
253         <widget class="QSpinBox" name="daysSpin" >
254          <property name="maximum" >
255           <number>30</number>
256          </property>
257          <property name="minimum" >
258           <number>-1</number>
259          </property>
260         </widget>
261        </item>
262        <item row="2" column="0" colspan="2" >
263         <widget class="QRadioButton" name="useDurationRadio" >
264          <property name="text" >
265           <string>Use Duration</string>
266          </property>
267         </widget>
268        </item>
269        <item row="0" column="0" colspan="2" >
270         <spacer>
271          <property name="orientation" >
272           <enum>Qt::Vertical</enum>
273          </property>
274          <property name="sizeHint" >
275           <size>
276            <width>97</width>
277            <height>31</height>
278           </size>
279          </property>
280         </spacer>
281        </item>
282        <item row="5" column="0" >
283         <widget class="QLabel" name="label_8" >
284          <property name="text" >
285           <string>Days</string>
286          </property>
287         </widget>
288        </item>
289        <item row="8" column="1" >
290         <widget class="QSpinBox" name="secondsSpin" >
291          <property name="maximum" >
292           <number>60</number>
293          </property>
294          <property name="minimum" >
295           <number>-1</number>
296          </property>
297         </widget>
298        </item>
299        <item row="6" column="0" >
300         <widget class="QLabel" name="label_9" >
301          <property name="text" >
302           <string>Hours</string>
303          </property>
304         </widget>
305        </item>
306        <item row="4" column="0" >
307         <widget class="QLabel" name="label_16" >
308          <property name="text" >
309           <string>Months</string>
310          </property>
311         </widget>
312        </item>
313        <item row="7" column="1" >
314         <widget class="QSpinBox" name="minutesSpin" >
315          <property name="maximum" >
316           <number>60</number>
317          </property>
318          <property name="minimum" >
319           <number>-1</number>
320          </property>
321         </widget>
322        </item>
323        <item row="6" column="1" >
324         <widget class="QSpinBox" name="hoursSpin" >
325          <property name="maximum" >
326           <number>24</number>
327          </property>
328          <property name="minimum" >
329           <number>-1</number>
330          </property>
331          <property name="value" >
332           <number>0</number>
333          </property>
334         </widget>
335        </item>
336        <item row="1" column="0" colspan="2" >
337         <widget class="QRadioButton" name="retentionRadio" >
338          <property name="text" >
339           <string>Retention</string>
340          </property>
341         </widget>
342        </item>
343        <item row="4" column="1" >
344         <widget class="QSpinBox" name="monthsSpin" >
345          <property name="maximum" >
346           <number>12</number>
347          </property>
348          <property name="minimum" >
349           <number>-1</number>
350          </property>
351         </widget>
352        </item>
353        <item row="7" column="0" >
354         <widget class="QLabel" name="label_10" >
355          <property name="text" >
356           <string>Minutes</string>
357          </property>
358         </widget>
359        </item>
360       </layout>
361      </item>
362      <item row="5" column="1" >
363       <widget class="QSpinBox" name="retentionSpin" >
364        <property name="maximum" >
365         <number>2147483647</number>
366        </property>
367       </widget>
368      </item>
369      <item row="1" column="0" colspan="2" >
370       <layout class="QHBoxLayout" >
371        <property name="margin" >
372         <number>0</number>
373        </property>
374        <property name="spacing" >
375         <number>6</number>
376        </property>
377        <item>
378         <spacer>
379          <property name="orientation" >
380           <enum>Qt::Horizontal</enum>
381          </property>
382          <property name="sizeHint" >
383           <size>
384            <width>40</width>
385            <height>20</height>
386           </size>
387          </property>
388         </spacer>
389        </item>
390        <item>
391         <widget class="QLabel" name="volumeLabel" >
392          <property name="maximumSize" >
393           <size>
394            <width>16777215</width>
395            <height>48</height>
396           </size>
397          </property>
398          <property name="text" >
399           <string>Volume : </string>
400          </property>
401         </widget>
402        </item>
403        <item>
404         <spacer>
405          <property name="orientation" >
406           <enum>Qt::Horizontal</enum>
407          </property>
408          <property name="sizeHint" >
409           <size>
410            <width>40</width>
411            <height>20</height>
412           </size>
413          </property>
414         </spacer>
415        </item>
416       </layout>
417      </item>
418      <item row="2" column="1" >
419       <widget class="QComboBox" name="poolCombo" />
420      </item>
421      <item row="6" column="1" >
422       <widget class="QSpinBox" name="useDurationSpin" >
423        <property name="maximum" >
424         <number>2147483647</number>
425        </property>
426       </widget>
427      </item>
428      <item row="11" column="0" colspan="2" >
429       <layout class="QHBoxLayout" >
430        <property name="margin" >
431         <number>0</number>
432        </property>
433        <property name="spacing" >
434         <number>6</number>
435        </property>
436        <item>
437         <widget class="QCheckBox" name="recycleCheck" >
438          <property name="layoutDirection" >
439           <enum>Qt::RightToLeft</enum>
440          </property>
441          <property name="text" >
442           <string>Recycle</string>
443          </property>
444         </widget>
445        </item>
446        <item>
447         <spacer>
448          <property name="orientation" >
449           <enum>Qt::Horizontal</enum>
450          </property>
451          <property name="sizeHint" >
452           <size>
453            <width>40</width>
454            <height>20</height>
455           </size>
456          </property>
457         </spacer>
458        </item>
459       </layout>
460      </item>
461      <item row="0" column="0" colspan="2" >
462       <layout class="QHBoxLayout" >
463        <property name="margin" >
464         <number>0</number>
465        </property>
466        <property name="spacing" >
467         <number>6</number>
468        </property>
469        <item>
470         <spacer>
471          <property name="orientation" >
472           <enum>Qt::Horizontal</enum>
473          </property>
474          <property name="sizeHint" >
475           <size>
476            <width>71</width>
477            <height>21</height>
478           </size>
479          </property>
480         </spacer>
481        </item>
482        <item>
483         <widget class="QLabel" name="label" >
484          <property name="maximumSize" >
485           <size>
486            <width>16777215</width>
487            <height>30</height>
488           </size>
489          </property>
490          <property name="text" >
491           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
492 p, li { white-space: pre-wrap; }
493 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
494 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:12pt; font-weight:600;">Edit a Volume&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
495          </property>
496         </widget>
497        </item>
498        <item>
499         <spacer>
500          <property name="orientation" >
501           <enum>Qt::Horizontal</enum>
502          </property>
503          <property name="sizeHint" >
504           <size>
505            <width>81</width>
506            <height>20</height>
507           </size>
508          </property>
509         </spacer>
510        </item>
511       </layout>
512      </item>
513      <item row="4" column="1" >
514       <widget class="QSpinBox" name="slotSpin" >
515        <property name="maximum" >
516         <number>10000</number>
517        </property>
518       </widget>
519      </item>
520      <item row="7" column="1" >
521       <widget class="QSpinBox" name="maxJobsSpin" >
522        <property name="maximum" >
523         <number>2147483647</number>
524        </property>
525       </widget>
526      </item>
527     </layout>
528    </item>
529    <item row="0" column="1" >
530     <spacer>
531      <property name="orientation" >
532       <enum>Qt::Vertical</enum>
533      </property>
534      <property name="sizeHint" >
535       <size>
536        <width>20</width>
537        <height>40</height>
538       </size>
539      </property>
540     </spacer>
541    </item>
542    <item row="1" column="2" >
543     <spacer>
544      <property name="orientation" >
545       <enum>Qt::Horizontal</enum>
546      </property>
547      <property name="sizeHint" >
548       <size>
549        <width>40</width>
550        <height>20</height>
551       </size>
552      </property>
553     </spacer>
554    </item>
555    <item row="2" column="1" >
556     <spacer>
557      <property name="orientation" >
558       <enum>Qt::Vertical</enum>
559      </property>
560      <property name="sizeHint" >
561       <size>
562        <width>20</width>
563        <height>40</height>
564       </size>
565      </property>
566     </spacer>
567    </item>
568    <item row="1" column="0" >
569     <spacer>
570      <property name="orientation" >
571       <enum>Qt::Horizontal</enum>
572      </property>
573      <property name="sizeHint" >
574       <size>
575        <width>40</width>
576        <height>20</height>
577       </size>
578      </property>
579     </spacer>
580    </item>
581   </layout>
582  </widget>
583  <resources/>
584  <connections/>
585 </ui>