Warning, /sdk/kdesvn/src/ksvnwidgets/revertform.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>RevertForm</class>
0004  <widget class="QDialog" name="RevertForm">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Revert entries</string>
0015   </property>
0016   <layout class="QVBoxLayout">
0017    <item>
0018     <widget class="QLabel" name="m_headLine">
0019      <property name="text">
0020       <string>Really revert these entries to pristine state?</string>
0021      </property>
0022      <property name="wordWrap">
0023       <bool>false</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="QListWidget" name="m_ItemsList"/>
0029    </item>
0030    <item>
0031     <widget class="DepthSelector" name="m_DepthSelect" native="true">
0032      <property name="minimumSize">
0033       <size>
0034        <width>0</width>
0035        <height>20</height>
0036       </size>
0037      </property>
0038     </widget>
0039    </item>
0040    <item>
0041     <widget class="QDialogButtonBox" name="buttonBox">
0042      <property name="standardButtons">
0043       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0044      </property>
0045     </widget>
0046    </item>
0047   </layout>
0048  </widget>
0049  <layoutdefault spacing="6" margin="11"/>
0050  <customwidgets>
0051   <customwidget>
0052    <class>DepthSelector</class>
0053    <extends>QWidget</extends>
0054    <header>ksvnwidgets/depthselector.h</header>
0055    <container>1</container>
0056   </customwidget>
0057  </customwidgets>
0058  <includes>
0059   <include location="local">ksvnwidgets/depthselector.h</include>
0060  </includes>
0061  <resources/>
0062  <connections/>
0063 </ui>