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