-
Notifications
You must be signed in to change notification settings - Fork 14
/
mainwindow.ui
231 lines (231 loc) · 6.26 KB
/
mainwindow.ui
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>simple64</string>
</property>
<widget class="QWidget" name="centralWidget"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>22</height>
</rect>
</property>
<property name="nativeMenuBar">
<bool>true</bool>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionOpen_ROM"/>
<addaction name="actionSave_State"/>
<addaction name="actionLoad_State"/>
<addaction name="actionSave_State_To"/>
<addaction name="actionLoad_State_From"/>
<addaction name="separator"/>
<addaction name="actionTake_Screenshot"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuSettings">
<property name="title">
<string>Settings</string>
</property>
<addaction name="actionPlugin_Paths"/>
<addaction name="actionPlugin_Settings"/>
<addaction name="actionController_Configuration"/>
<addaction name="actionHotkey_Configuration"/>
</widget>
<widget class="QMenu" name="menuEmulation">
<property name="title">
<string>Emulation</string>
</property>
<addaction name="actionToggle_Fullscreen"/>
<addaction name="separator"/>
<addaction name="actionCheats"/>
<addaction name="separator"/>
<addaction name="actionMute"/>
<addaction name="separator"/>
<addaction name="actionPause_Game"/>
<addaction name="actionStop_Game"/>
<addaction name="actionHard_Reset"/>
<addaction name="actionSoft_Reset"/>
<addaction name="actionToggle_Speed_Limiter"/>
<addaction name="separator"/>
<addaction name="actionView_Log"/>
</widget>
<widget class="QMenu" name="menuNetplay">
<property name="title">
<string>Netplay</string>
</property>
<addaction name="actionCreate_Room"/>
<addaction name="actionJoin_Room"/>
</widget>
<widget class="QMenu" name="menuCommunity">
<property name="title">
<string>Community</string>
</property>
<addaction name="actionOpen_Discord_Channel"/>
<addaction name="actionSupport_on_Patreon"/>
<addaction name="actionSupport_on_GithubSponser"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuEmulation"/>
<addaction name="menuSettings"/>
<addaction name="menuNetplay"/>
<addaction name="menuCommunity"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionOpen_ROM">
<property name="text">
<string>Open ROM</string>
</property>
</action>
<action name="actionExit">
<property name="text">
<string>Exit</string>
</property>
</action>
<action name="actionPlugin_Paths">
<property name="text">
<string>Input Plugin and Config Path Selection</string>
</property>
</action>
<action name="actionStop_Game">
<property name="text">
<string>Stop Emulation</string>
</property>
</action>
<action name="actionPlugin_Settings">
<property name="text">
<string>Core and Video Settings</string>
</property>
</action>
<action name="actionOpen_Recent">
<property name="text">
<string>Open Recent</string>
</property>
</action>
<action name="actionSave_State">
<property name="text">
<string>Save State</string>
</property>
</action>
<action name="actionLoad_State">
<property name="text">
<string>Load State</string>
</property>
</action>
<action name="actionChange_State_Slot">
<property name="text">
<string>Change State Slot</string>
</property>
</action>
<action name="actionSave_State_To">
<property name="text">
<string>Save State To...</string>
</property>
</action>
<action name="actionLoad_State_From">
<property name="text">
<string>Load State From...</string>
</property>
</action>
<action name="actionTake_Screenshot">
<property name="text">
<string>Take Screenshot</string>
</property>
</action>
<action name="actionPause_Game">
<property name="text">
<string>Pause/Resume Game</string>
</property>
</action>
<action name="actionMute">
<property name="text">
<string>Mute/Unmute</string>
</property>
</action>
<action name="actionHard_Reset">
<property name="text">
<string>Hard Reset</string>
</property>
</action>
<action name="actionSoft_Reset">
<property name="text">
<string>Soft Reset</string>
</property>
</action>
<action name="actionToggle_Fullscreen">
<property name="text">
<string>Toggle Fullscreen (Alt + Return)</string>
</property>
</action>
<action name="actionCheats">
<property name="text">
<string>Cheats</string>
</property>
</action>
<action name="actionController_Configuration">
<property name="text">
<string>Controller Configuration</string>
</property>
</action>
<action name="actionHotkey_Configuration">
<property name="text">
<string>Hotkey Configuration</string>
</property>
</action>
<action name="actionToggle_Speed_Limiter">
<property name="text">
<string>Toggle Speed Limiter</string>
</property>
</action>
<action name="actionView_Log">
<property name="text">
<string>View Log</string>
</property>
</action>
<action name="actionCreate_Room">
<property name="text">
<string>Create Room</string>
</property>
</action>
<action name="actionJoin_Room">
<property name="text">
<string>Join Room</string>
</property>
</action>
<action name="actionSupport_on_Patreon">
<property name="text">
<string>Support on Patreon</string>
</property>
</action>
<action name="actionSupport_on_GithubSponser">
<property name="text">
<string>Support on GitHub</string>
</property>
</action>
<action name="actionOpen_Discord_Channel">
<property name="text">
<string>Join Discord Server</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>