summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/main.ui')
-rw-r--r--src/citra_qt/main.ui168
1 files changed, 168 insertions, 0 deletions
diff --git a/src/citra_qt/main.ui b/src/citra_qt/main.ui
new file mode 100644
index 000000000..bc895d89c
--- /dev/null
+++ b/src/citra_qt/main.ui
@@ -0,0 +1,168 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1081</width>
10 <height>730</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Citra</string>
15 </property>
16 <property name="windowIcon">
17 <iconset>
18 <normaloff>src/pcafe/res/icon3_64x64.ico</normaloff>src/pcafe/res/icon3_64x64.ico</iconset>
19 </property>
20 <property name="tabShape">
21 <enum>QTabWidget::Rounded</enum>
22 </property>
23 <property name="dockNestingEnabled">
24 <bool>true</bool>
25 </property>
26 <widget class="QWidget" name="centralwidget">
27 <layout class="QHBoxLayout" name="horizontalLayout"/>
28 </widget>
29 <widget class="QMenuBar" name="menubar">
30 <property name="geometry">
31 <rect>
32 <x>0</x>
33 <y>0</y>
34 <width>1081</width>
35 <height>20</height>
36 </rect>
37 </property>
38 <widget class="QMenu" name="menu_File">
39 <property name="title">
40 <string>&amp;File</string>
41 </property>
42 <addaction name="action_load_elf"/>
43 <addaction name="separator"/>
44 <addaction name="action_Exit"/>
45 </widget>
46 <widget class="QMenu" name="menu_Emulation">
47 <property name="title">
48 <string>&amp;Emulation</string>
49 </property>
50 <addaction name="action_Start"/>
51 <addaction name="action_Pause"/>
52 <addaction name="action_Stop"/>
53 <addaction name="separator"/>
54 <addaction name="action_Configure"/>
55 </widget>
56 <widget class="QMenu" name="menu_View">
57 <property name="title">
58 <string>&amp;View</string>
59 </property>
60 <addaction name="action_Single_Window_Mode"/>
61 <addaction name="action_Hotkeys"/>
62 </widget>
63 <widget class="QMenu" name="menu_Help">
64 <property name="title">
65 <string>&amp;Help</string>
66 </property>
67 <addaction name="action_About"/>
68 </widget>
69 <addaction name="menu_File"/>
70 <addaction name="menu_Emulation"/>
71 <addaction name="menu_View"/>
72 <addaction name="menu_Help"/>
73 </widget>
74 <widget class="QStatusBar" name="statusbar"/>
75 <action name="action_load_elf">
76 <property name="text">
77 <string>Load ELF ...</string>
78 </property>
79 </action>
80 <action name="action_Exit">
81 <property name="text">
82 <string>E&amp;xit</string>
83 </property>
84 </action>
85 <action name="action_Start">
86 <property name="text">
87 <string>&amp;Start</string>
88 </property>
89 </action>
90 <action name="action_Pause">
91 <property name="enabled">
92 <bool>false</bool>
93 </property>
94 <property name="text">
95 <string>&amp;Pause</string>
96 </property>
97 </action>
98 <action name="action_Stop">
99 <property name="enabled">
100 <bool>false</bool>
101 </property>
102 <property name="text">
103 <string>&amp;Stop</string>
104 </property>
105 </action>
106 <action name="action_About">
107 <property name="text">
108 <string>About Citra</string>
109 </property>
110 </action>
111 <action name="action_Single_Window_Mode">
112 <property name="checkable">
113 <bool>true</bool>
114 </property>
115 <property name="text">
116 <string>Single Window Mode</string>
117 </property>
118 </action>
119 <action name="action_Hotkeys">
120 <property name="text">
121 <string>Configure &amp;Hotkeys ...</string>
122 </property>
123 </action>
124 <action name="action_Configure">
125 <property name="text">
126 <string>Configure ...</string>
127 </property>
128 </action>
129 </widget>
130 <resources/>
131 <connections>
132 <connection>
133 <sender>action_Exit</sender>
134 <signal>triggered()</signal>
135 <receiver>MainWindow</receiver>
136 <slot>close()</slot>
137 <hints>
138 <hint type="sourcelabel">
139 <x>-1</x>
140 <y>-1</y>
141 </hint>
142 <hint type="destinationlabel">
143 <x>367</x>
144 <y>314</y>
145 </hint>
146 </hints>
147 </connection>
148 <connection>
149 <sender>action_Configure</sender>
150 <signal>triggered()</signal>
151 <receiver>MainWindow</receiver>
152 <slot>OnConfigure()</slot>
153 <hints>
154 <hint type="sourcelabel">
155 <x>-1</x>
156 <y>-1</y>
157 </hint>
158 <hint type="destinationlabel">
159 <x>540</x>
160 <y>364</y>
161 </hint>
162 </hints>
163 </connection>
164 </connections>
165 <slots>
166 <slot>OnConfigure()</slot>
167 </slots>
168</ui>