BreakpointDialog.ui 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BreakpointDialog</class>
  4. <widget class="QDialog" name="BreakpointDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>401</width>
  10. <height>376</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Add breakpoint</string>
  21. </property>
  22. <layout class="QVBoxLayout">
  23. <property name="spacing">
  24. <number>6</number>
  25. </property>
  26. <property name="margin">
  27. <number>9</number>
  28. </property>
  29. <item>
  30. <layout class="QVBoxLayout">
  31. <property name="spacing">
  32. <number>6</number>
  33. </property>
  34. <property name="margin">
  35. <number>0</number>
  36. </property>
  37. <item>
  38. <layout class="QHBoxLayout" name="horizontalLayout_2">
  39. <item>
  40. <widget class="QLabel" name="label_5">
  41. <property name="text">
  42. <string>Type:</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QComboBox" name="cmbxType">
  48. <item>
  49. <property name="text">
  50. <string>Breakpoint</string>
  51. </property>
  52. </item>
  53. <item>
  54. <property name="text">
  55. <string>Memory read watchpoint</string>
  56. </property>
  57. </item>
  58. <item>
  59. <property name="text">
  60. <string>Memory write watchpoint</string>
  61. </property>
  62. </item>
  63. <item>
  64. <property name="text">
  65. <string>IO read watchpoint</string>
  66. </property>
  67. </item>
  68. <item>
  69. <property name="text">
  70. <string>IO write watchpoint</string>
  71. </property>
  72. </item>
  73. <item>
  74. <property name="text">
  75. <string>Condition</string>
  76. </property>
  77. </item>
  78. </widget>
  79. </item>
  80. <item>
  81. <spacer name="horizontalSpacer">
  82. <property name="orientation">
  83. <enum>Qt::Horizontal</enum>
  84. </property>
  85. <property name="sizeHint" stdset="0">
  86. <size>
  87. <width>40</width>
  88. <height>20</height>
  89. </size>
  90. </property>
  91. </spacer>
  92. </item>
  93. </layout>
  94. </item>
  95. <item>
  96. <widget class="QLabel" name="lblAddress">
  97. <property name="sizePolicy">
  98. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  99. <horstretch>0</horstretch>
  100. <verstretch>0</verstretch>
  101. </sizepolicy>
  102. </property>
  103. <property name="text">
  104. <string>Add breakpoint at address:</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <layout class="QHBoxLayout" name="horizontalLayout">
  110. <item>
  111. <widget class="QLineEdit" name="edtAddress"/>
  112. </item>
  113. <item>
  114. <widget class="QLineEdit" name="edtAddressRange"/>
  115. </item>
  116. </layout>
  117. </item>
  118. </layout>
  119. </item>
  120. <item>
  121. <layout class="QGridLayout">
  122. <property name="margin">
  123. <number>0</number>
  124. </property>
  125. <property name="spacing">
  126. <number>6</number>
  127. </property>
  128. <item row="2" column="2">
  129. <widget class="QComboBox" name="cmbxSegment">
  130. <item>
  131. <property name="text">
  132. <string>any</string>
  133. </property>
  134. </item>
  135. </widget>
  136. </item>
  137. <item row="1" column="1">
  138. <widget class="QLabel" name="lblSubslot">
  139. <property name="text">
  140. <string>Subslot:</string>
  141. </property>
  142. <property name="buddy">
  143. <cstring>cmbxSubslot</cstring>
  144. </property>
  145. </widget>
  146. </item>
  147. <item row="2" column="1">
  148. <widget class="QLabel" name="lblSegment">
  149. <property name="text">
  150. <string>Segment:</string>
  151. </property>
  152. <property name="buddy">
  153. <cstring>cmbxSegment</cstring>
  154. </property>
  155. </widget>
  156. </item>
  157. <item row="1" column="2">
  158. <widget class="QComboBox" name="cmbxSubslot">
  159. <item>
  160. <property name="text">
  161. <string>any</string>
  162. </property>
  163. </item>
  164. <item>
  165. <property name="text">
  166. <string>0</string>
  167. </property>
  168. </item>
  169. <item>
  170. <property name="text">
  171. <string>1</string>
  172. </property>
  173. </item>
  174. <item>
  175. <property name="text">
  176. <string>2</string>
  177. </property>
  178. </item>
  179. <item>
  180. <property name="text">
  181. <string>3</string>
  182. </property>
  183. </item>
  184. </widget>
  185. </item>
  186. <item row="0" column="1">
  187. <widget class="QLabel" name="lblSlot">
  188. <property name="text">
  189. <string>Slot:</string>
  190. </property>
  191. <property name="buddy">
  192. <cstring>cmbxSlot</cstring>
  193. </property>
  194. </widget>
  195. </item>
  196. <item row="0" column="2">
  197. <widget class="QComboBox" name="cmbxSlot">
  198. <item>
  199. <property name="text">
  200. <string>any</string>
  201. </property>
  202. </item>
  203. <item>
  204. <property name="text">
  205. <string>0</string>
  206. </property>
  207. </item>
  208. <item>
  209. <property name="text">
  210. <string>1</string>
  211. </property>
  212. </item>
  213. <item>
  214. <property name="text">
  215. <string>2</string>
  216. </property>
  217. </item>
  218. <item>
  219. <property name="text">
  220. <string>3</string>
  221. </property>
  222. </item>
  223. </widget>
  224. </item>
  225. <item row="1" column="3">
  226. <spacer>
  227. <property name="orientation">
  228. <enum>Qt::Horizontal</enum>
  229. </property>
  230. <property name="sizeHint" stdset="0">
  231. <size>
  232. <width>40</width>
  233. <height>20</height>
  234. </size>
  235. </property>
  236. </spacer>
  237. </item>
  238. <item row="0" column="0">
  239. <widget class="QLabel" name="lblInSlot">
  240. <property name="text">
  241. <string>With PC in</string>
  242. </property>
  243. </widget>
  244. </item>
  245. </layout>
  246. </item>
  247. <item>
  248. <layout class="QVBoxLayout" name="verticalLayout">
  249. <item>
  250. <widget class="QCheckBox" name="cbCondition">
  251. <property name="text">
  252. <string>Condition</string>
  253. </property>
  254. </widget>
  255. </item>
  256. <item>
  257. <widget class="QTextEdit" name="txtCondition">
  258. <property name="enabled">
  259. <bool>true</bool>
  260. </property>
  261. <property name="minimumSize">
  262. <size>
  263. <width>0</width>
  264. <height>48</height>
  265. </size>
  266. </property>
  267. </widget>
  268. </item>
  269. </layout>
  270. </item>
  271. <item>
  272. <layout class="QHBoxLayout">
  273. <property name="spacing">
  274. <number>6</number>
  275. </property>
  276. <property name="margin">
  277. <number>0</number>
  278. </property>
  279. <item>
  280. <spacer>
  281. <property name="orientation">
  282. <enum>Qt::Horizontal</enum>
  283. </property>
  284. <property name="sizeHint" stdset="0">
  285. <size>
  286. <width>131</width>
  287. <height>31</height>
  288. </size>
  289. </property>
  290. </spacer>
  291. </item>
  292. <item>
  293. <widget class="QPushButton" name="okButton">
  294. <property name="text">
  295. <string>OK</string>
  296. </property>
  297. <property name="default">
  298. <bool>true</bool>
  299. </property>
  300. </widget>
  301. </item>
  302. <item>
  303. <widget class="QPushButton" name="cancelButton">
  304. <property name="text">
  305. <string>Cancel</string>
  306. </property>
  307. </widget>
  308. </item>
  309. </layout>
  310. </item>
  311. </layout>
  312. </widget>
  313. <tabstops>
  314. <tabstop>edtAddress</tabstop>
  315. <tabstop>edtAddressRange</tabstop>
  316. <tabstop>cmbxSlot</tabstop>
  317. <tabstop>cmbxSubslot</tabstop>
  318. <tabstop>cmbxSegment</tabstop>
  319. <tabstop>cbCondition</tabstop>
  320. <tabstop>txtCondition</tabstop>
  321. <tabstop>okButton</tabstop>
  322. <tabstop>cancelButton</tabstop>
  323. <tabstop>cmbxType</tabstop>
  324. </tabstops>
  325. <resources/>
  326. <connections>
  327. <connection>
  328. <sender>okButton</sender>
  329. <signal>clicked()</signal>
  330. <receiver>BreakpointDialog</receiver>
  331. <slot>accept()</slot>
  332. <hints>
  333. <hint type="sourcelabel">
  334. <x>278</x>
  335. <y>253</y>
  336. </hint>
  337. <hint type="destinationlabel">
  338. <x>96</x>
  339. <y>254</y>
  340. </hint>
  341. </hints>
  342. </connection>
  343. <connection>
  344. <sender>cancelButton</sender>
  345. <signal>clicked()</signal>
  346. <receiver>BreakpointDialog</receiver>
  347. <slot>reject()</slot>
  348. <hints>
  349. <hint type="sourcelabel">
  350. <x>369</x>
  351. <y>253</y>
  352. </hint>
  353. <hint type="destinationlabel">
  354. <x>179</x>
  355. <y>282</y>
  356. </hint>
  357. </hints>
  358. </connection>
  359. </connections>
  360. </ui>