Warning, /sdk/kdesvn/src/ksvnwidgets/deleteform.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>DeleteForm</class>
0004  <widget class="QDialog" name="DeleteForm">
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>Really delete these entries?</string>
0015   </property>
0016   <layout class="QVBoxLayout">
0017    <item>
0018     <widget class="QListWidget" name="m_ItemsList"/>
0019    </item>
0020    <item>
0021     <widget class="QCheckBox" name="m_forceDelete">
0022      <property name="text">
0023       <string>Force delete of changed items</string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="QCheckBox" name="m_keepLocal">
0029      <property name="text">
0030       <string>Keep local copies</string>
0031      </property>
0032     </widget>
0033    </item>
0034    <item>
0035     <widget class="QDialogButtonBox" name="buttonBox">
0036      <property name="standardButtons">
0037       <set>QDialogButtonBox::No|QDialogButtonBox::Yes</set>
0038      </property>
0039     </widget>
0040    </item>
0041   </layout>
0042  </widget>
0043  <resources/>
0044  <connections/>
0045 </ui>