Warning, /kdevelop/kdevelop/kdevplatform/language/codegen/basicrefactoring.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>RenameDialog</class>
0004  <widget class="QDialog" name="RenameDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>750</width>
0010     <height>550</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string comment="@title:window">Rename</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <widget class="QLabel" name="newNameLabel">
0021        <property name="text">
0022         <string comment="@label:textbox">&amp;New name:</string>
0023        </property>
0024        <property name="buddy">
0025         <cstring>edit</cstring>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="QLineEdit" name="edit"/>
0031      </item>
0032      <item>
0033       <widget class="QPushButton" name="goButton">
0034        <property name="toolTip">
0035         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&amp;quot;Note: All overloaded functions, overloads, forward-declarations, etc. will be renamed too&amp;quot;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0036        </property>
0037        <property name="text">
0038         <string comment="@action:button">&amp;Rename</string>
0039        </property>
0040       </widget>
0041      </item>
0042      <item>
0043       <widget class="QPushButton" name="cancelButton">
0044        <property name="text">
0045         <string comment="@action:button">&amp;Cancel</string>
0046        </property>
0047       </widget>
0048      </item>
0049     </layout>
0050    </item>
0051    <item>
0052     <widget class="QTabWidget" name="tabWidget">
0053      <property name="currentIndex">
0054       <number>-1</number>
0055      </property>
0056     </widget>
0057    </item>
0058   </layout>
0059  </widget>
0060  <resources/>
0061  <connections>
0062   <connection>
0063    <sender>cancelButton</sender>
0064    <signal>clicked()</signal>
0065    <receiver>RenameDialog</receiver>
0066    <slot>reject()</slot>
0067    <hints>
0068     <hint type="sourcelabel">
0069      <x>702</x>
0070      <y>22</y>
0071     </hint>
0072     <hint type="destinationlabel">
0073      <x>374</x>
0074      <y>274</y>
0075     </hint>
0076    </hints>
0077   </connection>
0078   <connection>
0079    <sender>goButton</sender>
0080    <signal>clicked()</signal>
0081    <receiver>RenameDialog</receiver>
0082    <slot>accept()</slot>
0083    <hints>
0084     <hint type="sourcelabel">
0085      <x>617</x>
0086      <y>22</y>
0087     </hint>
0088     <hint type="destinationlabel">
0089      <x>374</x>
0090      <y>274</y>
0091     </hint>
0092    </hints>
0093   </connection>
0094  </connections>
0095 </ui>