2014-06-27 17:25:39 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PartitionPage</class>
|
|
|
|
<widget class="QWidget" name="PartitionPage">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2014-07-10 19:55:16 +02:00
|
|
|
<width>655</width>
|
2014-06-27 17:25:39 +02:00
|
|
|
<height>304</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2014-07-21 16:15:53 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2015-10-22 18:36:55 +02:00
|
|
|
<string>Storage de&vice:</string>
|
2014-07-21 16:15:53 +02:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>deviceComboBox</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="deviceComboBox"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2014-07-24 19:28:53 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="revertButton">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-07-25 12:46:20 +02:00
|
|
|
<string>&Revert All Changes</string>
|
2014-07-24 19:28:53 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-21 16:15:53 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-12-03 17:19:02 +01:00
|
|
|
<widget class="PartitionBarsView" name="partitionBarsView"/>
|
2014-06-27 17:25:39 +02:00
|
|
|
</item>
|
2016-06-23 10:00:00 +02:00
|
|
|
<item>
|
|
|
|
<widget class="PartitionLabelsView" name="partitionLabelsView"/>
|
|
|
|
</item>
|
2014-07-21 16:15:53 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QTreeView" name="partitionTreeView">
|
2014-07-25 13:07:22 +02:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
2014-07-21 16:15:53 +02:00
|
|
|
<property name="rootIsDecorated">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="allColumnsShowFocus">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2014-07-29 10:57:10 +02:00
|
|
|
<property name="expandsOnDoubleClick">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2014-07-21 16:15:53 +02:00
|
|
|
<attribute name="headerStretchLastSection">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-06-27 17:25:39 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2014-07-10 19:55:16 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="newPartitionTableButton">
|
|
|
|
<property name="text">
|
2014-07-25 12:46:20 +02:00
|
|
|
<string>New Partition &Table</string>
|
2014-07-10 19:55:16 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-06-27 17:25:39 +02:00
|
|
|
<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>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="createButton">
|
|
|
|
<property name="text">
|
2014-07-25 12:46:20 +02:00
|
|
|
<string>&Create</string>
|
2014-06-27 17:25:39 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="editButton">
|
|
|
|
<property name="text">
|
2014-07-25 12:46:20 +02:00
|
|
|
<string>&Edit</string>
|
2014-06-27 17:25:39 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="deleteButton">
|
|
|
|
<property name="text">
|
2014-07-25 12:46:20 +02:00
|
|
|
<string>&Delete</string>
|
2014-06-27 17:25:39 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2014-07-22 10:42:50 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
2015-10-22 18:36:55 +02:00
|
|
|
<string>Install boot &loader on:</string>
|
2014-07-22 10:42:50 +02:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>bootLoaderComboBox</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="bootLoaderComboBox">
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
2016-03-09 12:54:16 +01:00
|
|
|
<height>1</height>
|
2014-07-22 10:42:50 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2014-06-27 17:25:39 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-07-29 13:37:32 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2015-12-03 17:19:02 +01:00
|
|
|
<class>PartitionBarsView</class>
|
2014-07-29 13:37:32 +02:00
|
|
|
<extends>QFrame</extends>
|
2015-12-03 17:19:02 +01:00
|
|
|
<header location="global">gui/PartitionBarsView.h</header>
|
2014-07-29 13:37:32 +02:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2016-06-23 10:00:00 +02:00
|
|
|
<customwidget>
|
|
|
|
<class>PartitionLabelsView</class>
|
|
|
|
<extends>QFrame</extends>
|
|
|
|
<header location="global">gui/PartitionLabelsView.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2014-07-29 13:37:32 +02:00
|
|
|
</customwidgets>
|
2014-07-21 16:15:53 +02:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>deviceComboBox</tabstop>
|
2014-07-25 12:46:20 +02:00
|
|
|
<tabstop>revertButton</tabstop>
|
2014-07-21 16:15:53 +02:00
|
|
|
<tabstop>partitionTreeView</tabstop>
|
|
|
|
<tabstop>newPartitionTableButton</tabstop>
|
|
|
|
<tabstop>createButton</tabstop>
|
|
|
|
<tabstop>editButton</tabstop>
|
|
|
|
<tabstop>deleteButton</tabstop>
|
2014-07-25 12:46:20 +02:00
|
|
|
<tabstop>bootLoaderComboBox</tabstop>
|
2014-07-21 16:15:53 +02:00
|
|
|
</tabstops>
|
2014-06-27 17:25:39 +02:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|