1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <author>
4SPDX-FileCopyrightText: 2018 Caio &lt;caiojcarvalho@gmail.com&gt;
5SPDX-License-Identifier: GPL-3.0-or-later
6 </author>
7 <class>VolumeGroupBaseDialog</class>
8 <widget class="QDialog" name="VolumeGroupBaseDialog">
9  <property name="geometry">
10   <rect>
11    <x>0</x>
12    <y>0</y>
13    <width>611</width>
14    <height>367</height>
15   </rect>
16  </property>
17  <property name="windowTitle">
18   <string>Create Volume Group</string>
19  </property>
20  <layout class="QGridLayout" name="gridLayout">
21   <item row="0" column="0">
22    <widget class="QLabel" name="pvListLabel">
23     <property name="text">
24      <string>List of Physical Volumes</string>
25     </property>
26    </widget>
27   </item>
28   <item row="1" column="0" rowspan="7">
29    <widget class="QListWidget" name="pvList"/>
30   </item>
31   <item row="1" column="1">
32    <widget class="QLabel" name="vgNameLabel">
33     <property name="text">
34      <string>Volume Group Name:</string>
35     </property>
36     <property name="alignment">
37      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
38     </property>
39    </widget>
40   </item>
41   <item row="1" column="2">
42    <widget class="QLineEdit" name="vgName"/>
43   </item>
44   <item row="2" column="1">
45    <widget class="QLabel" name="vgTypeLabel">
46     <property name="text">
47      <string>Volume Group Type:</string>
48     </property>
49     <property name="alignment">
50      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
51     </property>
52    </widget>
53   </item>
54   <item row="2" column="2">
55    <widget class="QComboBox" name="vgType"/>
56   </item>
57   <item row="3" column="1">
58    <widget class="QLabel" name="peSizeLabel">
59     <property name="text">
60      <string>Physical Extent Size:</string>
61     </property>
62     <property name="alignment">
63      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
64     </property>
65    </widget>
66   </item>
67   <item row="3" column="2">
68    <widget class="QSpinBox" name="peSize">
69     <property name="suffix">
70      <string> MiB</string>
71     </property>
72     <property name="minimum">
73      <number>1</number>
74     </property>
75     <property name="maximum">
76      <number>999</number>
77     </property>
78     <property name="value">
79      <number>4</number>
80     </property>
81    </widget>
82   </item>
83   <item row="4" column="1">
84    <widget class="QLabel" name="totalSizeLabel">
85     <property name="text">
86      <string>Total Size:</string>
87     </property>
88     <property name="alignment">
89      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
90     </property>
91    </widget>
92   </item>
93   <item row="4" column="2">
94    <widget class="QLabel" name="totalSize">
95     <property name="text">
96      <string notr="true">---</string>
97     </property>
98     <property name="alignment">
99      <set>Qt::AlignCenter</set>
100     </property>
101    </widget>
102   </item>
103   <item row="5" column="1">
104    <widget class="QLabel" name="usedSizeLabel">
105     <property name="text">
106      <string>Used Size:</string>
107     </property>
108     <property name="alignment">
109      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
110     </property>
111    </widget>
112   </item>
113   <item row="5" column="2">
114    <widget class="QLabel" name="usedSize">
115     <property name="text">
116      <string notr="true">---</string>
117     </property>
118     <property name="alignment">
119      <set>Qt::AlignCenter</set>
120     </property>
121    </widget>
122   </item>
123   <item row="6" column="1">
124    <widget class="QLabel" name="totalSectorsLabel">
125     <property name="text">
126      <string>Total Sectors:</string>
127     </property>
128     <property name="alignment">
129      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
130     </property>
131    </widget>
132   </item>
133   <item row="6" column="2">
134    <widget class="QLabel" name="totalSectors">
135     <property name="text">
136      <string notr="true">---</string>
137     </property>
138     <property name="alignment">
139      <set>Qt::AlignCenter</set>
140     </property>
141    </widget>
142   </item>
143   <item row="7" column="1">
144    <widget class="QLabel" name="lvQuantityLabel">
145     <property name="text">
146      <string>Quantity of LVs:</string>
147     </property>
148     <property name="alignment">
149      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
150     </property>
151    </widget>
152   </item>
153   <item row="7" column="2">
154    <widget class="QLabel" name="lvQuantity">
155     <property name="text">
156      <string notr="true">---</string>
157     </property>
158     <property name="alignment">
159      <set>Qt::AlignCenter</set>
160     </property>
161    </widget>
162   </item>
163   <item row="8" column="0" colspan="3">
164    <widget class="QDialogButtonBox" name="buttonBox">
165     <property name="orientation">
166      <enum>Qt::Horizontal</enum>
167     </property>
168     <property name="standardButtons">
169      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
170     </property>
171    </widget>
172   </item>
173  </layout>
174 </widget>
175 <resources/>
176 <connections>
177  <connection>
178   <sender>buttonBox</sender>
179   <signal>accepted()</signal>
180   <receiver>VolumeGroupBaseDialog</receiver>
181   <slot>accept()</slot>
182   <hints>
183    <hint type="sourcelabel">
184     <x>248</x>
185     <y>254</y>
186    </hint>
187    <hint type="destinationlabel">
188     <x>157</x>
189     <y>274</y>
190    </hint>
191   </hints>
192  </connection>
193  <connection>
194   <sender>buttonBox</sender>
195   <signal>rejected()</signal>
196   <receiver>VolumeGroupBaseDialog</receiver>
197   <slot>reject()</slot>
198   <hints>
199    <hint type="sourcelabel">
200     <x>316</x>
201     <y>260</y>
202    </hint>
203    <hint type="destinationlabel">
204     <x>286</x>
205     <y>274</y>
206    </hint>
207   </hints>
208  </connection>
209 </connections>
210</ui>
211