configure_debug.ui 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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>486</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. <widget class="QGroupBox" name="groupBox_2">
  19. <property name="title">
  20. <string>Logging</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout_4">
  23. <item>
  24. <layout class="QHBoxLayout" name="horizontalLayout_2">
  25. <item>
  26. <widget class="QLabel" name="label_2">
  27. <property name="text">
  28. <string>Global Log Filter</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QLineEdit" name="log_filter_edit"/>
  34. </item>
  35. </layout>
  36. </item>
  37. <item>
  38. <layout class="QHBoxLayout" name="horizontalLayout_3">
  39. <item>
  40. <widget class="QCheckBox" name="toggle_console">
  41. <property name="text">
  42. <string>Show Log in Console</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QPushButton" name="open_log_button">
  48. <property name="text">
  49. <string>Open Log Location</string>
  50. </property>
  51. </widget>
  52. </item>
  53. </layout>
  54. </item>
  55. <item>
  56. <widget class="QCheckBox" name="extended_logging">
  57. <property name="enabled">
  58. <bool>true</bool>
  59. </property>
  60. <property name="toolTip">
  61. <string>When checked, the max size of the log increases from 100 MB to 1 GB</string>
  62. </property>
  63. <property name="text">
  64. <string>Enable Extended Logging</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QLabel" name="label_3">
  70. <property name="font">
  71. <font>
  72. <italic>true</italic>
  73. </font>
  74. </property>
  75. <property name="text">
  76. <string>This will be reset automatically when yuzu closes.</string>
  77. </property>
  78. <property name="indent">
  79. <number>20</number>
  80. </property>
  81. </widget>
  82. </item>
  83. </layout>
  84. </widget>
  85. </item>
  86. <item>
  87. <widget class="QGroupBox" name="groupBox_3">
  88. <property name="title">
  89. <string>Homebrew</string>
  90. </property>
  91. <layout class="QVBoxLayout" name="verticalLayout_5">
  92. <item>
  93. <layout class="QHBoxLayout" name="horizontalLayout_4">
  94. <item>
  95. <widget class="QLabel" name="label_4">
  96. <property name="text">
  97. <string>Arguments String</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <widget class="QLineEdit" name="homebrew_args_edit"/>
  103. </item>
  104. </layout>
  105. </item>
  106. </layout>
  107. </widget>
  108. </item>
  109. <item>
  110. <widget class="QGroupBox" name="groupBox_4">
  111. <property name="title">
  112. <string>Graphics</string>
  113. </property>
  114. <layout class="QVBoxLayout" name="verticalLayout_6">
  115. <item>
  116. <widget class="QCheckBox" name="enable_graphics_debugging">
  117. <property name="enabled">
  118. <bool>true</bool>
  119. </property>
  120. <property name="toolTip">
  121. <string>When checked, the graphics API enters a slower debugging mode</string>
  122. </property>
  123. <property name="text">
  124. <string>Enable Graphics Debugging</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <widget class="QCheckBox" name="disable_macro_jit">
  130. <property name="enabled">
  131. <bool>true</bool>
  132. </property>
  133. <property name="toolTip">
  134. <string>When checked, it disables the macro Just In Time compiler. Enabling this makes games run slower</string>
  135. </property>
  136. <property name="text">
  137. <string>Disable Macro JIT</string>
  138. </property>
  139. </widget>
  140. </item>
  141. </layout>
  142. </widget>
  143. </item>
  144. <item>
  145. <widget class="QGroupBox" name="groupBox_5">
  146. <property name="title">
  147. <string>Dump</string>
  148. </property>
  149. <layout class="QVBoxLayout" name="verticalLayout_7">
  150. <item>
  151. <widget class="QCheckBox" name="reporting_services">
  152. <property name="text">
  153. <string>Enable Verbose Reporting Services</string>
  154. </property>
  155. </widget>
  156. </item>
  157. <item>
  158. <widget class="QLabel" name="label_5">
  159. <property name="font">
  160. <font>
  161. <italic>true</italic>
  162. </font>
  163. </property>
  164. <property name="text">
  165. <string>This will be reset automatically when yuzu closes.</string>
  166. </property>
  167. <property name="indent">
  168. <number>20</number>
  169. </property>
  170. </widget>
  171. </item>
  172. </layout>
  173. </widget>
  174. </item>
  175. <item>
  176. <widget class="QGroupBox" name="groupBox_6">
  177. <property name="title">
  178. <string>Advanced</string>
  179. </property>
  180. <layout class="QVBoxLayout" name="verticalLayout_8">
  181. <item>
  182. <widget class="QCheckBox" name="quest_flag">
  183. <property name="text">
  184. <string>Kiosk (Quest) Mode</string>
  185. </property>
  186. </widget>
  187. </item>
  188. <item>
  189. <widget class="QCheckBox" name="use_debug_asserts">
  190. <property name="text">
  191. <string>Enable Debug Asserts</string>
  192. </property>
  193. </widget>
  194. </item>
  195. <item>
  196. <widget class="QCheckBox" name="use_auto_stub">
  197. <property name="text">
  198. <string>Enable Auto-Stub</string>
  199. </property>
  200. </widget>
  201. </item>
  202. <item>
  203. <widget class="QLabel" name="label_3">
  204. <property name="font">
  205. <font>
  206. <italic>true</italic>
  207. </font>
  208. </property>
  209. <property name="text">
  210. <string>This will be reset automatically when yuzu closes.</string>
  211. </property>
  212. <property name="indent">
  213. <number>20</number>
  214. </property>
  215. </widget>
  216. </item>
  217. </layout>
  218. </widget>
  219. </item>
  220. <item>
  221. <spacer name="verticalSpacer">
  222. <property name="orientation">
  223. <enum>Qt::Vertical</enum>
  224. </property>
  225. <property name="sizeType">
  226. <enum>QSizePolicy::Expanding</enum>
  227. </property>
  228. <property name="sizeHint" stdset="0">
  229. <size>
  230. <width>20</width>
  231. <height>40</height>
  232. </size>
  233. </property>
  234. </spacer>
  235. </item>
  236. </layout>
  237. </widget>
  238. <tabstops>
  239. <tabstop>log_filter_edit</tabstop>
  240. <tabstop>toggle_console</tabstop>
  241. <tabstop>open_log_button</tabstop>
  242. <tabstop>homebrew_args_edit</tabstop>
  243. <tabstop>enable_graphics_debugging</tabstop>
  244. <tabstop>reporting_services</tabstop>
  245. <tabstop>quest_flag</tabstop>
  246. </tabstops>
  247. <resources/>
  248. <connections/>
  249. </ui>