Warning, /system/partitionmanager/src/gui/createpartitiontablewidgetbase.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: 2010 Volker Lanz &lt;vl@fidra.de&gt;
0005 SPDX-License-Identifier: GPL-3.0-or-later
0006  </author>
0007  <class>CreatePartitionTableWidgetBase</class>
0008  <widget class="QWidget" name="CreatePartitionTableWidgetBase">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>325</width>
0014     <height>193</height>
0015    </rect>
0016   </property>
0017   <layout class="QVBoxLayout" name="verticalLayout_2">
0018    <property name="spacing">
0019     <number>10</number>
0020    </property>
0021    <item>
0022     <widget class="QLabel" name="label">
0023      <property name="text">
0024       <string>Choose the type of partition table you want to create:</string>
0025      </property>
0026     </widget>
0027    </item>
0028    <item>
0029     <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
0030      <item>
0031       <widget class="QRadioButton" name="m_RadioGPT">
0032        <property name="text">
0033         <string>GPT</string>
0034        </property>
0035        <property name="checked">
0036         <bool>true</bool>
0037        </property>
0038       </widget>
0039      </item>
0040      <item>
0041       <widget class="QRadioButton" name="m_RadioMSDOS">
0042        <property name="text">
0043         <string>MS-Dos</string>
0044        </property>
0045        <property name="checked">
0046         <bool>false</bool>
0047        </property>
0048       </widget>
0049      </item>
0050     </layout>
0051    </item>
0052    <item>
0053     <widget class="Line" name="line">
0054      <property name="orientation">
0055       <enum>Qt::Horizontal</enum>
0056      </property>
0057     </widget>
0058    </item>
0059    <item>
0060     <layout class="QHBoxLayout" name="horizontalLayout">
0061      <item>
0062       <widget class="QLabel" name="m_IconLabel">
0063        <property name="minimumSize">
0064         <size>
0065          <width>32</width>
0066          <height>32</height>
0067         </size>
0068        </property>
0069        <property name="text">
0070         <string>(icon)</string>
0071        </property>
0072        <property name="alignment">
0073         <set>Qt::AlignCenter</set>
0074        </property>
0075        <property name="margin">
0076         <number>0</number>
0077        </property>
0078       </widget>
0079      </item>
0080      <item>
0081       <widget class="QLabel" name="label_3">
0082        <property name="text">
0083         <string>&lt;b&gt;Warning:&lt;/b&gt; This will destroy all data on the device!</string>
0084        </property>
0085       </widget>
0086      </item>
0087     </layout>
0088    </item>
0089    <item>
0090     <spacer name="verticalSpacer">
0091      <property name="orientation">
0092       <enum>Qt::Vertical</enum>
0093      </property>
0094      <property name="sizeType">
0095       <enum>QSizePolicy::MinimumExpanding</enum>
0096      </property>
0097      <property name="sizeHint" stdset="0">
0098       <size>
0099        <width>20</width>
0100        <height>20</height>
0101       </size>
0102      </property>
0103     </spacer>
0104    </item>
0105   </layout>
0106  </widget>
0107  <resources/>
0108  <connections/>
0109 </ui>