configure_debug.ui 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureDebug</class>
  4. <widget class="QWidget" name="ConfigureDebug">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_1">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout_2">
  19. <item>
  20. <widget class="QGroupBox" name="groupBox">
  21. <property name="title">
  22. <string>GDB</string>
  23. </property>
  24. <layout class="QVBoxLayout" name="verticalLayout_3">
  25. <item>
  26. <widget class="QLabel" name="label_1">
  27. <property name="text">
  28. <string>The GDB Stub only works correctly when the CPU JIT is off.</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <layout class="QHBoxLayout" name="horizontalLayout_1">
  34. <item>
  35. <widget class="QCheckBox" name="toggle_gdbstub">
  36. <property name="text">
  37. <string>Enable GDB Stub</string>
  38. </property>
  39. </widget>
  40. </item>
  41. <item>
  42. <spacer name="horizontalSpacer">
  43. <property name="orientation">
  44. <enum>Qt::Horizontal</enum>
  45. </property>
  46. <property name="sizeHint" stdset="0">
  47. <size>
  48. <width>40</width>
  49. <height>20</height>
  50. </size>
  51. </property>
  52. </spacer>
  53. </item>
  54. <item>
  55. <widget class="QLabel" name="label_2">
  56. <property name="text">
  57. <string>Port:</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QSpinBox" name="gdbport_spinbox">
  63. <property name="maximum">
  64. <number>65536</number>
  65. </property>
  66. </widget>
  67. </item>
  68. </layout>
  69. </item>
  70. </layout>
  71. </widget>
  72. </item>
  73. </layout>
  74. </item>
  75. <item>
  76. <widget class="QGroupBox" name="groupBox_2">
  77. <property name="title">
  78. <string>Logging</string>
  79. </property>
  80. <layout class="QVBoxLayout" name="verticalLayout">
  81. <item>
  82. <layout class="QHBoxLayout" name="horizontalLayout">
  83. <item>
  84. <widget class="QLabel" name="label">
  85. <property name="text">
  86. <string>Global Log Filter</string>
  87. </property>
  88. </widget>
  89. </item>
  90. <item>
  91. <widget class="QLineEdit" name="log_filter_edit"/>
  92. </item>
  93. </layout>
  94. </item>
  95. <item>
  96. <layout class="QHBoxLayout" name="horizontalLayout_2">
  97. <item>
  98. <widget class="QCheckBox" name="toggle_console">
  99. <property name="text">
  100. <string>Show Log Console (Windows Only)</string>
  101. </property>
  102. </widget>
  103. </item>
  104. <item>
  105. <widget class="QPushButton" name="open_log_button">
  106. <property name="text">
  107. <string>Open Log Location</string>
  108. </property>
  109. </widget>
  110. </item>
  111. </layout>
  112. </item>
  113. </layout>
  114. </widget>
  115. </item>
  116. <item>
  117. <spacer name="verticalSpacer">
  118. <property name="orientation">
  119. <enum>Qt::Vertical</enum>
  120. </property>
  121. <property name="sizeHint" stdset="0">
  122. <size>
  123. <width>20</width>
  124. <height>40</height>
  125. </size>
  126. </property>
  127. </spacer>
  128. </item>
  129. </layout>
  130. </widget>
  131. <resources/>
  132. <connections>
  133. <connection>
  134. <sender>toggle_gdbstub</sender>
  135. <signal>toggled(bool)</signal>
  136. <receiver>gdbport_spinbox</receiver>
  137. <slot>setEnabled(bool)</slot>
  138. <hints>
  139. <hint type="sourcelabel">
  140. <x>84</x>
  141. <y>157</y>
  142. </hint>
  143. <hint type="destinationlabel">
  144. <x>342</x>
  145. <y>158</y>
  146. </hint>
  147. </hints>
  148. </connection>
  149. </connections>
  150. </ui>