summaryrefslogtreecommitdiff
path: root/src/citra_qt/configure.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/configure.ui')
-rw-r--r--src/citra_qt/configure.ui97
1 files changed, 97 insertions, 0 deletions
diff --git a/src/citra_qt/configure.ui b/src/citra_qt/configure.ui
new file mode 100644
index 000000000..6ae056ff9
--- /dev/null
+++ b/src/citra_qt/configure.ui
@@ -0,0 +1,97 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConfigureDialog</class>
4 <widget class="QDialog" name="ConfigureDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>441</width>
10 <height>501</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Citra Configuration</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QTabWidget" name="tabWidget">
19 <property name="currentIndex">
20 <number>0</number>
21 </property>
22 <widget class="ConfigureGeneral" name="generalTab">
23 <attribute name="title">
24 <string>General</string>
25 </attribute>
26 </widget>
27 <widget class="QWidget" name="inputTab">
28 <attribute name="title">
29 <string>Input</string>
30 </attribute>
31 </widget>
32 <widget class="ConfigureDebug" name="debugTab">
33 <attribute name="title">
34 <string>Debug</string>
35 </attribute>
36 </widget>
37 </widget>
38 </item>
39 <item>
40 <widget class="QDialogButtonBox" name="buttonBox">
41 <property name="standardButtons">
42 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
43 </property>
44 </widget>
45 </item>
46 </layout>
47 </widget>
48 <customwidgets>
49 <customwidget>
50 <class>ConfigureGeneral</class>
51 <extends>QWidget</extends>
52 <header>configure_general.h</header>
53 <container>1</container>
54 </customwidget>
55 <customwidget>
56 <class>ConfigureDebug</class>
57 <extends>QWidget</extends>
58 <header>configure_debug.h</header>
59 <container>1</container>
60 </customwidget>
61 </customwidgets>
62 <resources/>
63 <connections>
64 <connection>
65 <sender>buttonBox</sender>
66 <signal>accepted()</signal>
67 <receiver>ConfigureDialog</receiver>
68 <slot>accept()</slot>
69 <hints>
70 <hint type="sourcelabel">
71 <x>220</x>
72 <y>380</y>
73 </hint>
74 <hint type="destinationlabel">
75 <x>220</x>
76 <y>200</y>
77 </hint>
78 </hints>
79 </connection>
80 <connection>
81 <sender>buttonBox</sender>
82 <signal>rejected()</signal>
83 <receiver>ConfigureDialog</receiver>
84 <slot>reject()</slot>
85 <hints>
86 <hint type="sourcelabel">
87 <x>220</x>
88 <y>380</y>
89 </hint>
90 <hint type="destinationlabel">
91 <x>220</x>
92 <y>200</y>
93 </hint>
94 </hints>
95 </connection>
96 </connections>
97</ui>