Warning, /kdevelop/kdevelop/plugins/custom-definesandincludes/kcm_widget/batchedit.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>BatchEdit</class>
0004  <widget class="QDialog" name="BatchEdit">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>600</width>
0010     <height>400</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QPlainTextEdit" name="textEdit"/>
0016    </item>
0017    <item>
0018     <widget class="QDialogButtonBox" name="buttonBox">
0019      <property name="orientation">
0020       <enum>Qt::Horizontal</enum>
0021      </property>
0022      <property name="standardButtons">
0023       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0024      </property>
0025     </widget>
0026    </item>
0027   </layout>
0028  </widget>
0029  <resources/>
0030  <connections>
0031   <connection>
0032    <sender>buttonBox</sender>
0033    <signal>accepted()</signal>
0034    <receiver>BatchEdit</receiver>
0035    <slot>accept()</slot>
0036    <hints>
0037     <hint type="sourcelabel">
0038      <x>248</x>
0039      <y>254</y>
0040     </hint>
0041     <hint type="destinationlabel">
0042      <x>157</x>
0043      <y>274</y>
0044     </hint>
0045    </hints>
0046   </connection>
0047   <connection>
0048    <sender>buttonBox</sender>
0049    <signal>rejected()</signal>
0050    <receiver>BatchEdit</receiver>
0051    <slot>reject()</slot>
0052    <hints>
0053     <hint type="sourcelabel">
0054      <x>316</x>
0055      <y>260</y>
0056     </hint>
0057     <hint type="destinationlabel">
0058      <x>286</x>
0059      <y>274</y>
0060     </hint>
0061    </hints>
0062   </connection>
0063  </connections>
0064 </ui>