Warning, /sdk/kdesvn/src/svnfrontend/hotcopydlg.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>HotcopyDlg</class>
0004  <widget class="QWidget" name="HotcopyDlg">
0005   <layout class="QGridLayout" name="gridLayout_2">
0006    <item row="0" column="0">
0007     <layout class="QGridLayout" name="gridLayout">
0008      <item row="0" column="0">
0009       <widget class="QLabel" name="m_Srclabel">
0010        <property name="text">
0011         <string>Repository to copy:</string>
0012        </property>
0013        <property name="alignment">
0014         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0015        </property>
0016       </widget>
0017      </item>
0018      <item row="0" column="1">
0019       <widget class="KUrlRequester" name="m_SrcpathEditor">
0020        <property name="minimumSize">
0021         <size>
0022          <width>150</width>
0023          <height>0</height>
0024         </size>
0025        </property>
0026       </widget>
0027      </item>
0028      <item row="1" column="0">
0029       <widget class="QLabel" name="m_Destlabel">
0030        <property name="text">
0031         <string>Destination folder:</string>
0032        </property>
0033        <property name="alignment">
0034         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0035        </property>
0036       </widget>
0037      </item>
0038      <item row="1" column="1">
0039       <widget class="KUrlRequester" name="m_DestpathEditor">
0040        <property name="minimumSize">
0041         <size>
0042          <width>100</width>
0043          <height>0</height>
0044         </size>
0045        </property>
0046       </widget>
0047      </item>
0048      <item row="2" column="0" colspan="2">
0049       <widget class="QCheckBox" name="m_Cleanlogs">
0050        <property name="text">
0051         <string>Clean logs</string>
0052        </property>
0053        <property name="shortcut">
0054         <string/>
0055        </property>
0056        <property name="checked">
0057         <bool>true</bool>
0058        </property>
0059       </widget>
0060      </item>
0061     </layout>
0062    </item>
0063    <item row="1" column="0">
0064     <spacer name="verticalSpacer">
0065      <property name="orientation">
0066       <enum>Qt::Vertical</enum>
0067      </property>
0068      <property name="sizeHint" stdset="0">
0069       <size>
0070        <width>20</width>
0071        <height>40</height>
0072       </size>
0073      </property>
0074     </spacer>
0075    </item>
0076   </layout>
0077  </widget>
0078  <layoutdefault spacing="6" margin="11"/>
0079  <customwidgets>
0080   <customwidget>
0081    <class>KUrlRequester</class>
0082    <extends>QFrame</extends>
0083    <header>kurlrequester.h</header>
0084   </customwidget>
0085  </customwidgets>
0086  <tabstops>
0087   <tabstop>m_SrcpathEditor</tabstop>
0088   <tabstop>m_DestpathEditor</tabstop>
0089   <tabstop>m_Cleanlogs</tabstop>
0090  </tabstops>
0091  <includes>
0092   <include location="local">kurlrequester.h</include>
0093   <include location="local">klineedit.h</include>
0094   <include location="local">kurlrequester.h</include>
0095   <include location="local">klineedit.h</include>
0096  </includes>
0097  <resources/>
0098  <connections/>
0099 </ui>