[partition] Initial implementation of VolumeGroupBaseDialog.

This commit is contained in:
Caio 2018-06-04 16:31:58 -03:00
parent f72f7bd8fe
commit d15ce56c97
14 changed files with 580 additions and 1 deletions

View file

@ -88,6 +88,13 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="newVolumeGroupButton">
<property name="text">
<string>New Volume Group</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
@ -145,7 +152,7 @@
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Install boot &amp;loader on:</string>
<string>I&amp;nstall boot loader on:</string>
</property>
<property name="buddy">
<cstring>bootLoaderComboBox</cstring>