diff options
Diffstat (limited to 'src/citra_qt/configure.ui')
| -rw-r--r-- | src/citra_qt/configure.ui | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/src/citra_qt/configure.ui b/src/citra_qt/configure.ui new file mode 100644 index 000000000..e1624bbef --- /dev/null +++ b/src/citra_qt/configure.ui | |||
| @@ -0,0 +1,108 @@ | |||
| 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="ConfigureAudio" name="audioTab"> | ||
| 33 | <attribute name="title"> | ||
| 34 | <string>Audio</string> | ||
| 35 | </attribute> | ||
| 36 | </widget> | ||
| 37 | <widget class="ConfigureDebug" name="debugTab"> | ||
| 38 | <attribute name="title"> | ||
| 39 | <string>Debug</string> | ||
| 40 | </attribute> | ||
| 41 | </widget> | ||
| 42 | </widget> | ||
| 43 | </item> | ||
| 44 | <item> | ||
| 45 | <widget class="QDialogButtonBox" name="buttonBox"> | ||
| 46 | <property name="standardButtons"> | ||
| 47 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | ||
| 48 | </property> | ||
| 49 | </widget> | ||
| 50 | </item> | ||
| 51 | </layout> | ||
| 52 | </widget> | ||
| 53 | <customwidgets> | ||
| 54 | <customwidget> | ||
| 55 | <class>ConfigureGeneral</class> | ||
| 56 | <extends>QWidget</extends> | ||
| 57 | <header>configure_general.h</header> | ||
| 58 | <container>1</container> | ||
| 59 | </customwidget> | ||
| 60 | <customwidget> | ||
| 61 | <class>ConfigureAudio</class> | ||
| 62 | <extends>QWidget</extends> | ||
| 63 | <header>configure_audio.h</header> | ||
| 64 | <container>1</container> | ||
| 65 | </customwidget> | ||
| 66 | <customwidget> | ||
| 67 | <class>ConfigureDebug</class> | ||
| 68 | <extends>QWidget</extends> | ||
| 69 | <header>configure_debug.h</header> | ||
| 70 | <container>1</container> | ||
| 71 | </customwidget> | ||
| 72 | </customwidgets> | ||
| 73 | <resources/> | ||
| 74 | <connections> | ||
| 75 | <connection> | ||
| 76 | <sender>buttonBox</sender> | ||
| 77 | <signal>accepted()</signal> | ||
| 78 | <receiver>ConfigureDialog</receiver> | ||
| 79 | <slot>accept()</slot> | ||
| 80 | <hints> | ||
| 81 | <hint type="sourcelabel"> | ||
| 82 | <x>220</x> | ||
| 83 | <y>380</y> | ||
| 84 | </hint> | ||
| 85 | <hint type="destinationlabel"> | ||
| 86 | <x>220</x> | ||
| 87 | <y>200</y> | ||
| 88 | </hint> | ||
| 89 | </hints> | ||
| 90 | </connection> | ||
| 91 | <connection> | ||
| 92 | <sender>buttonBox</sender> | ||
| 93 | <signal>rejected()</signal> | ||
| 94 | <receiver>ConfigureDialog</receiver> | ||
| 95 | <slot>reject()</slot> | ||
| 96 | <hints> | ||
| 97 | <hint type="sourcelabel"> | ||
| 98 | <x>220</x> | ||
| 99 | <y>380</y> | ||
| 100 | </hint> | ||
| 101 | <hint type="destinationlabel"> | ||
| 102 | <x>220</x> | ||
| 103 | <y>200</y> | ||
| 104 | </hint> | ||
| 105 | </hints> | ||
| 106 | </connection> | ||
| 107 | </connections> | ||
| 108 | </ui> | ||