Warning, /utilities/ark/kerfuffle/extractiondialog.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>Henrique Pinto &lt;henrique.pinto@kdemail.net&gt;</author>
0004  <class>ExtractionDialog</class>
0005  <widget class="QWidget" name="ExtractionDialog">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>314</width>
0011     <height>422</height>
0012    </rect>
0013   </property>
0014   <property name="sizePolicy">
0015    <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0016     <horstretch>0</horstretch>
0017     <verstretch>0</verstretch>
0018    </sizepolicy>
0019   </property>
0020   <property name="windowTitle">
0021    <string>Extraction Dialog</string>
0022   </property>
0023   <layout class="QVBoxLayout" name="verticalLayout_2">
0024    <item>
0025     <layout class="QHBoxLayout" name="horizontalLayout">
0026      <item>
0027       <widget class="QLabel" name="iconLabel">
0028        <property name="sizePolicy">
0029         <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
0030          <horstretch>0</horstretch>
0031          <verstretch>0</verstretch>
0032         </sizepolicy>
0033        </property>
0034        <property name="maximumSize">
0035         <size>
0036          <width>256</width>
0037          <height>256</height>
0038         </size>
0039        </property>
0040        <property name="text">
0041         <string/>
0042        </property>
0043        <property name="pixmap">
0044         <pixmap>../../../../../kde-devel/ark-trunk/pics/ox32-action-ark_extract.png</pixmap>
0045        </property>
0046        <property name="scaledContents">
0047         <bool>false</bool>
0048        </property>
0049        <property name="alignment">
0050         <set>Qt::AlignCenter</set>
0051        </property>
0052       </widget>
0053      </item>
0054      <item>
0055       <widget class="QLabel" name="extractAllLabel">
0056        <property name="sizePolicy">
0057         <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
0058          <horstretch>0</horstretch>
0059          <verstretch>0</verstretch>
0060         </sizepolicy>
0061        </property>
0062        <property name="font">
0063         <font>
0064          <pointsize>11</pointsize>
0065          <weight>50</weight>
0066          <bold>false</bold>
0067         </font>
0068        </property>
0069        <property name="text">
0070         <string>Extract All Files</string>
0071        </property>
0072       </widget>
0073      </item>
0074     </layout>
0075    </item>
0076    <item>
0077     <widget class="QGroupBox" name="singleFolderGroup">
0078      <property name="title">
0079       <string>E&amp;xtraction into subfolder:</string>
0080      </property>
0081      <property name="checkable">
0082       <bool>true</bool>
0083      </property>
0084      <property name="checked">
0085       <bool>false</bool>
0086      </property>
0087      <layout class="QVBoxLayout" name="verticalLayout">
0088       <item>
0089        <widget class="KLineEdit" name="subfolder">
0090         <property name="sizePolicy">
0091          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0092           <horstretch>0</horstretch>
0093           <verstretch>0</verstretch>
0094          </sizepolicy>
0095         </property>
0096         <property name="showClearButton" stdset="0">
0097          <bool>true</bool>
0098         </property>
0099        </widget>
0100       </item>
0101      </layout>
0102     </widget>
0103    </item>
0104    <item>
0105     <widget class="QGroupBox" name="groupBox">
0106      <property name="sizePolicy">
0107       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0108        <horstretch>0</horstretch>
0109        <verstretch>0</verstretch>
0110       </sizepolicy>
0111      </property>
0112      <property name="title">
0113       <string>Options</string>
0114      </property>
0115      <layout class="QGridLayout" name="gridLayout">
0116       <item row="6" column="0">
0117        <spacer name="verticalSpacer">
0118         <property name="orientation">
0119          <enum>Qt::Vertical</enum>
0120         </property>
0121         <property name="sizeHint" stdset="0">
0122          <size>
0123           <width>20</width>
0124           <height>40</height>
0125          </size>
0126         </property>
0127        </spacer>
0128       </item>
0129       <item row="2" column="0">
0130        <widget class="QCheckBox" name="openFolderCheckBox">
0131         <property name="text">
0132          <string>Open &amp;destination folder after extraction</string>
0133         </property>
0134        </widget>
0135       </item>
0136       <item row="3" column="0">
0137        <widget class="QCheckBox" name="closeAfterExtraction">
0138         <property name="text">
0139          <string>Close &amp;Ark after extraction</string>
0140         </property>
0141        </widget>
0142       </item>
0143       <item row="4" column="0">
0144        <widget class="QCheckBox" name="preservePaths">
0145         <property name="text">
0146          <string>&amp;Preserve paths when extracting</string>
0147         </property>
0148        </widget>
0149       </item>
0150       <item row="5" column="0">
0151        <widget class="QCheckBox" name="autoSubfolders">
0152         <property name="text">
0153          <string>&amp;Automatically create subfolders</string>
0154         </property>
0155        </widget>
0156       </item>
0157       <item row="6" column="0">
0158        <spacer name="gridLayoutVerticalSpacer">
0159         <property name="orientation">
0160          <enum>Qt::Vertical</enum>
0161         </property>
0162         <property name="sizeHint" stdset="0">
0163          <size>
0164           <width>20</width>
0165           <height>40</height>
0166          </size>
0167         </property>
0168        </spacer>
0169       </item>
0170      </layout>
0171     </widget>
0172    </item>
0173    <item>
0174     <widget class="QGroupBox" name="filesToExtractGroupBox">
0175      <property name="sizePolicy">
0176       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0177        <horstretch>0</horstretch>
0178        <verstretch>0</verstretch>
0179       </sizepolicy>
0180      </property>
0181      <property name="title">
0182       <string comment="@title:group">Extract</string>
0183      </property>
0184      <property name="flat">
0185       <bool>false</bool>
0186      </property>
0187      <property name="checkable">
0188       <bool>false</bool>
0189      </property>
0190      <layout class="QVBoxLayout">
0191       <item>
0192        <widget class="QRadioButton" name="selectedFilesButton">
0193         <property name="sizePolicy">
0194          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0195           <horstretch>0</horstretch>
0196           <verstretch>0</verstretch>
0197          </sizepolicy>
0198         </property>
0199         <property name="text">
0200          <string>Sele&amp;cted files only</string>
0201         </property>
0202         <property name="checked">
0203          <bool>true</bool>
0204         </property>
0205        </widget>
0206       </item>
0207       <item>
0208        <widget class="QRadioButton" name="allFilesButton">
0209         <property name="sizePolicy">
0210          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0211           <horstretch>0</horstretch>
0212           <verstretch>0</verstretch>
0213          </sizepolicy>
0214         </property>
0215         <property name="text">
0216          <string>All &amp;files</string>
0217         </property>
0218        </widget>
0219       </item>
0220      </layout>
0221     </widget>
0222    </item>
0223   </layout>
0224  </widget>
0225  <customwidgets>
0226   <customwidget>
0227    <class>KLineEdit</class>
0228    <extends>QLineEdit</extends>
0229    <header>klineedit.h</header>
0230   </customwidget>
0231  </customwidgets>
0232  <resources/>
0233  <connections/>
0234 </ui>