Add totalAllocatedSectors to volume widget.

This commit is contained in:
Chantara Tith 2016-07-09 07:01:09 +07:00 committed by Andrius Štikonas
parent f7d475d05c
commit bc4321d105
2 changed files with 79 additions and 45 deletions

View File

@ -64,11 +64,17 @@ public:
return *m_LabelTotalSize;
}
QLabel& totalSectors() {
Q_ASSERT(m_LabelTotalSectors);
return *m_LabelTotalSectors;
}
QLabel& totalAllocatedSectors() {
Q_ASSERT(m_LabelTotalAllocatedSectors);
return *m_LabelTotalAllocatedSectors;
}
QLabel& totalLV() {
Q_ASSERT(m_LabelTotalLV);
return *m_LabelTotalLV;
@ -94,6 +100,11 @@ public:
return *m_LabelTextTotalSectors;
}
QLabel& textTotalAllocatedSectors() {
Q_ASSERT(m_LabelTextTotalAllocatedSectors);
return *m_LabelTextTotalAllocatedSectors;
}
QLabel& textTotalLV() {
Q_ASSERT(m_LabelTextTotalLV);
return *m_LabelTextTotalLV;

View File

@ -33,40 +33,21 @@
</property>
</widget>
</item>
<item row="8" column="2">
<widget class="QLabel" name="m_LabelTotalLV">
<property name="text">
<string>---</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="2" column="2">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item row="4" column="2">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLineEdit" name="m_EditVGName"/>
<widget class="QSpinBox" name="m_SpinPESize">
<property name="value">
<number>4</number>
</property>
</widget>
</item>
</layout>
</item>
<item row="6" column="1">
<widget class="QLabel" name="m_LabelTextTotalSectors">
<item row="2" column="1">
<widget class="QLabel" name="m_LabelTextVGName">
<property name="text">
<string>Total Sectors: </string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLabel" name="m_LabelTextTotalSize">
<property name="text">
<string>Total Size: </string>
<string>Volume Name: </string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@ -86,6 +67,13 @@
</property>
</widget>
</item>
<item row="2" column="2">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLineEdit" name="m_EditVGName"/>
</item>
</layout>
</item>
<item row="7" column="2">
<widget class="QLabel" name="m_LabelTotalSize">
<property name="text">
@ -121,10 +109,10 @@
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="m_LabelTextVGName">
<item row="7" column="1">
<widget class="QLabel" name="m_LabelTextTotalSize">
<property name="text">
<string>Volume Name: </string>
<string>Total Size: </string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@ -134,8 +122,8 @@
</property>
</widget>
</item>
<item row="6" column="2">
<widget class="QLabel" name="m_LabelTotalSectors">
<item row="8" column="2">
<widget class="QLabel" name="m_LabelTotalLV">
<property name="text">
<string>---</string>
</property>
@ -144,17 +132,6 @@
</property>
</widget>
</item>
<item row="4" column="2">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QSpinBox" name="m_SpinPESize">
<property name="value">
<number>4</number>
</property>
</widget>
</item>
</layout>
</item>
<item row="4" column="1">
<widget class="QLabel" name="m_LabelTextPESize">
<property name="text">
@ -185,6 +162,52 @@
</item>
</layout>
</item>
<item row="5" column="2">
<widget class="QLabel" name="m_LabelTotalSectors">
<property name="text">
<string>---</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLabel" name="m_LabelTextTotalSectors">
<property name="text">
<string>Total Sectors: </string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLabel" name="m_LabelTextTotalAllocatedSectors">
<property name="text">
<string>Allocated Sectors: </string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="6" column="2">
<widget class="QLabel" name="m_LabelTotalAllocatedSectors">
<property name="text">
<string>---</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>