2014-04-01 04:26:50 +02: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>
|
|
|
|
<width>1081</width>
|
|
|
|
<height>730</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2018-01-14 00:49:16 +01:00
|
|
|
<string>yuzu</string>
|
2014-04-01 04:26:50 +02:00
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>src/pcafe/res/icon3_64x64.ico</normaloff>src/pcafe/res/icon3_64x64.ico</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="tabShape">
|
|
|
|
<enum>QTabWidget::Rounded</enum>
|
|
|
|
</property>
|
|
|
|
<property name="dockNestingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
2015-05-29 01:02:56 +02:00
|
|
|
<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 04:26:50 +02:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1081</width>
|
2018-09-16 20:05:51 +02:00
|
|
|
<height>21</height>
|
2014-04-01 04:26:50 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menu_File">
|
|
|
|
<property name="title">
|
|
|
|
<string>&File</string>
|
|
|
|
</property>
|
2015-07-28 18:43:18 +02:00
|
|
|
<widget class="QMenu" name="menu_recent_files">
|
|
|
|
<property name="title">
|
|
|
|
<string>Recent Files</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-10-24 01:28:17 +02:00
|
|
|
<addaction name="action_Install_File_NAND"/>
|
|
|
|
<addaction name="separator"/>
|
2014-04-22 05:15:17 +02:00
|
|
|
<addaction name="action_Load_File"/>
|
2018-06-14 18:27:29 +02:00
|
|
|
<addaction name="action_Load_Folder"/>
|
2014-04-01 04:26:50 +02:00
|
|
|
<addaction name="separator"/>
|
2015-09-07 00:33:57 +02:00
|
|
|
<addaction name="action_Select_Game_List_Root"/>
|
2015-07-28 18:43:18 +02:00
|
|
|
<addaction name="menu_recent_files"/>
|
|
|
|
<addaction name="separator"/>
|
2018-09-01 20:49:18 +02:00
|
|
|
<addaction name="action_Select_NAND_Directory"/>
|
|
|
|
<addaction name="action_Select_SDMC_Directory"/>
|
|
|
|
<addaction name="separator"/>
|
2018-10-24 01:28:17 +02:00
|
|
|
<addaction name="action_Load_Amiibo"/>
|
|
|
|
<addaction name="separator"/>
|
2018-11-13 23:17:47 +01:00
|
|
|
<addaction name="action_Open_yuzu_Folder"/>
|
|
|
|
<addaction name="separator"/>
|
2014-04-01 04:26:50 +02:00
|
|
|
<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-08-28 15:16:03 +02:00
|
|
|
<addaction name="action_Restart"/>
|
2014-04-01 04:26:50 +02:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_Configure"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_View">
|
|
|
|
<property name="title">
|
|
|
|
<string>&View</string>
|
|
|
|
</property>
|
2017-02-18 11:16:24 +01:00
|
|
|
<widget class="QMenu" name="menu_View_Debugging">
|
|
|
|
<property name="title">
|
|
|
|
<string>Debugging</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-01-16 15:50:33 +01:00
|
|
|
<addaction name="action_Fullscreen"/>
|
2014-12-31 22:26:11 +01:00
|
|
|
<addaction name="action_Single_Window_Mode"/>
|
2017-02-18 10:11:57 +01:00
|
|
|
<addaction name="action_Display_Dock_Widget_Headers"/>
|
2017-04-30 04:04:39 +02:00
|
|
|
<addaction name="action_Show_Filter_Bar"/>
|
2017-02-18 21:09:14 +01:00
|
|
|
<addaction name="action_Show_Status_Bar"/>
|
2017-02-18 11:16:24 +01:00
|
|
|
<addaction name="menu_View_Debugging"/>
|
2014-04-01 04:26:50 +02:00
|
|
|
</widget>
|
2018-08-31 08:16:16 +02:00
|
|
|
<widget class="QMenu" name="menu_Tools">
|
2018-10-20 22:57:25 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>Tools</string>
|
|
|
|
</property>
|
2018-08-31 08:16:16 +02:00
|
|
|
<addaction name="action_Rederive"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_Capture_Screenshot"/>
|
2018-10-20 22:57:25 +02:00
|
|
|
</widget>
|
2014-04-01 04:26:50 +02:00
|
|
|
<widget class="QMenu" name="menu_Help">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
2018-09-16 20:05:51 +02:00
|
|
|
<addaction name="action_Report_Compatibility"/>
|
|
|
|
<addaction name="separator"/>
|
2014-04-01 04:26:50 +02:00
|
|
|
<addaction name="action_About"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menu_File"/>
|
|
|
|
<addaction name="menu_Emulation"/>
|
|
|
|
<addaction name="menu_View"/>
|
2018-08-31 08:16:16 +02:00
|
|
|
<addaction name="menu_Tools"/>
|
2014-04-01 04:26:50 +02:00
|
|
|
<addaction name="menu_Help"/>
|
|
|
|
</widget>
|
2018-10-24 01:28:17 +02:00
|
|
|
<action name="action_Install_File_NAND">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Install File to NAND...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-01-06 16:09:30 +01:00
|
|
|
<action name="action_Load_File">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load File...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-06-14 18:27:29 +02:00
|
|
|
<action name="action_Load_Folder">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load Folder...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-01-06 16:09:30 +01:00
|
|
|
<action name="action_Load_Symbol_Map">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load Symbol Map...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Exit">
|
2014-04-01 04:26:50 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>E&xit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Start">
|
2015-05-01 01:58:26 +02:00
|
|
|
<property name="enabled">
|
2015-05-29 01:02:56 +02:00
|
|
|
<bool>false</bool>
|
2015-05-01 01:58:26 +02:00
|
|
|
</property>
|
2014-04-01 04:26:50 +02:00
|
|
|
<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 16:09:30 +01:00
|
|
|
<action name="action_Stop">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Stop</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-08-31 08:16:16 +02:00
|
|
|
<action name="action_Rederive">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reinitialize keys...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-01-06 16:09:30 +01:00
|
|
|
<action name="action_About">
|
|
|
|
<property name="text">
|
2018-01-12 05:56:15 +01:00
|
|
|
<string>About yuzu</string>
|
2015-01-06 16:09:30 +01:00
|
|
|
</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 04:26:50 +02:00
|
|
|
<action name="action_Configure">
|
|
|
|
<property name="text">
|
2016-11-11 18:58:55 +01:00
|
|
|
<string>Configure...</string>
|
2014-04-01 04:26:50 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-02-18 10:11:57 +01:00
|
|
|
<action name="action_Display_Dock_Widget_Headers">
|
2015-01-06 16:09:30 +01:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Display Dock Widget Headers</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-04-30 04:04:39 +02:00
|
|
|
<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-18 21:09:14 +01:00
|
|
|
<action name="action_Show_Status_Bar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Status Bar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-09-07 00:33:57 +02:00
|
|
|
<action name="action_Select_Game_List_Root">
|
|
|
|
<property name="text">
|
|
|
|
<string>Select Game Directory...</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Selects a folder to display in the game list</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-09-01 20:49:18 +02:00
|
|
|
<action name="action_Select_NAND_Directory">
|
|
|
|
<property name="text">
|
|
|
|
<string>Select NAND Directory...</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Selects a folder to use as the root of the emulated NAND</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Select_SDMC_Directory">
|
|
|
|
<property name="text">
|
|
|
|
<string>Select SD Card Directory...</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Selects a folder to use as the root of the emulated SD card</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-01-16 15:50:33 +01:00
|
|
|
<action name="action_Fullscreen">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Fullscreen</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-08-31 08:16:16 +02:00
|
|
|
<action name="action_Restart">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Restart</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-10-24 01:28:17 +02:00
|
|
|
<action name="action_Load_Amiibo">
|
2018-08-31 08:16:16 +02:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Load Amiibo...</string>
|
|
|
|
</property>
|
2018-10-24 01:28:17 +02:00
|
|
|
</action>
|
2018-08-31 08:16:16 +02:00
|
|
|
<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_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>
|
|
|
|
</widget>
|
2014-04-01 04:26:50 +02:00
|
|
|
<resources/>
|
2018-09-16 20:05:51 +02:00
|
|
|
<connections/>
|
2014-04-01 04:26:50 +02:00
|
|
|
</ui>
|