Warning, /sdk/dolphin-plugins/svn/svncheckoutdialog.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>SvnCheckoutDialog</class>
0004  <widget class="QWidget" name="SvnCheckoutDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>340</width>
0010     <height>180</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 Checkout</string>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout">
0023    <item>
0024     <widget class="QLabel" name="label">
0025      <property name="text">
0026       <string>URL of repository:</string>
0027      </property>
0028     </widget>
0029    </item>
0030    <item>
0031     <widget class="QLineEdit" name="leRepository"/>
0032    </item>
0033    <item>
0034     <widget class="QLabel" name="label_2">
0035      <property name="text">
0036       <string>Checkout directory:</string>
0037      </property>
0038     </widget>
0039    </item>
0040    <item>
0041     <widget class="QLineEdit" name="leCheckoutDir"/>
0042    </item>
0043    <item>
0044     <widget class="QCheckBox" name="cbOmitExternals">
0045      <property name="text">
0046       <string>Omit externals</string>
0047      </property>
0048     </widget>
0049    </item>
0050    <item>
0051     <layout class="QHBoxLayout" name="horizontalLayout">
0052      <item>
0053       <spacer name="horizontalSpacer">
0054        <property name="orientation">
0055         <enum>Qt::Horizontal</enum>
0056        </property>
0057        <property name="sizeHint" stdset="0">
0058         <size>
0059          <width>148</width>
0060          <height>20</height>
0061         </size>
0062        </property>
0063       </spacer>
0064      </item>
0065      <item>
0066       <widget class="QPushButton" name="pbOk">
0067        <property name="enabled">
0068         <bool>false</bool>
0069        </property>
0070        <property name="text">
0071         <string>OK</string>
0072        </property>
0073        <property name="icon">
0074         <iconset theme="dialog-ok"/>
0075        </property>
0076       </widget>
0077      </item>
0078      <item>
0079       <widget class="QPushButton" name="pbCancel">
0080        <property name="text">
0081         <string>Cancel</string>
0082        </property>
0083        <property name="icon">
0084         <iconset theme="dialog-cancel"/>
0085        </property>
0086       </widget>
0087      </item>
0088     </layout>
0089    </item>
0090   </layout>
0091  </widget>
0092  <resources/>
0093  <connections/>
0094 </ui>