2014-06-30 18:08:13 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>CreatePartitionDialog</class>
|
|
|
|
<widget class="QDialog" name="CreatePartitionDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-06-10 14:44:45 +02:00
|
|
|
<width>763</width>
|
|
|
|
<height>689</height>
|
2014-06-30 18:08:13 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Create a Partition</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2014-08-07 13:04:02 +02:00
|
|
|
<item>
|
|
|
|
<widget class="PartResizerWidget" name="partResizerWidget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>59</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-06-30 18:08:13 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2016-06-10 14:44:45 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Si&ze:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>sizeSpinBox</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="sizeSpinBox">
|
|
|
|
<property name="suffix">
|
|
|
|
<string> MB</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-08-07 13:04:02 +02:00
|
|
|
<item row="1" column="0">
|
2014-07-04 18:32:35 +02:00
|
|
|
<widget class="QLabel" name="partitionTypeLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Partition &Type:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>primaryRadioButton</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-08-07 13:04:02 +02:00
|
|
|
<item row="1" column="1">
|
2014-07-04 18:32:35 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="primaryRadioButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Primary</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="extendedRadioButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>E&xtended</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="fixedPartitionLabel">
|
|
|
|
<property name="text">
|
2014-07-15 15:31:45 +02:00
|
|
|
<string notr="true">[fixed-partition-label]</string>
|
2014-07-04 18:32:35 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2016-06-10 14:44:45 +02:00
|
|
|
<item row="2" column="1">
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>12</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2014-08-07 13:04:02 +02:00
|
|
|
<item row="3" column="0">
|
2014-06-30 18:08:13 +02:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2016-03-08 12:44:01 +01:00
|
|
|
<string>Fi&le System:</string>
|
2014-07-01 17:33:53 +02:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>fsComboBox</cstring>
|
2014-06-30 18:08:13 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-01 17:33:53 +02:00
|
|
|
<item row="3" column="1">
|
2014-08-07 13:04:02 +02:00
|
|
|
<widget class="QComboBox" name="fsComboBox"/>
|
2014-06-30 18:08:13 +02:00
|
|
|
</item>
|
2014-08-07 13:04:02 +02:00
|
|
|
<item row="5" column="1">
|
2014-07-04 18:32:35 +02:00
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2014-07-01 17:33:53 +02:00
|
|
|
</property>
|
2014-07-04 18:32:35 +02:00
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
2014-07-01 17:33:53 +02:00
|
|
|
</property>
|
2014-07-04 18:32:35 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>13</height>
|
|
|
|
</size>
|
2014-07-01 17:33:53 +02:00
|
|
|
</property>
|
2014-07-04 18:32:35 +02:00
|
|
|
</spacer>
|
2014-07-01 17:33:53 +02:00
|
|
|
</item>
|
2014-08-07 13:04:02 +02:00
|
|
|
<item row="6" column="0">
|
2014-07-04 18:32:35 +02:00
|
|
|
<widget class="QLabel" name="mountPointLabel">
|
2014-07-04 16:14:06 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>&Mount Point:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>mountPointComboBox</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-08-07 13:04:02 +02:00
|
|
|
<item row="6" column="1">
|
2014-07-04 16:14:06 +02:00
|
|
|
<widget class="QComboBox" name="mountPointComboBox">
|
|
|
|
<property name="editable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-03-08 12:44:01 +01:00
|
|
|
<item row="7" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Flags:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="1">
|
|
|
|
<widget class="QListWidget" name="m_listFlags">
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::NoSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-06-10 14:44:45 +02:00
|
|
|
<item row="8" column="0">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>17</width>
|
|
|
|
<height>13</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="EncryptWidget" name="encryptWidget" native="true"/>
|
|
|
|
</item>
|
2014-06-30 18:08:13 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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>
|
2014-08-04 19:26:16 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2014-08-07 13:04:02 +02:00
|
|
|
<class>PartResizerWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
2015-07-08 18:21:19 +02:00
|
|
|
<header location="global">kpmcore/gui/partresizerwidget.h</header>
|
2014-08-07 13:04:02 +02:00
|
|
|
<container>1</container>
|
2014-08-04 19:26:16 +02:00
|
|
|
</customwidget>
|
2016-06-10 14:44:45 +02:00
|
|
|
<customwidget>
|
|
|
|
<class>EncryptWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/EncryptWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2014-08-04 19:26:16 +02:00
|
|
|
</customwidgets>
|
2014-06-30 18:08:13 +02:00
|
|
|
<tabstops>
|
2014-07-01 17:33:53 +02:00
|
|
|
<tabstop>primaryRadioButton</tabstop>
|
2014-06-30 18:08:13 +02:00
|
|
|
<tabstop>fsComboBox</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>CreatePartitionDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2014-07-04 18:32:35 +02:00
|
|
|
<x>185</x>
|
|
|
|
<y>203</y>
|
2014-06-30 18:08:13 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
2014-07-01 17:33:53 +02:00
|
|
|
<y>178</y>
|
2014-06-30 18:08:13 +02:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>CreatePartitionDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2014-07-04 18:32:35 +02:00
|
|
|
<x>185</x>
|
|
|
|
<y>203</y>
|
2014-06-30 18:08:13 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2014-07-04 18:32:35 +02:00
|
|
|
<x>243</x>
|
2014-07-01 17:33:53 +02:00
|
|
|
<y>178</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>extendedRadioButton</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>fsComboBox</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>131</x>
|
|
|
|
<y>36</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>134</x>
|
|
|
|
<y>66</y>
|
2014-06-30 18:08:13 +02:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2014-07-04 18:32:35 +02:00
|
|
|
<connection>
|
|
|
|
<sender>extendedRadioButton</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>label_2</receiver>
|
|
|
|
<slot>setDisabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>109</x>
|
|
|
|
<y>43</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>79</x>
|
|
|
|
<y>64</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2014-06-30 18:08:13 +02:00
|
|
|
</connections>
|
|
|
|
</ui>
|