2018-06-04 21:31:58 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>VolumeGroupBaseDialog</class>
|
|
|
|
<widget class="QDialog" name="VolumeGroupBaseDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>611</width>
|
|
|
|
<height>367</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2019-02-22 13:03:38 +01:00
|
|
|
<string>Create Volume Group</string>
|
2018-06-04 21:31:58 +02:00
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="pvListLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>List of Physical Volumes</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" rowspan="7">
|
|
|
|
<widget class="QListWidget" name="pvList"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QLabel" name="vgNameLabel">
|
2018-06-04 21:31:58 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Volume Group Name:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QLineEdit" name="vgName"/>
|
2018-06-04 21:31:58 +02:00
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QLabel" name="vgTypeLabel">
|
2018-06-04 21:31:58 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Volume Group Type:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QComboBox" name="vgType"/>
|
2018-06-04 21:31:58 +02:00
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QLabel" name="peSizeLabel">
|
2018-06-04 21:31:58 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Physical Extent Size:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QSpinBox" name="peSize">
|
|
|
|
<property name="suffix">
|
|
|
|
<string> MiB</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-06-04 21:31:58 +02:00
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QLabel" name="totalSizeLabel">
|
2018-06-04 21:31:58 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Total Size:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="2">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QLabel" name="totalSize">
|
2018-06-04 21:31:58 +02:00
|
|
|
<property name="text">
|
2019-04-11 16:01:34 +02:00
|
|
|
<string notr="true">---</string>
|
2018-06-04 21:31:58 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QLabel" name="usedSizeLabel">
|
2018-06-04 21:31:58 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Used Size:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="2">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QLabel" name="usedSize">
|
2018-06-04 21:31:58 +02:00
|
|
|
<property name="text">
|
2019-04-11 16:01:34 +02:00
|
|
|
<string notr="true">---</string>
|
2018-06-04 21:31:58 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="1">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QLabel" name="totalSectorsLabel">
|
2018-06-04 21:31:58 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Total Sectors:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="2">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QLabel" name="totalSectors">
|
2018-06-04 21:31:58 +02:00
|
|
|
<property name="text">
|
2019-04-11 16:01:34 +02:00
|
|
|
<string notr="true">---</string>
|
2018-06-04 21:31:58 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="1">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QLabel" name="lvQuantityLabel">
|
2018-06-04 21:31:58 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Quantity of LVs:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="2">
|
2018-06-07 22:22:22 +02:00
|
|
|
<widget class="QLabel" name="lvQuantity">
|
2018-06-04 21:31:58 +02:00
|
|
|
<property name="text">
|
2019-04-11 16:01:34 +02:00
|
|
|
<string notr="true">---</string>
|
2018-06-04 21:31:58 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="0" colspan="3">
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>VolumeGroupBaseDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>VolumeGroupBaseDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|