kde-extraapps/ark/kerfuffle/extractiondialog.ui
Ivailo Monev c0c0f194bc ark: rework extraction dialog
less space used by the options, automatic sub-folder detection even for
single folder archive and handling of dot (".") as the returned sub-folder
name by the archive list job (libarchive quirck).

tested batch and non-batch extraction, with and without automatic
sub-folder detection but with tar.xz and .deb files only

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-05-18 03:08:36 +03:00

76 lines
2.2 KiB
XML

<ui version="4.0" >
<author>Henrique Pinto &lt;henrique.pinto@kdemail.net></author>
<class>ExtractionDialog</class>
<widget class="QWidget" name="ExtractionDialog" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>314</width>
<height>422</height>
</rect>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle" >
<string>Extraction Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2" >
<item>
<widget class="QGroupBox" name="groupBox" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title" >
<string>Options</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" >
<item row="0" column="0" >
<widget class="QCheckBox" name="openFolderCheckBox" >
<property name="text" >
<string>Open &amp;destination folder after extraction</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QCheckBox" name="closeAfterExtraction" >
<property name="text" >
<string>Close &amp;Ark after extraction</string>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QCheckBox" name="preservePaths" >
<property name="text" >
<string>&amp;Preserve paths when extracting</string>
</property>
</widget>
</item>
<item row="3" column="0" >
<widget class="QCheckBox" name="autoSubfolders" >
<property name="text" >
<string>&amp;Automatically create subfolders</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KLineEdit</class>
<extends>QLineEdit</extends>
<header>klineedit.h</header>
</customwidget>
</customwidgets>
<connections/>
</ui>