| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463 |
- <?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>1280</width>
- <height>720</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>yuzu</string>
- </property>
- <property name="windowIcon">
- <iconset resource="yuzu.qrc">
- <normaloff>:/img/yuzu.ico</normaloff>:/img/yuzu.ico</iconset>
- </property>
- <property name="tabShape">
- <enum>QTabWidget::Rounded</enum>
- </property>
- <property name="dockNestingEnabled">
- <bool>true</bool>
- </property>
- <widget class="QWidget" name="centralwidget">
- <layout class="QHBoxLayout" name="horizontalLayout">
- <property name="margin" stdset="0">
- <number>0</number>
- </property>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1280</width>
- <height>21</height>
- </rect>
- </property>
- <widget class="QMenu" name="menu_File">
- <property name="title">
- <string>&File</string>
- </property>
- <widget class="QMenu" name="menu_recent_files">
- <property name="title">
- <string>&Recent Files</string>
- </property>
- </widget>
- <addaction name="action_Install_File_NAND"/>
- <addaction name="separator"/>
- <addaction name="action_Load_File"/>
- <addaction name="action_Load_Folder"/>
- <addaction name="separator"/>
- <addaction name="menu_recent_files"/>
- <addaction name="separator"/>
- <addaction name="action_Load_Amiibo"/>
- <addaction name="separator"/>
- <addaction name="action_Open_yuzu_Folder"/>
- <addaction name="separator"/>
- <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"/>
- <addaction name="action_Restart"/>
- <addaction name="separator"/>
- <addaction name="action_Configure"/>
- <addaction name="action_Configure_Current_Game"/>
- </widget>
- <widget class="QMenu" name="menu_View">
- <property name="title">
- <string>&View</string>
- </property>
- <widget class="QMenu" name="menu_Reset_Window_Size">
- <property name="title">
- <string>&Reset Window Size</string>
- </property>
- </widget>
- <widget class="QMenu" name="menu_View_Debugging">
- <property name="title">
- <string>&Debugging</string>
- </property>
- </widget>
- <action name="action_Reset_Window_Size_720">
- <property name="text">
- <string>Reset Window Size to &720p</string>
- </property>
- <property name="iconText">
- <string>Reset Window Size to 720p</string>
- </property>
- </action>
- <action name="action_Reset_Window_Size_900">
- <property name="text">
- <string>Reset Window Size to &900p</string>
- </property>
- <property name="iconText">
- <string>Reset Window Size to 900p</string>
- </property>
- </action>
- <action name="action_Reset_Window_Size_1080">
- <property name="text">
- <string>Reset Window Size to &1080p</string>
- </property>
- <property name="iconText">
- <string>Reset Window Size to 1080p</string>
- </property>
- </action>
- <addaction name="action_Fullscreen"/>
- <addaction name="action_Single_Window_Mode"/>
- <addaction name="action_Display_Dock_Widget_Headers"/>
- <addaction name="action_Show_Filter_Bar"/>
- <addaction name="action_Show_Status_Bar"/>
- <addaction name="separator"/>
- <addaction name="menu_Reset_Window_Size"/>
- <addaction name="menu_View_Debugging"/>
- </widget>
- <widget class="QMenu" name="menu_Multiplayer">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="title">
- <string>&Multiplayer</string>
- </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>
- <widget class="QMenu" name="menu_Tools">
- <property name="title">
- <string>&Tools</string>
- </property>
- <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>
- <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>
- <addaction name="action_Rederive"/>
- <addaction name="action_Verify_installed_contents"/>
- <addaction name="separator"/>
- <addaction name="menu_cabinet_applet"/>
- <addaction name="action_Load_Album"/>
- <addaction name="action_Load_Mii_Edit"/>
- <addaction name="action_Open_Controller_Menu"/>
- <addaction name="separator"/>
- <addaction name="action_Capture_Screenshot"/>
- <addaction name="menuTAS"/>
- </widget>
- <widget class="QMenu" name="menu_Help">
- <property name="title">
- <string>&Help</string>
- </property>
- <addaction name="action_Report_Compatibility"/>
- <addaction name="action_Open_Mods_Page"/>
- <addaction name="action_Open_Quickstart_Guide"/>
- <addaction name="action_Open_FAQ"/>
- <addaction name="separator"/>
- <addaction name="action_About"/>
- </widget>
- <addaction name="menu_File"/>
- <addaction name="menu_Emulation"/>
- <addaction name="menu_View"/>
- <addaction name="menu_Tools"/>
- <addaction name="menu_Multiplayer"/>
- <addaction name="menu_Help"/>
- </widget>
- <action name="action_Install_File_NAND">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>&Install Files to NAND...</string>
- </property>
- </action>
- <action name="action_Load_File">
- <property name="text">
- <string>L&oad File...</string>
- </property>
- </action>
- <action name="action_Load_Folder">
- <property name="text">
- <string>Load &Folder...</string>
- </property>
- </action>
- <action name="action_Exit">
- <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>
- <action name="action_Stop">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>&Stop</string>
- </property>
- </action>
- <action name="action_Verify_installed_contents">
- <property name="text">
- <string>&Verify Installed Contents</string>
- </property>
- </action>
- <action name="action_About">
- <property name="text">
- <string>&About yuzu</string>
- </property>
- </action>
- <action name="action_Single_Window_Mode">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Single &Window Mode</string>
- </property>
- </action>
- <action name="action_Configure">
- <property name="text">
- <string>Con&figure...</string>
- </property>
- <property name="menuRole">
- <enum>QAction::PreferencesRole</enum>
- </property>
- </action>
- <action name="action_Display_Dock_Widget_Headers">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Display D&ock Widget Headers</string>
- </property>
- </action>
- <action name="action_Show_Filter_Bar">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Show &Filter Bar</string>
- </property>
- </action>
- <action name="action_Show_Status_Bar">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Show &Status Bar</string>
- </property>
- <property name="iconText">
- <string>Show Status Bar</string>
- </property>
- </action>
- <action name="action_View_Lobby">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>&Browse Public Game Lobby</string>
- </property>
- </action>
- <action name="action_Start_Room">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>&Create Room</string>
- </property>
- </action>
- <action name="action_Leave_Room">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>&Leave Room</string>
- </property>
- </action>
- <action name="action_Connect_To_Room">
- <property name="text">
- <string>&Direct Connect to Room</string>
- </property>
- </action>
- <action name="action_Show_Room">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>&Show Current Room</string>
- </property>
- </action>
- <action name="action_Fullscreen">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>F&ullscreen</string>
- </property>
- </action>
- <action name="action_Restart">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>&Restart</string>
- </property>
- </action>
- <action name="action_Load_Amiibo">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>Load/Remove &Amiibo...</string>
- </property>
- </action>
- <action name="action_Report_Compatibility">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>&Report Compatibility</string>
- </property>
- <property name="visible">
- <bool>false</bool>
- </property>
- </action>
- <action name="action_Open_Mods_Page">
- <property name="text">
- <string>Open &Mods Page</string>
- </property>
- </action>
- <action name="action_Open_Quickstart_Guide">
- <property name="text">
- <string>Open &Quickstart Guide</string>
- </property>
- </action>
- <action name="action_Open_FAQ">
- <property name="text">
- <string>&FAQ</string>
- </property>
- </action>
- <action name="action_Open_yuzu_Folder">
- <property name="text">
- <string>Open &yuzu Folder</string>
- </property>
- </action>
- <action name="action_Capture_Screenshot">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>&Capture Screenshot</string>
- </property>
- </action>
- <action name="action_Load_Album">
- <property name="text">
- <string>Open &Album</string>
- </property>
- </action>
- <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>
- <action name="action_Load_Mii_Edit">
- <property name="text">
- <string>Open &Mii Editor</string>
- </property>
- </action>
- <action name="action_Configure_Tas">
- <property name="text">
- <string>&Configure TAS...</string>
- </property>
- <property name="menuRole">
- <enum>QAction::NoRole</enum>
- </property>
- </action>
- <action name="action_Configure_Current_Game">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="text">
- <string>Configure C&urrent Game...</string>
- </property>
- <property name="menuRole">
- <enum>QAction::NoRole</enum>
- </property>
- </action>
- <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>
- <action name="action_Open_Controller_Menu">
- <property name="text">
- <string>Open &Controller Menu</string>
- </property>
- </action>
- </widget>
- <resources>
- <include location="yuzu.qrc"/>
- </resources>
- <connections/>
- </ui>
|