Allow changing the filesystem type when editing a partition.

This commit is contained in:
Teo Mrnjavac 2015-07-15 12:51:35 +02:00
parent 53692feeaf
commit 9f2086a648
2 changed files with 80 additions and 10 deletions

View file

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>350</width>
<height>236</height>
<width>437</width>
<height>430</height>
</rect>
</property>
<property name="sizePolicy">
@ -57,7 +57,7 @@
<item row="2" column="1">
<widget class="QRadioButton" name="keepRadioButton">
<property name="text">
<string>Keep</string>
<string>&amp;Keep</string>
</property>
<property name="checked">
<bool>true</bool>
@ -87,7 +87,7 @@
</property>
</widget>
</item>
<item row="5" column="0">
<item row="6" column="0">
<widget class="QLabel" name="mountPointLabel">
<property name="text">
<string>&amp;Mount Point:</string>
@ -97,7 +97,7 @@
</property>
</widget>
</item>
<item row="5" column="1">
<item row="6" column="1">
<widget class="QComboBox" name="mountPointComboBox">
<property name="editable">
<bool>true</bool>
@ -110,7 +110,7 @@
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Size:</string>
<string>Si&amp;ze:</string>
</property>
<property name="buddy">
<cstring>sizeSpinBox</cstring>
@ -120,6 +120,19 @@
<item row="1" column="1">
<widget class="QSpinBox" name="sizeSpinBox"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="fileSystemLabel">
<property name="text">
<string>Fi&amp;le System:</string>
</property>
<property name="buddy">
<cstring>fileSystemComboBox</cstring>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QComboBox" name="fileSystemComboBox"/>
</item>
</layout>
</item>
<item>