partitionmanager/src/config/configurepagegeneral.ui

213 lines
5.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>
SPDX-FileCopyrightText: 2010 Volker Lanz &lt;vl@fidra.de&gt;
SPDX-FileCopyrightText: 2014 Andrius Štikonas &lt;andrius@stikonas.eu&gt;
SPDX-License-Identifier: GPL-3.0-or-later
</author>
<class>ConfigurePageGeneral</class>
<widget class="QWidget" name="ConfigurePageGeneral">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>427</width>
<height>327</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Partition Alignment</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="kcfg_useCylinderAlignment">
<property name="text">
<string>Use cylinder based alignment (Windows XP compatible)</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Sector alignment:</string>
</property>
<property name="buddy">
<cstring>kcfg_sectorAlignment</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="kcfg_sectorAlignment">
<property name="enabled">
<bool>true</bool>
</property>
<property name="suffix">
<string> sectors</string>
</property>
<property name="maximum">
<number>16777215</number>
</property>
<property name="singleStep">
<number>512</number>
</property>
<property name="value">
<number>2048</number>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="kcfg_alignDefault">
<property name="text">
<string>Align partitions per default</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Logging</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Hide messages below:</string>
</property>
<property name="buddy">
<cstring>kcfg_minLogLevel</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="kcfg_minLogLevel">
<item>
<property name="text">
<string>Debug</string>
</property>
</item>
<item>
<property name="text">
<string>Information</string>
</property>
</item>
<item>
<property name="text">
<string>Warning</string>
</property>
</item>
<item>
<property name="text">
<string>Error</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>File Systems</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Default file system:</string>
</property>
<property name="buddy">
<cstring>m_ComboDefaultFileSystem</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="m_ComboDefaultFileSystem"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_5">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Shredding</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Overwrite with:</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton">
<property name="text">
<string>Random data</string>
</property>
<attribute name="buttonGroup">
<string notr="true">kcfg_shredSource</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_2">
<property name="text">
<string>Zeros</string>
</property>
<attribute name="buttonGroup">
<string notr="true">kcfg_shredSource</string>
</attribute>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
<buttongroups>
<buttongroup name="kcfg_shredSource"/>
</buttongroups>
</ui>