2014-04-01 07:56:50 +05:30
|
|
|
<?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>1081</width>
|
|
|
|
<height>730</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Citra</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset>
|
2020-01-18 05:16:07 +05:30
|
|
|
<normaloff>../dist/citra.ico</normaloff>../dist/citra.ico</iconset>
|
2014-04-01 07:56:50 +05:30
|
|
|
</property>
|
|
|
|
<property name="tabShape">
|
|
|
|
<enum>QTabWidget::Rounded</enum>
|
|
|
|
</property>
|
|
|
|
<property name="dockNestingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
2015-05-29 04:32:56 +05:30
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
2014-04-01 07:56:50 +05:30
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1081</width>
|
2018-01-19 19:12:21 +05:30
|
|
|
<height>21</height>
|
2014-04-01 07:56:50 +05:30
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menu_File">
|
|
|
|
<property name="title">
|
|
|
|
<string>&File</string>
|
|
|
|
</property>
|
2015-07-28 22:13:18 +05:30
|
|
|
<widget class="QMenu" name="menu_recent_files">
|
|
|
|
<property name="title">
|
|
|
|
<string>Recent Files</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-10-25 06:31:38 +05:30
|
|
|
<widget class="QMenu" name="menu_Amiibo">
|
|
|
|
<property name="title">
|
|
|
|
<string>Amiibo</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_Load_Amiibo"/>
|
|
|
|
<addaction name="action_Remove_Amiibo"/>
|
|
|
|
</widget>
|
2014-04-22 08:45:17 +05:30
|
|
|
<addaction name="action_Load_File"/>
|
2017-12-03 03:05:20 +05:30
|
|
|
<addaction name="action_Install_CIA"/>
|
2014-04-01 07:56:50 +05:30
|
|
|
<addaction name="separator"/>
|
2015-07-28 22:13:18 +05:30
|
|
|
<addaction name="menu_recent_files"/>
|
|
|
|
<addaction name="separator"/>
|
2018-10-25 06:31:38 +05:30
|
|
|
<addaction name="menu_Amiibo"/>
|
|
|
|
<addaction name="separator"/>
|
2018-11-14 03:47:47 +05:30
|
|
|
<addaction name="action_Open_Citra_Folder"/>
|
|
|
|
<addaction name="separator"/>
|
2014-04-01 07:56:50 +05:30
|
|
|
<addaction name="action_Exit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Emulation">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Emulation</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_Start"/>
|
|
|
|
<addaction name="action_Pause"/>
|
|
|
|
<addaction name="action_Stop"/>
|
2018-06-30 23:04:09 +05:30
|
|
|
<addaction name="action_Restart"/>
|
2014-04-01 07:56:50 +05:30
|
|
|
<addaction name="separator"/>
|
2018-10-26 20:06:05 +05:30
|
|
|
<addaction name="action_Report_Compatibility"/>
|
|
|
|
<addaction name="separator"/>
|
2014-04-01 07:56:50 +05:30
|
|
|
<addaction name="action_Configure"/>
|
2018-11-17 06:31:10 +05:30
|
|
|
<addaction name="action_Cheats"/>
|
2020-01-03 22:49:59 +05:30
|
|
|
<addaction name="action_Save"/>
|
|
|
|
<addaction name="action_Load"/>
|
2014-04-01 07:56:50 +05:30
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_View">
|
|
|
|
<property name="title">
|
|
|
|
<string>&View</string>
|
|
|
|
</property>
|
2017-02-18 15:46:24 +05:30
|
|
|
<widget class="QMenu" name="menu_View_Debugging">
|
|
|
|
<property name="title">
|
|
|
|
<string>Debugging</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_Create_Pica_Surface_Viewer"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
</widget>
|
2018-02-03 01:49:49 +05:30
|
|
|
<widget class="QMenu" name="menu_Screen_Layout">
|
|
|
|
<property name="title">
|
|
|
|
<string>Screen Layout</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_Screen_Layout_Default"/>
|
|
|
|
<addaction name="action_Screen_Layout_Single_Screen"/>
|
|
|
|
<addaction name="action_Screen_Layout_Large_Screen"/>
|
|
|
|
<addaction name="action_Screen_Layout_Side_by_Side"/>
|
|
|
|
<addaction name="separator"/>
|
2019-10-26 04:51:10 +05:30
|
|
|
<addaction name="action_Screen_Layout_Upright_Screens"/>
|
2018-02-03 01:49:49 +05:30
|
|
|
<addaction name="action_Screen_Layout_Swap_Screens"/>
|
|
|
|
</widget>
|
2017-10-11 23:51:09 +05:30
|
|
|
<addaction name="action_Fullscreen"/>
|
2015-01-01 02:56:11 +05:30
|
|
|
<addaction name="action_Single_Window_Mode"/>
|
2018-02-03 01:49:49 +05:30
|
|
|
<addaction name="menu_Screen_Layout"/>
|
|
|
|
<addaction name="separator"/>
|
2017-02-18 14:41:57 +05:30
|
|
|
<addaction name="action_Display_Dock_Widget_Headers"/>
|
2017-04-30 07:34:39 +05:30
|
|
|
<addaction name="action_Show_Filter_Bar"/>
|
2017-02-19 01:39:14 +05:30
|
|
|
<addaction name="action_Show_Status_Bar"/>
|
2018-02-03 01:49:49 +05:30
|
|
|
<addaction name="separator"/>
|
2017-02-18 15:46:24 +05:30
|
|
|
<addaction name="menu_View_Debugging"/>
|
2014-04-01 07:56:50 +05:30
|
|
|
</widget>
|
2018-01-19 19:12:21 +05:30
|
|
|
<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"/>
|
2018-04-17 23:31:14 +05:30
|
|
|
<addaction name="action_Show_Room"/>
|
|
|
|
<addaction name="action_Leave_Room"/>
|
2018-01-19 19:12:21 +05:30
|
|
|
</widget>
|
2018-08-31 18:41:06 +05:30
|
|
|
<widget class="QMenu" name="menu_Tools">
|
|
|
|
<property name="title">
|
|
|
|
<string>Tools</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menu_Movie">
|
|
|
|
<property name="title">
|
|
|
|
<string>Movie</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_Record_Movie"/>
|
|
|
|
<addaction name="action_Play_Movie"/>
|
|
|
|
<addaction name="action_Stop_Recording_Playback"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Frame_Advance">
|
|
|
|
<property name="title">
|
|
|
|
<string>Frame Advance</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_Enable_Frame_Advancing"/>
|
|
|
|
<addaction name="action_Advance_Frame"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menu_Movie"/>
|
|
|
|
<addaction name="menu_Frame_Advance"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_Capture_Screenshot"/>
|
2019-01-26 20:14:42 +05:30
|
|
|
<addaction name="action_Dump_Video"/>
|
2018-08-31 18:41:06 +05:30
|
|
|
</widget>
|
2014-04-01 07:56:50 +05:30
|
|
|
<widget class="QMenu" name="menu_Help">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
2017-08-19 10:35:49 +05:30
|
|
|
<addaction name="action_Check_For_Updates"/>
|
|
|
|
<addaction name="action_Open_Maintenance_Tool"/>
|
|
|
|
<addaction name="separator"/>
|
2017-11-04 23:29:27 +05:30
|
|
|
<addaction name="action_FAQ"/>
|
2014-04-01 07:56:50 +05:30
|
|
|
<addaction name="action_About"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menu_File"/>
|
|
|
|
<addaction name="menu_Emulation"/>
|
|
|
|
<addaction name="menu_View"/>
|
2018-01-19 19:12:21 +05:30
|
|
|
<addaction name="menu_Multiplayer"/>
|
2018-08-31 18:41:06 +05:30
|
|
|
<addaction name="menu_Tools"/>
|
2014-04-01 07:56:50 +05:30
|
|
|
<addaction name="menu_Help"/>
|
|
|
|
</widget>
|
2015-01-06 20:39:30 +05:30
|
|
|
<action name="action_Load_File">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load File...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-12-03 03:05:20 +05:30
|
|
|
<action name="action_Install_CIA">
|
|
|
|
<property name="text">
|
|
|
|
<string>Install CIA...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-01-06 20:39:30 +05:30
|
|
|
<action name="action_Exit">
|
2014-04-01 07:56:50 +05:30
|
|
|
<property name="text">
|
|
|
|
<string>E&xit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Start">
|
2015-05-01 05:28:26 +05:30
|
|
|
<property name="enabled">
|
2015-05-29 04:32:56 +05:30
|
|
|
<bool>false</bool>
|
2015-05-01 05:28:26 +05:30
|
|
|
</property>
|
2014-04-01 07:56:50 +05:30
|
|
|
<property name="text">
|
|
|
|
<string>&Start</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 20:39:30 +05:30
|
|
|
<action name="action_Stop">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Stop</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-01-03 22:49:59 +05:30
|
|
|
<action name="action_Save">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Save</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Load">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Load</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-11-04 23:29:27 +05:30
|
|
|
<action name="action_FAQ">
|
|
|
|
<property name="text">
|
|
|
|
<string>FAQ</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-01-06 20:39:30 +05:30
|
|
|
<action name="action_About">
|
|
|
|
<property name="text">
|
|
|
|
<string>About Citra</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>
|
2014-04-01 07:56:50 +05:30
|
|
|
<action name="action_Configure">
|
|
|
|
<property name="text">
|
2016-11-11 23:28:55 +05:30
|
|
|
<string>Configure...</string>
|
2014-04-01 07:56:50 +05:30
|
|
|
</property>
|
|
|
|
</action>
|
2018-11-17 06:31:10 +05:30
|
|
|
<action name="action_Cheats">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cheats...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-02-18 14:41:57 +05:30
|
|
|
<action name="action_Display_Dock_Widget_Headers">
|
2015-01-06 20:39:30 +05:30
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Display Dock Widget Headers</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-04-30 07:34:39 +05:30
|
|
|
<action name="action_Show_Filter_Bar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Filter Bar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-02-19 01:39:14 +05:30
|
|
|
<action name="action_Show_Status_Bar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Status Bar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-02-18 15:46:24 +05:30
|
|
|
<action name="action_Create_Pica_Surface_Viewer">
|
|
|
|
<property name="text">
|
|
|
|
<string>Create Pica Surface Viewer</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-07-08 11:25:32 +05:30
|
|
|
<action name="action_Record_Movie">
|
|
|
|
<property name="enabled">
|
2018-08-08 21:12:23 +05:30
|
|
|
<bool>true</bool>
|
2018-07-08 11:25:32 +05:30
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Record Movie</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Play_Movie">
|
|
|
|
<property name="enabled">
|
2018-08-08 21:12:23 +05:30
|
|
|
<bool>true</bool>
|
2018-07-08 11:25:32 +05:30
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Play Movie</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Stop_Recording_Playback">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Stop Recording / Playback</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-10-01 21:09:22 +05:30
|
|
|
<action name="action_Enable_Frame_Advancing">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable Frame Advancing</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Advance_Frame">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Advance Frame</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-08-31 11:46:16 +05:30
|
|
|
<action name="action_Capture_Screenshot">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Capture Screenshot</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-01-26 20:14:42 +05:30
|
|
|
<action name="action_Dump_Video">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Dump Video</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-01-19 19:12:21 +05:30
|
|
|
<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>
|
2018-04-17 23:31:14 +05:30
|
|
|
<action name="action_Leave_Room">
|
2018-01-19 19:12:21 +05:30
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-04-17 23:31:14 +05:30
|
|
|
<string>Leave Room</string>
|
2018-01-19 19:12:21 +05:30
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Connect_To_Room">
|
|
|
|
<property name="text">
|
|
|
|
<string>Direct Connect to Room</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-04-17 23:31:14 +05:30
|
|
|
<action name="action_Show_Room">
|
2018-01-19 19:12:21 +05:30
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-04-17 23:31:14 +05:30
|
|
|
<string>Show Current Room</string>
|
2018-01-19 19:12:21 +05:30
|
|
|
</property>
|
|
|
|
</action>
|
2017-10-11 23:51:09 +05:30
|
|
|
<action name="action_Fullscreen">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Fullscreen</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-08-19 10:35:49 +05:30
|
|
|
<action name="action_Open_Maintenance_Tool">
|
|
|
|
<property name="text">
|
|
|
|
<string>Modify Citra Install</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Opens the maintenance tool to modify your Citra installation</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-01-19 19:12:21 +05:30
|
|
|
<action name="action_Screen_Layout_Default">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Default</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Screen_Layout_Single_Screen">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Single Screen</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Screen_Layout_Large_Screen">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Large Screen</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Screen_Layout_Side_by_Side">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Side by Side</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Screen_Layout_Swap_Screens">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Swap Screens</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-10-26 04:51:10 +05:30
|
|
|
<action name="action_Screen_Layout_Upright_Screens">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Rotate Upright</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-08-19 10:35:49 +05:30
|
|
|
<action name="action_Check_For_Updates">
|
|
|
|
<property name="text">
|
|
|
|
<string>Check for Updates</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-01-02 06:55:38 +05:30
|
|
|
<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>
|
2018-06-30 23:04:09 +05:30
|
|
|
<action name="action_Restart">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Restart</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-10-25 06:31:38 +05:30
|
|
|
<action name="action_Load_Amiibo">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Load...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Remove_Amiibo">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-11-02 07:35:44 +05:30
|
|
|
<action name="action_Open_Citra_Folder">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open Citra Folder</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2014-04-01 07:56:50 +05:30
|
|
|
</widget>
|
|
|
|
<resources/>
|
2018-01-02 06:55:38 +05:30
|
|
|
<connections/>
|
2014-04-01 07:56:50 +05:30
|
|
|
</ui>
|