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>467</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_1">
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_4">
74      <item>
75       <layout class="QHBoxLayout" name="horizontalLayout_2">
76        <item>
77         <widget class="QLabel" name="label_2">
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_3">
90        <item>
91         <widget class="QCheckBox" name="toggle_console">
92          <property name="text">
93           <string>Show Log in Console</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      <item>
107       <widget class="QCheckBox" name="extended_logging">
108        <property name="enabled">
109         <bool>true</bool>
110        </property>
111        <property name="toolTip">
112         <string>When checked, the max size of the log increases from 100 MB to 1 GB</string>
113        </property>
114        <property name="text">
115         <string>Enable Extended Logging</string>
116        </property>
117       </widget>
118      </item>
119      <item>
120       <widget class="QLabel" name="label_3">
121        <property name="font">
122         <font>
123          <italic>true</italic>
124         </font>
125        </property>
126        <property name="text">
127         <string>This will be reset automatically when yuzu closes.</string>
128        </property>
129        <property name="indent">
130         <number>20</number>
131        </property>
132       </widget>
133      </item>
134     </layout>
135    </widget>
136   </item>
137   <item>
138    <widget class="QGroupBox" name="groupBox_3">
139     <property name="title">
140      <string>Homebrew</string>
141     </property>
142     <layout class="QVBoxLayout" name="verticalLayout_5">
143      <item>
144       <layout class="QHBoxLayout" name="horizontalLayout_4">
145        <item>
146         <widget class="QLabel" name="label_4">
147          <property name="text">
148           <string>Arguments String</string>
149          </property>
150         </widget>
151        </item>
152        <item>
153         <widget class="QLineEdit" name="homebrew_args_edit"/>
154        </item>
155       </layout>
156      </item>
157     </layout>
158    </widget>
159   </item>
160   <item>
161    <widget class="QGroupBox" name="groupBox_4">
162     <property name="title">
163      <string>Graphics</string>
164     </property>
165     <layout class="QVBoxLayout" name="verticalLayout_6">
166      <item>
167       <widget class="QCheckBox" name="enable_graphics_debugging">
168        <property name="enabled">
169         <bool>true</bool>
170        </property>
171        <property name="toolTip">
172         <string>When checked, the graphics API enters a slower debugging mode</string>
173        </property>
174        <property name="text">
175         <string>Enable Graphics Debugging</string>
176        </property>
177       </widget>
178      </item>
179      <item>
180       <widget class="QCheckBox" name="disable_macro_jit">
181        <property name="enabled">
182         <bool>true</bool>
183        </property>
184        <property name="toolTip">
185         <string>When checked, it disables the macro Just In Time compiler. Enabling this makes games run slower</string>
186        </property>
187        <property name="text">
188         <string>Disable Macro JIT</string>
189        </property>
190       </widget>
191      </item>
192     </layout>
193    </widget>
194   </item>
195   <item>
196    <widget class="QGroupBox" name="groupBox_5">
197     <property name="title">
198      <string>Dump</string>
199     </property>
200     <layout class="QVBoxLayout" name="verticalLayout_7">
201      <item>
202       <widget class="QCheckBox" name="reporting_services">
203        <property name="text">
204         <string>Enable Verbose Reporting Services</string>
205        </property>
206       </widget>
207      </item>
208      <item>
209       <widget class="QLabel" name="label_5">
210        <property name="font">
211         <font>
212          <italic>true</italic>
213         </font>
214        </property>
215        <property name="text">
216         <string>This will be reset automatically when yuzu closes.</string>
217        </property>
218        <property name="indent">
219         <number>20</number>
220        </property>
221       </widget>
222      </item>
223     </layout>
224    </widget>
225   </item>
226   <item>
227    <widget class="QGroupBox" name="groupBox_6">
228     <property name="title">
229      <string>Advanced</string>
230     </property>
231     <layout class="QVBoxLayout" name="verticalLayout_8">
232      <item>
233       <widget class="QCheckBox" name="quest_flag">
234        <property name="text">
235         <string>Kiosk (Quest) Mode</string>
236        </property>
237       </widget>
238      </item>
239     </layout>
240    </widget>
241   </item>
242   <item>
243    <spacer name="verticalSpacer">
244     <property name="orientation">
245      <enum>Qt::Vertical</enum>
246     </property>
247     <property name="sizeType">
248      <enum>QSizePolicy::Expanding</enum>
249     </property>
250     <property name="sizeHint" stdset="0">
251      <size>
252       <width>20</width>
253       <height>40</height>
254      </size>
255     </property>
256    </spacer>
257   </item>
258  </layout>
259 </widget>
260 <tabstops>
261  <tabstop>toggle_gdbstub</tabstop>
262  <tabstop>gdbport_spinbox</tabstop>
263  <tabstop>log_filter_edit</tabstop>
264  <tabstop>toggle_console</tabstop>
265  <tabstop>open_log_button</tabstop>
266  <tabstop>homebrew_args_edit</tabstop>
267  <tabstop>enable_graphics_debugging</tabstop>
268  <tabstop>reporting_services</tabstop>
269  <tabstop>quest_flag</tabstop>
270 </tabstops>
271 <resources/>
272 <connections>
273  <connection>
274   <sender>toggle_gdbstub</sender>
275   <signal>toggled(bool)</signal>
276   <receiver>gdbport_spinbox</receiver>
277   <slot>setEnabled(bool)</slot>
278   <hints>
279    <hint type="sourcelabel">
280     <x>84</x>
281     <y>157</y>
282    </hint>
283    <hint type="destinationlabel">
284     <x>342</x>
285     <y>158</y>
286    </hint>
287   </hints>
288  </connection>
289 </connections>
290</ui>
291