configure_debug.ui 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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>357</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. <layout class="QHBoxLayout" name="horizontalLayout_1">
  27. <item>
  28. <widget class="QCheckBox" name="toggle_gdbstub">
  29. <property name="text">
  30. <string>Enable GDB Stub</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <spacer name="horizontalSpacer">
  36. <property name="orientation">
  37. <enum>Qt::Horizontal</enum>
  38. </property>
  39. <property name="sizeHint" stdset="0">
  40. <size>
  41. <width>40</width>
  42. <height>20</height>
  43. </size>
  44. </property>
  45. </spacer>
  46. </item>
  47. <item>
  48. <widget class="QLabel" name="label_2">
  49. <property name="text">
  50. <string>Port:</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QSpinBox" name="gdbport_spinbox">
  56. <property name="maximum">
  57. <number>65536</number>
  58. </property>
  59. </widget>
  60. </item>
  61. </layout>
  62. </item>
  63. </layout>
  64. </widget>
  65. </item>
  66. </layout>
  67. </item>
  68. <item>
  69. <widget class="QGroupBox" name="groupBox_2">
  70. <property name="title">
  71. <string>Logging</string>
  72. </property>
  73. <layout class="QVBoxLayout" name="verticalLayout">
  74. <item>
  75. <layout class="QHBoxLayout" name="horizontalLayout">
  76. <item>
  77. <widget class="QLabel" name="label">
  78. <property name="text">
  79. <string>Global Log Filter</string>
  80. </property>
  81. </widget>
  82. </item>
  83. <item>
  84. <widget class="QLineEdit" name="log_filter_edit"/>
  85. </item>
  86. </layout>
  87. </item>
  88. <item>
  89. <layout class="QHBoxLayout" name="horizontalLayout_2">
  90. <item>
  91. <widget class="QCheckBox" name="toggle_console">
  92. <property name="text">
  93. <string>Show Log Console (Windows Only)</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QPushButton" name="open_log_button">
  99. <property name="text">
  100. <string>Open Log Location</string>
  101. </property>
  102. </widget>
  103. </item>
  104. </layout>
  105. </item>
  106. </layout>
  107. </widget>
  108. </item>
  109. <item>
  110. <widget class="QGroupBox" name="groupBox_3">
  111. <property name="title">
  112. <string>Homebrew</string>
  113. </property>
  114. <layout class="QVBoxLayout" name="verticalLayout">
  115. <item>
  116. <layout class="QHBoxLayout" name="horizontalLayout">
  117. <item>
  118. <widget class="QLabel" name="label">
  119. <property name="text">
  120. <string>Arguments String</string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item>
  125. <widget class="QLineEdit" name="homebrew_args_edit"/>
  126. </item>
  127. </layout>
  128. </item>
  129. </layout>
  130. </widget>
  131. </item>
  132. <item>
  133. <widget class="QGroupBox" name="groupBox_4">
  134. <property name="title">
  135. <string>Dump</string>
  136. </property>
  137. <layout class="QVBoxLayout" name="verticalLayout_4">
  138. <item>
  139. <widget class="QCheckBox" name="dump_decompressed_nso">
  140. <property name="whatsThis">
  141. <string>When checked, any NSO yuzu tries to load or patch will be copied decompressed to the yuzu/dump directory.</string>
  142. </property>
  143. <property name="text">
  144. <string>Dump Decompressed NSOs</string>
  145. </property>
  146. </widget>
  147. </item>
  148. <item>
  149. <widget class="QCheckBox" name="dump_exefs">
  150. <property name="whatsThis">
  151. <string>When checked, any game that yuzu loads will have its ExeFS dumped to the yuzu/dump directory.</string>
  152. </property>
  153. <property name="text">
  154. <string>Dump ExeFS</string>
  155. </property>
  156. </widget>
  157. </item>
  158. </layout>
  159. </widget>
  160. </item>
  161. <item>
  162. <spacer name="verticalSpacer">
  163. <property name="orientation">
  164. <enum>Qt::Vertical</enum>
  165. </property>
  166. <property name="sizeHint" stdset="0">
  167. <size>
  168. <width>20</width>
  169. <height>40</height>
  170. </size>
  171. </property>
  172. </spacer>
  173. </item>
  174. </layout>
  175. </widget>
  176. <resources/>
  177. <connections>
  178. <connection>
  179. <sender>toggle_gdbstub</sender>
  180. <signal>toggled(bool)</signal>
  181. <receiver>gdbport_spinbox</receiver>
  182. <slot>setEnabled(bool)</slot>
  183. <hints>
  184. <hint type="sourcelabel">
  185. <x>84</x>
  186. <y>157</y>
  187. </hint>
  188. <hint type="destinationlabel">
  189. <x>342</x>
  190. <y>158</y>
  191. </hint>
  192. </hints>
  193. </connection>
  194. </connections>
  195. </ui>