Warning, /system/partitionmanager/src/gui/sizedialogwidgetbase.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: 2008-2010 Volker Lanz &lt;vl@fidra.de&gt;
0005 SPDX-FileCopyrightText: 2013-2016 Andrius Štikonas &lt;andrius@stikonas.eu&gt;
0006 SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac &lt;teo@kde.org&gt;
0007 SPDX-FileCopyrightText: 2016 Chantara Tith &lt;tith.chantara@gmail.com&gt;
0008 SPDX-License-Identifier: GPL-3.0-or-later
0009  </author>
0010  <class>SizeDialogWidgetBase</class>
0011  <widget class="QWidget" name="SizeDialogWidgetBase">
0012   <property name="geometry">
0013    <rect>
0014     <x>0</x>
0015     <y>0</y>
0016     <width>653</width>
0017     <height>814</height>
0018    </rect>
0019   </property>
0020   <layout class="QGridLayout" name="gridLayout">
0021    <item row="0" column="0" colspan="2">
0022     <widget class="PartResizerWidget" name="m_PartResizerWidget" native="true">
0023      <property name="minimumSize">
0024       <size>
0025        <width>400</width>
0026        <height>60</height>
0027       </size>
0028      </property>
0029      <property name="maximumSize">
0030       <size>
0031        <width>16777215</width>
0032        <height>60</height>
0033       </size>
0034      </property>
0035     </widget>
0036    </item>
0037    <item row="1" column="0" colspan="2">
0038     <spacer name="verticalSpacer">
0039      <property name="orientation">
0040       <enum>Qt::Vertical</enum>
0041      </property>
0042      <property name="sizeType">
0043       <enum>QSizePolicy::Fixed</enum>
0044      </property>
0045      <property name="sizeHint" stdset="0">
0046       <size>
0047        <width>470</width>
0048        <height>17</height>
0049       </size>
0050      </property>
0051     </spacer>
0052    </item>
0053    <item row="2" column="0">
0054     <widget class="QLabel" name="m_LabelRole">
0055      <property name="sizePolicy">
0056       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0057        <horstretch>0</horstretch>
0058        <verstretch>0</verstretch>
0059       </sizepolicy>
0060      </property>
0061      <property name="text">
0062       <string comment="@label:listbox">Partition type:</string>
0063      </property>
0064      <property name="alignment">
0065       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0066      </property>
0067     </widget>
0068    </item>
0069    <item row="3" column="0">
0070     <widget class="QLabel" name="m_LabelFileSystem">
0071      <property name="sizePolicy">
0072       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0073        <horstretch>0</horstretch>
0074        <verstretch>0</verstretch>
0075       </sizepolicy>
0076      </property>
0077      <property name="text">
0078       <string comment="@label:listbox">File system:</string>
0079      </property>
0080      <property name="alignment">
0081       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0082      </property>
0083      <property name="buddy">
0084       <cstring>m_ComboFileSystem</cstring>
0085      </property>
0086     </widget>
0087    </item>
0088    <item row="3" column="1">
0089     <layout class="QVBoxLayout" name="verticalLayout_2">
0090      <item>
0091       <widget class="QComboBox" name="m_ComboFileSystem"/>
0092      </item>
0093     </layout>
0094    </item>
0095    <item row="4" column="1">
0096     <widget class="QCheckBox" name="m_CheckBoxEncrypt">
0097      <property name="toolTip">
0098       <string>Set up encryption for this filesystem with LUKS. You will be asked to provide a passphrase.</string>
0099      </property>
0100      <property name="text">
0101       <string>Encrypt with LUKS</string>
0102      </property>
0103     </widget>
0104    </item>
0105    <item row="5" column="0" colspan="2">
0106     <widget class="KNewPasswordWidget" name="m_EditPassphrase"/>
0107    </item>
0108    <item row="6" column="0">
0109     <widget class="QLabel" name="m_LabelTextLVName">
0110      <property name="text">
0111       <string>Logical Volume Name:</string>
0112      </property>
0113      <property name="alignment">
0114       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0115      </property>
0116     </widget>
0117    </item>
0118    <item row="6" column="1">
0119     <widget class="QLineEdit" name="m_EditLVName">
0120      <property name="enabled">
0121       <bool>true</bool>
0122      </property>
0123     </widget>
0124    </item>
0125    <item row="7" column="0">
0126     <widget class="QLabel" name="m_LabelTextLabel">
0127      <property name="text">
0128       <string comment="@label">Label:</string>
0129      </property>
0130      <property name="alignment">
0131       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0132      </property>
0133      <property name="buddy">
0134       <cstring>m_EditLabel</cstring>
0135      </property>
0136     </widget>
0137    </item>
0138    <item row="7" column="1">
0139     <layout class="QVBoxLayout" name="verticalLayout">
0140      <item>
0141       <widget class="QLineEdit" name="m_EditLabel"/>
0142      </item>
0143      <item>
0144       <widget class="QLabel" name="m_LabelTextNoSetLabel">
0145        <property name="text">
0146         <string comment="@label">This file system does not support setting a label.</string>
0147        </property>
0148        <property name="wordWrap">
0149         <bool>true</bool>
0150        </property>
0151       </widget>
0152      </item>
0153     </layout>
0154    </item>
0155    <item row="8" column="0">
0156     <widget class="QLabel" name="label_4">
0157      <property name="sizePolicy">
0158       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0159        <horstretch>0</horstretch>
0160        <verstretch>0</verstretch>
0161       </sizepolicy>
0162      </property>
0163      <property name="text">
0164       <string comment="@label">Minimum size:</string>
0165      </property>
0166      <property name="alignment">
0167       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0168      </property>
0169     </widget>
0170    </item>
0171    <item row="8" column="1">
0172     <widget class="QLabel" name="m_LabelMinSize">
0173      <property name="textInteractionFlags">
0174       <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
0175      </property>
0176     </widget>
0177    </item>
0178    <item row="9" column="0">
0179     <widget class="QLabel" name="label_5">
0180      <property name="sizePolicy">
0181       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0182        <horstretch>0</horstretch>
0183        <verstretch>0</verstretch>
0184       </sizepolicy>
0185      </property>
0186      <property name="text">
0187       <string comment="@label">Maximum size:</string>
0188      </property>
0189      <property name="alignment">
0190       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0191      </property>
0192     </widget>
0193    </item>
0194    <item row="9" column="1">
0195     <widget class="QLabel" name="m_LabelMaxSize">
0196      <property name="textInteractionFlags">
0197       <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
0198      </property>
0199     </widget>
0200    </item>
0201    <item row="10" column="0">
0202     <widget class="QLabel" name="m_LabelFreeBefore">
0203      <property name="sizePolicy">
0204       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0205        <horstretch>3</horstretch>
0206        <verstretch>0</verstretch>
0207       </sizepolicy>
0208      </property>
0209      <property name="text">
0210       <string comment="@label:listbox">F&amp;ree space before:</string>
0211      </property>
0212      <property name="alignment">
0213       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0214      </property>
0215      <property name="buddy">
0216       <cstring>m_SpinFreeBefore</cstring>
0217      </property>
0218     </widget>
0219    </item>
0220    <item row="10" column="1">
0221     <widget class="FormattedSpinBox" name="m_SpinFreeBefore">
0222      <property name="sizePolicy">
0223       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0224        <horstretch>4</horstretch>
0225        <verstretch>0</verstretch>
0226       </sizepolicy>
0227      </property>
0228      <property name="minimum">
0229       <double>0.000000000000000</double>
0230      </property>
0231      <property name="maximum">
0232       <double>999999999.000000000000000</double>
0233      </property>
0234     </widget>
0235    </item>
0236    <item row="11" column="0">
0237     <widget class="QLabel" name="label_2">
0238      <property name="sizePolicy">
0239       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0240        <horstretch>0</horstretch>
0241        <verstretch>0</verstretch>
0242       </sizepolicy>
0243      </property>
0244      <property name="text">
0245       <string comment="@label:listbox">Si&amp;ze:</string>
0246      </property>
0247      <property name="alignment">
0248       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0249      </property>
0250      <property name="buddy">
0251       <cstring>m_SpinCapacity</cstring>
0252      </property>
0253     </widget>
0254    </item>
0255    <item row="11" column="1">
0256     <widget class="FormattedSpinBox" name="m_SpinCapacity">
0257      <property name="minimum">
0258       <double>0.000000000000000</double>
0259      </property>
0260      <property name="maximum">
0261       <double>999999999.000000000000000</double>
0262      </property>
0263     </widget>
0264    </item>
0265    <item row="12" column="0">
0266     <widget class="QLabel" name="m_LabelFreeAfter">
0267      <property name="sizePolicy">
0268       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0269        <horstretch>0</horstretch>
0270        <verstretch>0</verstretch>
0271       </sizepolicy>
0272      </property>
0273      <property name="text">
0274       <string comment="@label:listbox">Free space after:</string>
0275      </property>
0276      <property name="alignment">
0277       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0278      </property>
0279      <property name="buddy">
0280       <cstring>m_SpinFreeAfter</cstring>
0281      </property>
0282     </widget>
0283    </item>
0284    <item row="12" column="1">
0285     <widget class="FormattedSpinBox" name="m_SpinFreeAfter">
0286      <property name="minimum">
0287       <double>0.000000000000000</double>
0288      </property>
0289      <property name="maximum">
0290       <double>999999999.000000000000000</double>
0291      </property>
0292     </widget>
0293    </item>
0294    <item row="13" column="0">
0295     <widget class="QLabel" name="m_labelPermission">
0296      <property name="text">
0297       <string>Permissions</string>
0298      </property>
0299      <property name="alignment">
0300       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0301      </property>
0302     </widget>
0303    </item>
0304    <item row="14" column="0" colspan="2">
0305     <spacer name="verticalSpacer_2">
0306      <property name="orientation">
0307       <enum>Qt::Vertical</enum>
0308      </property>
0309      <property name="sizeType">
0310       <enum>QSizePolicy::Fixed</enum>
0311      </property>
0312      <property name="sizeHint" stdset="0">
0313       <size>
0314        <width>470</width>
0315        <height>7</height>
0316       </size>
0317      </property>
0318     </spacer>
0319    </item>
0320    <item row="13" column="1">
0321     <widget class="QGroupBox" name="m_groupBox_permissions">
0322      <layout class="QVBoxLayout" name="verticalLayout_3">
0323       <item>
0324        <widget class="QRadioButton" name="m_permissionEveryone">
0325         <property name="toolTip">
0326          <string>Allow everyone to write and read on this device</string>
0327         </property>
0328         <property name="text">
0329          <string>Everyone</string>
0330         </property>
0331        </widget>
0332       </item>
0333       <item>
0334        <widget class="QRadioButton" name="m_permissionOnlyRoot">
0335         <property name="toolTip">
0336          <string>Allow only root to write and read on this device, you will need to setup per-folder permissions</string>
0337         </property>
0338         <property name="text">
0339          <string>Only Root</string>
0340         </property>
0341        </widget>
0342       </item>
0343      </layout>
0344     </widget>
0345    </item>
0346    <item row="2" column="1">
0347     <widget class="QGroupBox" name="m_groupBox_type">
0348      <layout class="QHBoxLayout" name="horizontalLayout">
0349       <item>
0350        <widget class="QRadioButton" name="m_RadioPrimary">
0351         <property name="text">
0352          <string>Primar&amp;y</string>
0353         </property>
0354        </widget>
0355       </item>
0356       <item>
0357        <widget class="QRadioButton" name="m_RadioExtended">
0358         <property name="text">
0359          <string>E&amp;xtended</string>
0360         </property>
0361        </widget>
0362       </item>
0363       <item>
0364        <widget class="QRadioButton" name="m_RadioLogical">
0365         <property name="text">
0366          <string>&amp;Logical</string>
0367         </property>
0368        </widget>
0369       </item>
0370      </layout>
0371     </widget>
0372    </item>
0373   </layout>
0374  </widget>
0375  <customwidgets>
0376   <customwidget>
0377    <class>KNewPasswordWidget</class>
0378    <extends>QWidget</extends>
0379    <header>knewpasswordwidget.h</header>
0380   </customwidget>
0381   <customwidget>
0382    <class>PartResizerWidget</class>
0383    <extends>QWidget</extends>
0384    <header>gui/partresizerwidget.h</header>
0385    <container>1</container>
0386   </customwidget>
0387   <customwidget>
0388    <class>FormattedSpinBox</class>
0389    <extends>QDoubleSpinBox</extends>
0390    <header>gui/formattedspinbox.h</header>
0391   </customwidget>
0392  </customwidgets>
0393  <tabstops>
0394   <tabstop>m_RadioPrimary</tabstop>
0395   <tabstop>m_RadioExtended</tabstop>
0396   <tabstop>m_RadioLogical</tabstop>
0397   <tabstop>m_ComboFileSystem</tabstop>
0398   <tabstop>m_CheckBoxEncrypt</tabstop>
0399   <tabstop>m_EditLVName</tabstop>
0400   <tabstop>m_EditLabel</tabstop>
0401   <tabstop>m_SpinFreeBefore</tabstop>
0402   <tabstop>m_SpinCapacity</tabstop>
0403   <tabstop>m_SpinFreeAfter</tabstop>
0404  </tabstops>
0405  <resources/>
0406  <connections/>
0407 </ui>