Warning, /sdk/dolphin-plugins/svn/svncleanupdialog.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  <class>SvnCleanupDialog</class>
0004  <widget class="QWidget" name="SvnCleanupDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>370</width>
0010     <height>182</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>SVN Cleanup...</string>
0021   </property>
0022   <layout class="QGridLayout" name="gridLayout">
0023    <item row="0" column="0">
0024     <widget class="QLabel" name="label">
0025      <property name="text">
0026       <string>Clean up directory:</string>
0027      </property>
0028     </widget>
0029    </item>
0030    <item row="1" column="0" colspan="3">
0031     <widget class="QLineEdit" name="lineEditDirectory">
0032      <property name="enabled">
0033       <bool>true</bool>
0034      </property>
0035      <property name="readOnly">
0036       <bool>false</bool>
0037      </property>
0038     </widget>
0039    </item>
0040    <item row="2" column="0" colspan="3">
0041     <widget class="QCheckBox" name="checkBoxUnversioned">
0042      <property name="text">
0043       <string>Delete unversioned files and directories</string>
0044      </property>
0045     </widget>
0046    </item>
0047    <item row="3" column="0" colspan="2">
0048     <widget class="QCheckBox" name="checkBoxIgnored">
0049      <property name="text">
0050       <string>Delete ignored files and directories</string>
0051      </property>
0052     </widget>
0053    </item>
0054    <item row="4" column="0">
0055     <widget class="QCheckBox" name="checkBoxExternals">
0056      <property name="text">
0057       <string>Include externals</string>
0058      </property>
0059     </widget>
0060    </item>
0061    <item row="5" column="0">
0062     <spacer name="horizontalSpacer">
0063      <property name="orientation">
0064       <enum>Qt::Horizontal</enum>
0065      </property>
0066      <property name="sizeHint" stdset="0">
0067       <size>
0068        <width>40</width>
0069        <height>20</height>
0070       </size>
0071      </property>
0072     </spacer>
0073    </item>
0074    <item row="5" column="1">
0075     <widget class="QPushButton" name="buttonOk">
0076      <property name="enabled">
0077       <bool>false</bool>
0078      </property>
0079      <property name="text">
0080       <string>OK</string>
0081      </property>
0082      <property name="icon">
0083       <iconset theme="dialog-ok"/>
0084      </property>
0085      <property name="autoDefault">
0086       <bool>true</bool>
0087      </property>
0088      <property name="default">
0089       <bool>true</bool>
0090      </property>
0091     </widget>
0092    </item>
0093    <item row="5" column="2">
0094     <widget class="QPushButton" name="buttonCancel">
0095      <property name="text">
0096       <string>Cancel</string>
0097      </property>
0098      <property name="icon">
0099       <iconset theme="dialog-cancel"/>
0100      </property>
0101     </widget>
0102    </item>
0103   </layout>
0104  </widget>
0105  <resources/>
0106  <connections/>
0107 </ui>