]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/label/label.ui
Improved error message when drive busy
[bacula/bacula] / bacula / src / qt-console / label / label.ui
1 <ui version="4.0" >
2  <class>labelForm</class>
3  <widget class="QWidget" name="labelForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>560</width>
9     <height>357</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="0" column="1" >
23     <spacer>
24      <property name="orientation" >
25       <enum>Qt::Vertical</enum>
26      </property>
27      <property name="sizeType" >
28       <enum>QSizePolicy::Expanding</enum>
29      </property>
30      <property name="sizeHint" >
31       <size>
32        <width>421</width>
33        <height>48</height>
34       </size>
35      </property>
36     </spacer>
37    </item>
38    <item row="2" column="1" >
39     <spacer>
40      <property name="orientation" >
41       <enum>Qt::Vertical</enum>
42      </property>
43      <property name="sizeType" >
44       <enum>QSizePolicy::Expanding</enum>
45      </property>
46      <property name="sizeHint" >
47       <size>
48        <width>431</width>
49        <height>48</height>
50       </size>
51      </property>
52     </spacer>
53    </item>
54    <item row="1" column="1" >
55     <layout class="QGridLayout" >
56      <property name="margin" >
57       <number>0</number>
58      </property>
59      <property name="spacing" >
60       <number>6</number>
61      </property>
62      <item row="5" column="0" colspan="2" >
63       <layout class="QHBoxLayout" >
64        <property name="margin" >
65         <number>0</number>
66        </property>
67        <property name="spacing" >
68         <number>6</number>
69        </property>
70        <item>
71         <spacer>
72          <property name="orientation" >
73           <enum>Qt::Horizontal</enum>
74          </property>
75          <property name="sizeHint" >
76           <size>
77            <width>40</width>
78            <height>20</height>
79           </size>
80          </property>
81         </spacer>
82        </item>
83        <item>
84         <widget class="QPushButton" name="okButton" >
85          <property name="text" >
86           <string>OK</string>
87          </property>
88         </widget>
89        </item>
90        <item>
91         <widget class="QPushButton" name="cancelButton" >
92          <property name="text" >
93           <string>Cancel</string>
94          </property>
95         </widget>
96        </item>
97       </layout>
98      </item>
99      <item row="3" column="0" >
100       <widget class="QLabel" name="label_5" >
101        <property name="text" >
102         <string>Volume Name:</string>
103        </property>
104        <property name="buddy" >
105         <cstring>volumeName</cstring>
106        </property>
107       </widget>
108      </item>
109      <item row="2" column="1" >
110       <widget class="QComboBox" name="poolCombo" />
111      </item>
112      <item row="1" column="0" >
113       <widget class="QLabel" name="label_2" >
114        <property name="text" >
115         <string>Storage:</string>
116        </property>
117        <property name="buddy" >
118         <cstring>storageCombo</cstring>
119        </property>
120       </widget>
121      </item>
122      <item row="3" column="1" >
123       <widget class="QLineEdit" name="volumeName" >
124        <property name="minimumSize" >
125         <size>
126          <width>200</width>
127          <height>0</height>
128         </size>
129        </property>
130       </widget>
131      </item>
132      <item row="4" column="1" >
133       <widget class="QSpinBox" name="slotSpin" >
134        <property name="maximum" >
135         <number>10000</number>
136        </property>
137       </widget>
138      </item>
139      <item row="4" column="0" >
140       <widget class="QLabel" name="label_4" >
141        <property name="text" >
142         <string>Slot:</string>
143        </property>
144        <property name="buddy" >
145         <cstring>slotSpin</cstring>
146        </property>
147       </widget>
148      </item>
149      <item rowspan="6" row="0" column="2" >
150       <layout class="QVBoxLayout" >
151        <property name="margin" >
152         <number>0</number>
153        </property>
154        <property name="spacing" >
155         <number>6</number>
156        </property>
157        <item>
158         <widget class="QLabel" name="label_6" >
159          <property name="text" >
160           <string>Execute Automount</string>
161          </property>
162         </widget>
163        </item>
164        <item>
165         <widget class="QPushButton" name="automountOnButton" >
166          <property name="text" >
167           <string>On</string>
168          </property>
169         </widget>
170        </item>
171        <item>
172         <widget class="QPushButton" name="automountOffButton" >
173          <property name="text" >
174           <string>Off</string>
175          </property>
176         </widget>
177        </item>
178        <item>
179         <spacer>
180          <property name="orientation" >
181           <enum>Qt::Vertical</enum>
182          </property>
183          <property name="sizeHint" >
184           <size>
185            <width>20</width>
186            <height>61</height>
187           </size>
188          </property>
189         </spacer>
190        </item>
191       </layout>
192      </item>
193      <item row="1" column="1" >
194       <widget class="QComboBox" name="storageCombo" />
195      </item>
196      <item row="2" column="0" >
197       <widget class="QLabel" name="label_3" >
198        <property name="text" >
199         <string>Pool:</string>
200        </property>
201        <property name="buddy" >
202         <cstring>poolCombo</cstring>
203        </property>
204       </widget>
205      </item>
206      <item row="0" column="0" colspan="2" >
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         <spacer>
216          <property name="orientation" >
217           <enum>Qt::Horizontal</enum>
218          </property>
219          <property name="sizeHint" >
220           <size>
221            <width>71</width>
222            <height>21</height>
223           </size>
224          </property>
225         </spacer>
226        </item>
227        <item>
228         <widget class="QLabel" name="label" >
229          <property name="maximumSize" >
230           <size>
231            <width>16777215</width>
232            <height>30</height>
233           </size>
234          </property>
235          <property name="text" >
236           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
237 p, li { white-space: pre-wrap; }
238 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
239 &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;">Label a Volume&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
240          </property>
241         </widget>
242        </item>
243        <item>
244         <spacer>
245          <property name="orientation" >
246           <enum>Qt::Horizontal</enum>
247          </property>
248          <property name="sizeHint" >
249           <size>
250            <width>81</width>
251            <height>20</height>
252           </size>
253          </property>
254         </spacer>
255        </item>
256       </layout>
257      </item>
258     </layout>
259    </item>
260    <item row="1" column="2" >
261     <spacer>
262      <property name="orientation" >
263       <enum>Qt::Horizontal</enum>
264      </property>
265      <property name="sizeHint" >
266       <size>
267        <width>40</width>
268        <height>131</height>
269       </size>
270      </property>
271     </spacer>
272    </item>
273    <item row="1" column="0" >
274     <spacer>
275      <property name="orientation" >
276       <enum>Qt::Horizontal</enum>
277      </property>
278      <property name="sizeHint" >
279       <size>
280        <width>40</width>
281        <height>121</height>
282       </size>
283      </property>
284     </spacer>
285    </item>
286   </layout>
287  </widget>
288  <resources/>
289  <connections/>
290 </ui>