Warning, /sdk/kdesvn/src/ksvnwidgets/depthselector.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>Rajko Albrecht</author>
0004  <comment>Selector widget for depth enumeration</comment>
0005  <class>DepthSelector</class>
0006  <widget class="QWidget" name="DepthSelector">
0007   <layout class="QHBoxLayout">
0008    <property name="spacing">
0009     <number>0</number>
0010    </property>
0011    <property name="sizeConstraint">
0012     <enum>QLayout::SetFixedSize</enum>
0013    </property>
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="QComboBox" name="m_DepthCombo">
0028      <property name="toolTip">
0029       <string>Select depth of operation</string>
0030      </property>
0031      <property name="statusTip">
0032       <string>Select depth of operation</string>
0033      </property>
0034      <property name="whatsThis">
0035       <string>&lt;p &gt;&lt;b&gt;Kind of depth&lt;/b&gt;: &lt;/p&gt;
0036 &lt;p &gt;&lt;i&gt;empty depth&lt;/i&gt;&lt;br /&gt;
0037 Just the named directory, no entries. Updates will not pull in any files or subdirectories not already present. &lt;/p&gt;
0038 &lt;p&gt;&lt;i&gt;Files depth&lt;/i&gt;&lt;br /&gt;Folder and its file children, but not subdirs. Updates will pull in any files not already present, but not subdirectories. &lt;/p&gt;
0039 &lt;p&gt;&lt;i&gt;Immediate depth&lt;/i&gt;&lt;br /&gt;Folder and its entries. Updates will pull in any files or subdirectories not already present; those subdirectories entries will have depth-empty. &lt;/p&gt;
0040 &lt;p&gt;
0041 &lt;i&gt;Infinity depth&lt;/i&gt;&lt;br /&gt;Updates will pull in any files or subdirectories not already present; those subdirectories' this_dir entries will have depth-infinity.&lt;br /&gt;Equivalent to the pre-1.5 default update behavior. &lt;/p&gt;</string>
0042      </property>
0043      <item>
0044       <property name="text">
0045        <string>Empty Depth</string>
0046       </property>
0047      </item>
0048      <item>
0049       <property name="text">
0050        <string>Files Depth</string>
0051       </property>
0052      </item>
0053      <item>
0054       <property name="text">
0055        <string>Immediate Depth</string>
0056       </property>
0057      </item>
0058      <item>
0059       <property name="text">
0060        <string>Infinity Depth (recurse)</string>
0061       </property>
0062      </item>
0063     </widget>
0064    </item>
0065    <item>
0066     <spacer name="spacerItem">
0067      <property name="orientation">
0068       <enum>Qt::Horizontal</enum>
0069      </property>
0070      <property name="sizeType">
0071       <enum>QSizePolicy::Expanding</enum>
0072      </property>
0073      <property name="sizeHint" stdset="0">
0074       <size>
0075        <width>40</width>
0076        <height>20</height>
0077       </size>
0078      </property>
0079     </spacer>
0080    </item>
0081   </layout>
0082  </widget>
0083  <layoutdefault spacing="6" margin="11"/>
0084  <resources/>
0085  <connections/>
0086 </ui>