2014-03-31 21:26:50 -05:00
|
|
|
<?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>
|
2020-05-15 15:22:27 -05:00
|
|
|
<width>1280</width>
|
|
|
|
<height>720</height>
|
2014-03-31 21:26:50 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2018-01-13 17:49:16 -06:00
|
|
|
<string>yuzu</string>
|
2014-03-31 21:26:50 -05:00
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2021-02-14 02:20:41 -06:00
|
|
|
<iconset resource="yuzu.qrc">
|
|
|
|
<normaloff>:/img/yuzu.ico</normaloff>:/img/yuzu.ico</iconset>
|
2014-03-31 21:26:50 -05:00
|
|
|
</property>
|
|
|
|
<property name="tabShape">
|
|
|
|
<enum>QTabWidget::Rounded</enum>
|
|
|
|
</property>
|
|
|
|
<property name="dockNestingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
2015-05-28 18:02:56 -05:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2020-12-22 18:32:58 -06:00
|
|
|
<property name="margin">
|
2015-05-28 18:02:56 -05:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
2014-03-31 21:26:50 -05:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-05-15 15:22:27 -05:00
|
|
|
<width>1280</width>
|
2020-12-22 18:32:58 -06:00
|
|
|
<height>26</height>
|
2014-03-31 21:26:50 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menu_File">
|
|
|
|
<property name="title">
|
|
|
|
<string>&File</string>
|
|
|
|
</property>
|
2015-07-28 11:43:18 -05:00
|
|
|
<widget class="QMenu" name="menu_recent_files">
|
|
|
|
<property name="title">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>&Recent Files</string>
|
2015-07-28 11:43:18 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
2018-10-23 18:28:17 -05:00
|
|
|
<addaction name="action_Install_File_NAND"/>
|
|
|
|
<addaction name="separator"/>
|
2014-04-21 22:15:17 -05:00
|
|
|
<addaction name="action_Load_File"/>
|
2018-06-14 11:27:29 -05:00
|
|
|
<addaction name="action_Load_Folder"/>
|
2014-03-31 21:26:50 -05:00
|
|
|
<addaction name="separator"/>
|
2015-07-28 11:43:18 -05:00
|
|
|
<addaction name="menu_recent_files"/>
|
|
|
|
<addaction name="separator"/>
|
2018-10-23 18:28:17 -05:00
|
|
|
<addaction name="action_Load_Amiibo"/>
|
|
|
|
<addaction name="separator"/>
|
2018-11-13 16:17:47 -06:00
|
|
|
<addaction name="action_Open_yuzu_Folder"/>
|
|
|
|
<addaction name="separator"/>
|
2014-03-31 21:26:50 -05:00
|
|
|
<addaction name="action_Exit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Emulation">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Emulation</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_Pause"/>
|
|
|
|
<addaction name="action_Stop"/>
|
2018-08-28 08:16:03 -05:00
|
|
|
<addaction name="action_Restart"/>
|
2014-03-31 21:26:50 -05:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_Configure"/>
|
2020-08-11 13:57:29 -05:00
|
|
|
<addaction name="action_Configure_Current_Game"/>
|
2014-03-31 21:26:50 -05:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_View">
|
|
|
|
<property name="title">
|
|
|
|
<string>&View</string>
|
|
|
|
</property>
|
2021-10-10 20:04:58 -05:00
|
|
|
<widget class="QMenu" name="menu_Reset_Window_Size">
|
2021-11-21 19:28:47 -06:00
|
|
|
<property name="title">
|
|
|
|
<string>&Reset Window Size</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_View_Debugging">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Debugging</string>
|
|
|
|
</property>
|
2021-10-10 20:04:58 -05:00
|
|
|
</widget>
|
|
|
|
<action name="action_Reset_Window_Size_720">
|
2021-11-21 19:28:47 -06:00
|
|
|
<property name="text">
|
|
|
|
<string>Reset Window Size to &720p</string>
|
|
|
|
</property>
|
|
|
|
<property name="iconText">
|
|
|
|
<string>Reset Window Size to 720p</string>
|
|
|
|
</property>
|
2021-10-10 20:04:58 -05:00
|
|
|
</action>
|
|
|
|
<action name="action_Reset_Window_Size_900">
|
2021-11-21 19:28:47 -06:00
|
|
|
<property name="text">
|
|
|
|
<string>Reset Window Size to &900p</string>
|
|
|
|
</property>
|
|
|
|
<property name="iconText">
|
|
|
|
<string>Reset Window Size to 900p</string>
|
|
|
|
</property>
|
2021-10-10 20:04:58 -05:00
|
|
|
</action>
|
|
|
|
<action name="action_Reset_Window_Size_1080">
|
2021-11-21 19:28:47 -06:00
|
|
|
<property name="text">
|
|
|
|
<string>Reset Window Size to &1080p</string>
|
2017-02-18 04:16:24 -06:00
|
|
|
</property>
|
2021-11-21 19:28:47 -06:00
|
|
|
<property name="iconText">
|
|
|
|
<string>Reset Window Size to 1080p</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-01-16 08:50:33 -06:00
|
|
|
<addaction name="action_Fullscreen"/>
|
2014-12-31 15:26:11 -06:00
|
|
|
<addaction name="action_Single_Window_Mode"/>
|
2017-02-18 03:11:57 -06:00
|
|
|
<addaction name="action_Display_Dock_Widget_Headers"/>
|
2017-04-29 21:04:39 -05:00
|
|
|
<addaction name="action_Show_Filter_Bar"/>
|
2017-02-18 14:09:14 -06:00
|
|
|
<addaction name="action_Show_Status_Bar"/>
|
2020-01-12 17:49:44 -06:00
|
|
|
<addaction name="separator"/>
|
2021-10-10 20:04:58 -05:00
|
|
|
<addaction name="menu_Reset_Window_Size"/>
|
2017-02-18 04:16:24 -06:00
|
|
|
<addaction name="menu_View_Debugging"/>
|
2014-03-31 21:26:50 -05:00
|
|
|
</widget>
|
2022-07-30 21:46:26 -05:00
|
|
|
<widget class="QMenu" name="menu_Multiplayer">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
2022-09-12 15:39:18 -05:00
|
|
|
<string>&Multiplayer</string>
|
2022-07-30 21:46:26 -05:00
|
|
|
</property>
|
|
|
|
<addaction name="action_View_Lobby"/>
|
|
|
|
<addaction name="action_Start_Room"/>
|
|
|
|
<addaction name="action_Connect_To_Room"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_Show_Room"/>
|
|
|
|
<addaction name="action_Leave_Room"/>
|
|
|
|
</widget>
|
2018-08-31 01:16:16 -05:00
|
|
|
<widget class="QMenu" name="menu_Tools">
|
2018-10-20 15:57:25 -05:00
|
|
|
<property name="title">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>&Tools</string>
|
2018-10-20 15:57:25 -05:00
|
|
|
</property>
|
2023-09-28 23:35:08 -05:00
|
|
|
<widget class="QMenu" name="menu_cabinet_applet">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Amiibo</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_Load_Cabinet_Nickname_Owner"/>
|
|
|
|
<addaction name="action_Load_Cabinet_Eraser"/>
|
|
|
|
<addaction name="action_Load_Cabinet_Restorer"/>
|
|
|
|
<addaction name="action_Load_Cabinet_Formatter"/>
|
|
|
|
</widget>
|
2021-11-21 19:28:47 -06:00
|
|
|
<widget class="QMenu" name="menuTAS">
|
|
|
|
<property name="title">
|
|
|
|
<string>&TAS</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_TAS_Start"/>
|
|
|
|
<addaction name="action_TAS_Record"/>
|
|
|
|
<addaction name="action_TAS_Reset"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_Configure_Tas"/>
|
|
|
|
</widget>
|
2018-08-31 01:16:16 -05:00
|
|
|
<addaction name="action_Rederive"/>
|
2023-09-11 22:50:36 -05:00
|
|
|
<addaction name="action_Verify_installed_contents"/>
|
2018-08-31 01:16:16 -05:00
|
|
|
<addaction name="separator"/>
|
2023-09-28 23:35:08 -05:00
|
|
|
<addaction name="menu_cabinet_applet"/>
|
2023-10-01 12:59:50 -05:00
|
|
|
<addaction name="action_Load_Album"/>
|
2023-09-21 21:55:30 -05:00
|
|
|
<addaction name="action_Load_Mii_Edit"/>
|
|
|
|
<addaction name="separator"/>
|
2018-08-31 01:16:16 -05:00
|
|
|
<addaction name="action_Capture_Screenshot"/>
|
2021-11-21 19:28:47 -06:00
|
|
|
<addaction name="menuTAS"/>
|
2018-10-20 15:57:25 -05:00
|
|
|
</widget>
|
2014-03-31 21:26:50 -05:00
|
|
|
<widget class="QMenu" name="menu_Help">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
2018-09-16 13:05:51 -05:00
|
|
|
<addaction name="action_Report_Compatibility"/>
|
2020-06-25 16:02:33 -05:00
|
|
|
<addaction name="action_Open_Mods_Page"/>
|
2020-06-25 16:18:54 -05:00
|
|
|
<addaction name="action_Open_Quickstart_Guide"/>
|
|
|
|
<addaction name="action_Open_FAQ"/>
|
2018-09-16 13:05:51 -05:00
|
|
|
<addaction name="separator"/>
|
2014-03-31 21:26:50 -05:00
|
|
|
<addaction name="action_About"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menu_File"/>
|
|
|
|
<addaction name="menu_Emulation"/>
|
|
|
|
<addaction name="menu_View"/>
|
2018-08-31 01:16:16 -05:00
|
|
|
<addaction name="menu_Tools"/>
|
2021-12-25 13:27:52 -06:00
|
|
|
<addaction name="menu_Multiplayer"/>
|
2014-03-31 21:26:50 -05:00
|
|
|
<addaction name="menu_Help"/>
|
|
|
|
</widget>
|
2018-10-23 18:28:17 -05:00
|
|
|
<action name="action_Install_File_NAND">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>&Install Files to NAND...</string>
|
2018-10-23 18:28:17 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2015-01-06 09:09:30 -06:00
|
|
|
<action name="action_Load_File">
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>L&oad File...</string>
|
2015-01-06 09:09:30 -06:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-06-14 11:27:29 -05:00
|
|
|
<action name="action_Load_Folder">
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>Load &Folder...</string>
|
2018-06-14 11:27:29 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2015-01-06 09:09:30 -06:00
|
|
|
<action name="action_Exit">
|
2014-03-31 21:26:50 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>E&xit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Pause">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Pause</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-01-06 09:09:30 -06:00
|
|
|
<action name="action_Stop">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Stop</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-08-31 01:16:16 -05:00
|
|
|
<action name="action_Rederive">
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>&Reinitialize keys...</string>
|
2018-08-31 01:16:16 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2023-09-11 22:50:36 -05:00
|
|
|
<action name="action_Verify_installed_contents">
|
|
|
|
<property name="text">
|
2023-09-21 21:55:30 -05:00
|
|
|
<string>&Verify Installed Contents</string>
|
2023-09-11 22:50:36 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2015-01-06 09:09:30 -06:00
|
|
|
<action name="action_About">
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>&About yuzu</string>
|
2015-01-06 09:09:30 -06:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Single_Window_Mode">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>Single &Window Mode</string>
|
2015-01-06 09:09:30 -06:00
|
|
|
</property>
|
|
|
|
</action>
|
2014-03-31 21:26:50 -05:00
|
|
|
<action name="action_Configure">
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>Con&figure...</string>
|
2014-03-31 21:26:50 -05:00
|
|
|
</property>
|
2022-11-23 11:41:56 -06:00
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::PreferencesRole</enum>
|
|
|
|
</property>
|
2014-03-31 21:26:50 -05:00
|
|
|
</action>
|
2017-02-18 03:11:57 -06:00
|
|
|
<action name="action_Display_Dock_Widget_Headers">
|
2015-01-06 09:09:30 -06:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>Display D&ock Widget Headers</string>
|
2015-01-06 09:09:30 -06:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-04-29 21:04:39 -05:00
|
|
|
<action name="action_Show_Filter_Bar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>Show &Filter Bar</string>
|
2017-04-29 21:04:39 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-02-18 14:09:14 -06:00
|
|
|
<action name="action_Show_Status_Bar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>Show &Status Bar</string>
|
|
|
|
</property>
|
|
|
|
<property name="iconText">
|
2017-02-18 14:09:14 -06:00
|
|
|
<string>Show Status Bar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-12-25 13:27:52 -06:00
|
|
|
<action name="action_View_Lobby">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-09-09 15:29:22 -05:00
|
|
|
<string>&Browse Public Game Lobby</string>
|
2021-12-25 13:27:52 -06:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Start_Room">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-09-09 15:29:22 -05:00
|
|
|
<string>&Create Room</string>
|
2021-12-25 13:27:52 -06:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Leave_Room">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-09-09 15:29:22 -05:00
|
|
|
<string>&Leave Room</string>
|
2021-12-25 13:27:52 -06:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Connect_To_Room">
|
|
|
|
<property name="text">
|
2022-09-09 15:29:22 -05:00
|
|
|
<string>&Direct Connect to Room</string>
|
2021-12-25 13:27:52 -06:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Show_Room">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-09-09 15:29:22 -05:00
|
|
|
<string>&Show Current Room</string>
|
2021-12-25 13:27:52 -06:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-01-16 08:50:33 -06:00
|
|
|
<action name="action_Fullscreen">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>F&ullscreen</string>
|
2018-01-16 08:50:33 -06:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-08-31 01:16:16 -05:00
|
|
|
<action name="action_Restart">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>&Restart</string>
|
2018-08-31 01:16:16 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-10-23 18:28:17 -05:00
|
|
|
<action name="action_Load_Amiibo">
|
2018-08-31 01:16:16 -05:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-02-07 21:39:39 -06:00
|
|
|
<string>Load/Remove &Amiibo...</string>
|
2018-08-31 01:16:16 -05:00
|
|
|
</property>
|
2018-10-23 18:28:17 -05:00
|
|
|
</action>
|
2018-08-31 01:16:16 -05:00
|
|
|
<action name="action_Report_Compatibility">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>&Report Compatibility</string>
|
2018-08-31 01:16:16 -05:00
|
|
|
</property>
|
|
|
|
<property name="visible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-06-25 16:02:33 -05:00
|
|
|
<action name="action_Open_Mods_Page">
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>Open &Mods Page</string>
|
2020-06-25 16:02:33 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Open_Quickstart_Guide">
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>Open &Quickstart Guide</string>
|
2020-06-25 16:02:33 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Open_FAQ">
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>&FAQ</string>
|
2020-06-25 16:02:33 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-08-31 01:16:16 -05:00
|
|
|
<action name="action_Open_yuzu_Folder">
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>Open &yuzu Folder</string>
|
2018-08-31 01:16:16 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Capture_Screenshot">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>&Capture Screenshot</string>
|
2018-08-31 01:16:16 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2023-10-01 12:59:50 -05:00
|
|
|
<action name="action_Load_Album">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open &Album</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2023-09-28 23:35:08 -05:00
|
|
|
<action name="action_Load_Cabinet_Nickname_Owner">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Set Nickname and Owner</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Load_Cabinet_Eraser">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Delete Game Data</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Load_Cabinet_Restorer">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Restore Amiibo</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Load_Cabinet_Formatter">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Format Amiibo</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2023-09-21 21:55:30 -05:00
|
|
|
<action name="action_Load_Mii_Edit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open &Mii Editor</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-06-19 14:38:49 -05:00
|
|
|
<action name="action_Configure_Tas">
|
|
|
|
<property name="text">
|
2021-11-21 19:28:47 -06:00
|
|
|
<string>&Configure TAS...</string>
|
2021-06-19 14:38:49 -05:00
|
|
|
</property>
|
2022-11-23 11:41:56 -06:00
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::NoRole</enum>
|
|
|
|
</property>
|
2021-06-19 14:38:49 -05:00
|
|
|
</action>
|
2020-08-11 13:57:29 -05:00
|
|
|
<action name="action_Configure_Current_Game">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-12-22 18:32:58 -06:00
|
|
|
<string>Configure C&urrent Game...</string>
|
2020-08-11 13:57:29 -05:00
|
|
|
</property>
|
2022-11-23 11:41:56 -06:00
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::NoRole</enum>
|
|
|
|
</property>
|
2020-08-11 13:57:29 -05:00
|
|
|
</action>
|
2021-11-21 19:28:47 -06:00
|
|
|
<action name="action_TAS_Start">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Start</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_TAS_Reset">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Reset</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_TAS_Record">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>R&ecord</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-08-31 01:16:16 -05:00
|
|
|
</widget>
|
2021-02-14 02:20:41 -06:00
|
|
|
<resources>
|
|
|
|
<include location="yuzu.qrc"/>
|
|
|
|
</resources>
|
2018-09-16 13:05:51 -05:00
|
|
|
<connections/>
|
2014-03-31 21:26:50 -05:00
|
|
|
</ui>
|