hexfilegoto.ui 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>HexFileGoto</class>
  4. <widget class="QWidget" name="HexFileGoto">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>290</width>
  10. <height>141</height>
  11. </rect>
  12. </property>
  13. <property name="maximumSize">
  14. <size>
  15. <width>290</width>
  16. <height>215</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>HexFileGoto</string>
  21. </property>
  22. <property name="windowIcon">
  23. <iconset resource="RealCompare.qrc">
  24. <normaloff>:/Resources/edit/global/notebook.png</normaloff>:/Resources/edit/global/notebook.png</iconset>
  25. </property>
  26. <layout class="QVBoxLayout" name="verticalLayout_2">
  27. <property name="spacing">
  28. <number>0</number>
  29. </property>
  30. <property name="leftMargin">
  31. <number>2</number>
  32. </property>
  33. <property name="topMargin">
  34. <number>0</number>
  35. </property>
  36. <property name="rightMargin">
  37. <number>2</number>
  38. </property>
  39. <property name="bottomMargin">
  40. <number>2</number>
  41. </property>
  42. <item>
  43. <widget class="QGroupBox" name="groupBox">
  44. <property name="title">
  45. <string>Addr</string>
  46. </property>
  47. <layout class="QVBoxLayout" name="verticalLayout">
  48. <property name="spacing">
  49. <number>2</number>
  50. </property>
  51. <property name="leftMargin">
  52. <number>2</number>
  53. </property>
  54. <property name="topMargin">
  55. <number>2</number>
  56. </property>
  57. <property name="rightMargin">
  58. <number>2</number>
  59. </property>
  60. <property name="bottomMargin">
  61. <number>2</number>
  62. </property>
  63. <item>
  64. <layout class="QHBoxLayout" name="horizontalLayout_2">
  65. <item>
  66. <widget class="QRadioButton" name="radioButtonDec">
  67. <property name="text">
  68. <string>Dec Addr</string>
  69. </property>
  70. <property name="checked">
  71. <bool>true</bool>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <widget class="QLineEdit" name="lineEditDecAddr">
  77. <property name="maxLength">
  78. <number>15</number>
  79. </property>
  80. </widget>
  81. </item>
  82. </layout>
  83. </item>
  84. <item>
  85. <layout class="QHBoxLayout" name="horizontalLayout">
  86. <item>
  87. <widget class="QRadioButton" name="radioButtonHex">
  88. <property name="text">
  89. <string>Hex Addr</string>
  90. </property>
  91. <property name="checked">
  92. <bool>false</bool>
  93. </property>
  94. </widget>
  95. </item>
  96. <item>
  97. <widget class="QLineEdit" name="lineEditHexAddr">
  98. <property name="maxLength">
  99. <number>12</number>
  100. </property>
  101. </widget>
  102. </item>
  103. </layout>
  104. </item>
  105. </layout>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QTextBrowser" name="textBrowser">
  110. <property name="maximumSize">
  111. <size>
  112. <width>16777215</width>
  113. <height>45</height>
  114. </size>
  115. </property>
  116. <property name="readOnly">
  117. <bool>true</bool>
  118. </property>
  119. <property name="acceptRichText">
  120. <bool>false</bool>
  121. </property>
  122. </widget>
  123. </item>
  124. <item>
  125. <layout class="QHBoxLayout" name="horizontalLayout_3">
  126. <item>
  127. <spacer name="horizontalSpacer">
  128. <property name="orientation">
  129. <enum>Qt::Horizontal</enum>
  130. </property>
  131. <property name="sizeHint" stdset="0">
  132. <size>
  133. <width>40</width>
  134. <height>20</height>
  135. </size>
  136. </property>
  137. </spacer>
  138. </item>
  139. <item>
  140. <widget class="QPushButton" name="pushButtonOk">
  141. <property name="text">
  142. <string>Go to</string>
  143. </property>
  144. </widget>
  145. </item>
  146. <item>
  147. <widget class="QPushButton" name="pushButtonClose">
  148. <property name="text">
  149. <string>Close</string>
  150. </property>
  151. </widget>
  152. </item>
  153. <item>
  154. <spacer name="horizontalSpacer_2">
  155. <property name="orientation">
  156. <enum>Qt::Horizontal</enum>
  157. </property>
  158. <property name="sizeHint" stdset="0">
  159. <size>
  160. <width>40</width>
  161. <height>20</height>
  162. </size>
  163. </property>
  164. </spacer>
  165. </item>
  166. </layout>
  167. </item>
  168. </layout>
  169. </widget>
  170. <layoutdefault spacing="6" margin="11"/>
  171. <resources>
  172. <include location="RealCompare.qrc"/>
  173. </resources>
  174. <connections>
  175. <connection>
  176. <sender>pushButtonClose</sender>
  177. <signal>clicked()</signal>
  178. <receiver>HexFileGoto</receiver>
  179. <slot>close()</slot>
  180. <hints>
  181. <hint type="sourcelabel">
  182. <x>156</x>
  183. <y>112</y>
  184. </hint>
  185. <hint type="destinationlabel">
  186. <x>283</x>
  187. <y>145</y>
  188. </hint>
  189. </hints>
  190. </connection>
  191. <connection>
  192. <sender>pushButtonOk</sender>
  193. <signal>clicked()</signal>
  194. <receiver>HexFileGoto</receiver>
  195. <slot>slot_goto()</slot>
  196. <hints>
  197. <hint type="sourcelabel">
  198. <x>122</x>
  199. <y>126</y>
  200. </hint>
  201. <hint type="destinationlabel">
  202. <x>132</x>
  203. <y>150</y>
  204. </hint>
  205. </hints>
  206. </connection>
  207. </connections>
  208. <slots>
  209. <slot>slot_goto()</slot>
  210. </slots>
  211. </ui>