Warning, /kdevelop/kdevelop/plugins/debuggercommon/widgets/selectaddressdialog.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>SelectAddressDialog</class>
0004  <widget class="QDialog" name="SelectAddressDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>291</width>
0010     <height>94</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string comment="@title:window">Address Selector</string>
0015   </property>
0016   <property name="toolTip">
0017    <string comment="@info:tooltip">Select the address to disassemble around</string>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <widget class="QLabel" name="label">
0022      <property name="text">
0023       <string comment="@label:listbox">Address to disassemble around:</string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="KHistoryComboBox" name="comboBox">
0029      <property name="insertPolicy">
0030       <enum>QComboBox::InsertAtTop</enum>
0031      </property>
0032      <property name="urlDropsEnabled" stdset="0">
0033       <bool>false</bool>
0034      </property>
0035     </widget>
0036    </item>
0037    <item>
0038     <spacer name="verticalSpacer">
0039      <property name="orientation">
0040       <enum>Qt::Vertical</enum>
0041      </property>
0042      <property name="sizeHint" stdset="0">
0043       <size>
0044        <width>20</width>
0045        <height>40</height>
0046       </size>
0047      </property>
0048     </spacer>
0049    </item>
0050    <item>
0051     <widget class="QDialogButtonBox" name="buttonBox">
0052      <property name="standardButtons">
0053       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0054      </property>
0055     </widget>
0056    </item>
0057   </layout>
0058  </widget>
0059  <customwidgets>
0060   <customwidget>
0061    <class>KComboBox</class>
0062    <extends>QComboBox</extends>
0063    <header>KComboBox</header>
0064   </customwidget>
0065   <customwidget>
0066    <class>KHistoryComboBox</class>
0067    <extends>KComboBox</extends>
0068    <header>KHistoryComboBox</header>
0069   </customwidget>
0070  </customwidgets>
0071  <resources/>
0072  <connections>
0073   <connection>
0074    <sender>buttonBox</sender>
0075    <signal>accepted()</signal>
0076    <receiver>SelectAddressDialog</receiver>
0077    <slot>accept()</slot>
0078    <hints>
0079     <hint type="sourcelabel">
0080      <x>140</x>
0081      <y>72</y>
0082     </hint>
0083     <hint type="destinationlabel">
0084      <x>146</x>
0085      <y>88</y>
0086     </hint>
0087    </hints>
0088   </connection>
0089   <connection>
0090    <sender>buttonBox</sender>
0091    <signal>rejected()</signal>
0092    <receiver>SelectAddressDialog</receiver>
0093    <slot>reject()</slot>
0094    <hints>
0095     <hint type="sourcelabel">
0096      <x>245</x>
0097      <y>71</y>
0098     </hint>
0099     <hint type="destinationlabel">
0100      <x>241</x>
0101      <y>88</y>
0102     </hint>
0103    </hints>
0104   </connection>
0105  </connections>
0106 </ui>