partitionmanager/src/gui/partitionmanagerwidgetbase.ui

153 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PartitionManagerWidgetBase</class>
<widget class="QWidget" name="PartitionManagerWidgetBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>819</width>
<height>531</height>
</rect>
</property>
<property name="windowTitle">
<string comment="@title:window">KDE Partition Manager</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="PartTableWidget" name="m_PartTableWidget" 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>60</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>74</height>
</size>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
</widget>
</item>
<item>
<widget class="QTreeWidget" name="m_TreePartitions">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<property name="itemsExpandable">
<bool>false</bool>
</property>
<column>
<property name="text">
<string>Partition</string>
</property>
</column>
<column>
<property name="text">
<string>Type</string>
</property>
</column>
<column>
<property name="text">
<string>Mount Point</string>
</property>
</column>
<column>
<property name="text">
<string>Label</string>
</property>
</column>
<column>
<property name="text">
<string>UUID</string>
</property>
</column>
<column>
<property name="text">
<string>Partition Label</string>
</property>
</column>
<column>
<property name="text">
<string>Partition UUID</string>
</property>
</column>
<column>
<property name="text">
<string>Size</string>
</property>
</column>
<column>
<property name="text">
<string>Used</string>
</property>
</column>
<column>
<property name="text">
<string>Available</string>
</property>
</column>
<column>
<property name="text">
<string>First Sector</string>
</property>
</column>
<column>
<property name="text">
<string>Last Sector</string>
</property>
</column>
<column>
<property name="text">
<string>Number of Sectors</string>
</property>
</column>
<column>
<property name="text">
<string>Flags</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>PartTableWidget</class>
<extends>QWidget</extends>
<header>gui/parttablewidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>