summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_debug_tab.ui
blob: 7dc6dd704305cbeb544f825d454116e7fdfaddbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ConfigureDebugTab</class>
 <widget class="QWidget" name="ConfigureDebugTab">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>320</width>
    <height>240</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <widget class="QTabWidget" name="tabWidget">
     <property name="currentIndex">
      <number>1</number>
     </property>
     <widget class="ConfigureDebug" name="debugTab">
      <attribute name="title">
       <string>General</string>
      </attribute>
     </widget>
     <widget class="ConfigureCpuDebug" name="cpuDebugTab">
      <attribute name="title">
       <string>CPU</string>
      </attribute>
     </widget>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>ConfigureDebug</class>
   <extends>QWidget</extends>
   <header>configuration/configure_debug.h</header>
   <container>1</container>
  </customwidget>
  <customwidget>
   <class>ConfigureCpuDebug</class>
   <extends>QWidget</extends>
   <header>configuration/configure_cpu_debug.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>