Warning, /system/partitionmanager/src/gui/partitionmanagerwidgetbase.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <author>
0004 SPDX-FileCopyrightText: 2009-2010 Volker Lanz &lt;vl@fidra.de&gt;
0005 SPDX-FileCopyrightText: 2010 Hugo Pereira Da Costa &lt;hugo@oxygen-icons.org&gt;
0006 SPDX-FileCopyrightText: 2018 Andrius Štikonas &lt;andrius@stikonas.eu&gt;
0007 SPDX-License-Identifier: GPL-3.0-or-later
0008  </author>
0009  <class>PartitionManagerWidgetBase</class>
0010  <widget class="QWidget" name="PartitionManagerWidgetBase">
0011   <property name="geometry">
0012    <rect>
0013     <x>0</x>
0014     <y>0</y>
0015     <width>819</width>
0016     <height>531</height>
0017    </rect>
0018   </property>
0019   <property name="windowTitle">
0020    <string comment="@title:window">KDE Partition Manager</string>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout">
0023    <property name="margin">
0024     <number>0</number>
0025    </property>
0026    <property name="spacing">
0027     <number>0</number>
0028    </property>
0029    <item>
0030     <widget class="PartTableWidget" name="m_PartTableWidget" native="true">
0031      <property name="sizePolicy">
0032       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0033        <horstretch>0</horstretch>
0034        <verstretch>0</verstretch>
0035       </sizepolicy>
0036      </property>
0037      <property name="minimumSize">
0038       <size>
0039        <width>0</width>
0040        <height>72</height>
0041       </size>
0042      </property>
0043      <property name="maximumSize">
0044       <size>
0045        <width>16777215</width>
0046        <height>80</height>
0047       </size>
0048      </property>
0049      <property name="contextMenuPolicy">
0050       <enum>Qt::CustomContextMenu</enum>
0051      </property>
0052     </widget>
0053    </item>
0054    <item>
0055     <widget class="QTreeWidget" name="m_TreePartitions">
0056      <property name="contextMenuPolicy">
0057       <enum>Qt::CustomContextMenu</enum>
0058      </property>
0059      <property name="alternatingRowColors">
0060       <bool>true</bool>
0061      </property>
0062      <property name="iconSize">
0063       <size>
0064        <width>32</width>
0065        <height>32</height>
0066       </size>
0067      </property>
0068      <property name="rootIsDecorated">
0069       <bool>false</bool>
0070      </property>
0071      <property name="uniformRowHeights">
0072       <bool>true</bool>
0073      </property>
0074      <property name="itemsExpandable">
0075       <bool>false</bool>
0076      </property>
0077      <column>
0078       <property name="text">
0079        <string>Partition</string>
0080       </property>
0081      </column>
0082      <column>
0083       <property name="text">
0084        <string>Type</string>
0085       </property>
0086      </column>
0087      <column>
0088       <property name="text">
0089        <string>Mount Point</string>
0090       </property>
0091      </column>
0092      <column>
0093       <property name="text">
0094        <string>Label</string>
0095       </property>
0096      </column>
0097      <column>
0098       <property name="text">
0099        <string>UUID</string>
0100       </property>
0101      </column>
0102      <column>
0103       <property name="text">
0104        <string>Partition Name</string>
0105       </property>
0106      </column>
0107      <column>
0108       <property name="text">
0109        <string>Partition UUID</string>
0110       </property>
0111      </column>
0112      <column>
0113       <property name="text">
0114        <string>Size</string>
0115       </property>
0116      </column>
0117      <column>
0118       <property name="text">
0119        <string>Used</string>
0120       </property>
0121      </column>
0122      <column>
0123       <property name="text">
0124        <string>Available</string>
0125       </property>
0126      </column>
0127      <column>
0128       <property name="text">
0129        <string>First Sector</string>
0130       </property>
0131      </column>
0132      <column>
0133       <property name="text">
0134        <string>Last Sector</string>
0135       </property>
0136      </column>
0137      <column>
0138       <property name="text">
0139        <string>Number of Sectors</string>
0140       </property>
0141      </column>
0142      <column>
0143       <property name="text">
0144        <string>Flags</string>
0145       </property>
0146      </column>
0147     </widget>
0148    </item>
0149   </layout>
0150  </widget>
0151  <customwidgets>
0152   <customwidget>
0153    <class>PartTableWidget</class>
0154    <extends>QWidget</extends>
0155    <header>gui/parttablewidget.h</header>
0156    <container>1</container>
0157   </customwidget>
0158  </customwidgets>
0159  <resources/>
0160  <connections/>
0161 </ui>