2021-12-13 12:12:54 +00: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>
|
2022-12-07 01:49:54 +00:00
|
|
|
<width>1050</width>
|
|
|
|
<height>666</height>
|
2021-12-13 12:12:54 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>PCSX2</string>
|
|
|
|
</property>
|
2022-11-23 13:20:49 +00:00
|
|
|
<widget class="QStackedWidget" name="mainContainer"/>
|
2021-12-13 12:12:54 +00:00
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-12-07 01:49:54 +00:00
|
|
|
<width>1050</width>
|
2021-12-13 12:12:54 +00:00
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuSystem">
|
|
|
|
<property name="title">
|
|
|
|
<string>&System</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuChangeDisc">
|
|
|
|
<property name="title">
|
|
|
|
<string>Change Disc</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2022-03-04 09:46:47 +00:00
|
|
|
<iconset theme="dvd-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<actiongroup name="actionGroupChangeDiscSubImages"/>
|
|
|
|
<addaction name="actionChangeDiscFromFile"/>
|
|
|
|
<addaction name="actionChangeDiscFromDevice"/>
|
|
|
|
<addaction name="actionChangeDiscFromGameList"/>
|
|
|
|
<addaction name="actionRemoveDisc"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuLoadState">
|
|
|
|
<property name="title">
|
|
|
|
<string>Load State</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2022-03-04 09:46:47 +00:00
|
|
|
<iconset theme="folder-open-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuSaveState">
|
|
|
|
<property name="title">
|
|
|
|
<string>Save State</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2022-03-04 09:46:47 +00:00
|
|
|
<iconset theme="save-3-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</widget>
|
|
|
|
<addaction name="actionStartFile"/>
|
|
|
|
<addaction name="actionStartDisc"/>
|
|
|
|
<addaction name="actionStartBios"/>
|
2022-05-15 08:20:21 +00:00
|
|
|
<addaction name="actionStartFullscreenUI"/>
|
2021-12-13 12:12:54 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionPowerOff"/>
|
2022-05-07 12:56:44 +00:00
|
|
|
<addaction name="actionPowerOffWithoutSaving"/>
|
2021-12-13 12:12:54 +00:00
|
|
|
<addaction name="actionReset"/>
|
|
|
|
<addaction name="actionPause"/>
|
|
|
|
<addaction name="menuChangeDisc"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionScreenshot"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="menuLoadState"/>
|
|
|
|
<addaction name="menuSaveState"/>
|
|
|
|
<addaction name="separator"/>
|
2022-05-28 04:19:38 +00:00
|
|
|
<addaction name="actionSettings"/>
|
2021-12-13 12:12:54 +00:00
|
|
|
<addaction name="actionExit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuSettings">
|
|
|
|
<property name="title">
|
|
|
|
<string>S&ettings</string>
|
|
|
|
</property>
|
2023-02-28 17:35:09 +00:00
|
|
|
<addaction name="actionViewGameProperties"/>
|
|
|
|
<addaction name="separator"/>
|
2021-12-13 12:12:54 +00:00
|
|
|
<addaction name="actionInterfaceSettings"/>
|
|
|
|
<addaction name="actionGameListSettings"/>
|
|
|
|
<addaction name="actionBIOSSettings"/>
|
|
|
|
<addaction name="actionEmulationSettings"/>
|
|
|
|
<addaction name="actionGraphicsSettings"/>
|
|
|
|
<addaction name="actionAudioSettings"/>
|
|
|
|
<addaction name="actionMemoryCardSettings"/>
|
2022-03-13 17:58:39 +00:00
|
|
|
<addaction name="actionDEV9Settings"/>
|
2022-06-18 10:20:24 +00:00
|
|
|
<addaction name="actionFolderSettings"/>
|
2021-12-13 12:12:54 +00:00
|
|
|
<addaction name="actionControllerSettings"/>
|
|
|
|
<addaction name="actionHotkeySettings"/>
|
2022-04-18 13:35:14 +00:00
|
|
|
<addaction name="actionAchievementSettings"/>
|
2021-12-13 12:12:54 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionAddGameDirectory"/>
|
|
|
|
<addaction name="actionScanForNewGames"/>
|
|
|
|
<addaction name="actionRescanAllGames"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionGitHubRepository"/>
|
|
|
|
<addaction name="actionSupportForums"/>
|
|
|
|
<addaction name="actionDiscordServer"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionCheckForUpdates"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionAboutQt"/>
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuDebug">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Debug</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuDebugSwitchRenderer">
|
|
|
|
<property name="title">
|
|
|
|
<string>Switch Renderer</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuDebugSwitchRenderer"/>
|
2022-03-04 09:46:47 +00:00
|
|
|
<addaction name="separator"/>
|
2022-12-24 06:51:44 +00:00
|
|
|
<addaction name="actionDebugger"/>
|
|
|
|
<addaction name="separator"/>
|
2022-05-24 14:15:41 +00:00
|
|
|
<addaction name="actionEnableLogTimestamps"/>
|
|
|
|
<addaction name="separator"/>
|
2022-03-04 09:46:47 +00:00
|
|
|
<addaction name="actionEnableEEConsoleLogging"/>
|
|
|
|
<addaction name="actionEnableIOPConsoleLogging"/>
|
2022-05-24 12:02:05 +00:00
|
|
|
<addaction name="actionEnableCDVDVerboseReads"/>
|
2021-12-13 12:12:54 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_View">
|
|
|
|
<property name="title">
|
|
|
|
<string>&View</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuWindowSize">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Window Size</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2022-03-04 09:46:47 +00:00
|
|
|
<iconset theme="window-2-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</widget>
|
|
|
|
<addaction name="actionViewToolbar"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
<addaction name="actionViewLockToolbar"/>
|
2021-12-13 12:12:54 +00:00
|
|
|
<addaction name="actionViewStatusBar"/>
|
2022-04-03 13:46:05 +00:00
|
|
|
<addaction name="actionViewStatusBarVerbose"/>
|
2021-12-13 12:12:54 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionViewGameList"/>
|
|
|
|
<addaction name="actionViewGameGrid"/>
|
|
|
|
<addaction name="actionViewSystemDisplay"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionFullscreen"/>
|
|
|
|
<addaction name="menuWindowSize"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionGridViewShowTitles"/>
|
|
|
|
<addaction name="actionGridViewZoomIn"/>
|
|
|
|
<addaction name="actionGridViewZoomOut"/>
|
|
|
|
<addaction name="actionGridViewRefreshCovers"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Tools">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Tools</string>
|
|
|
|
</property>
|
2022-04-04 00:06:59 +00:00
|
|
|
<widget class="QMenu" name="menuInput_Recording">
|
|
|
|
<property name="title">
|
|
|
|
<string>Input Recording</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionInputRecNew"/>
|
|
|
|
<addaction name="actionInputRecPlay"/>
|
|
|
|
<addaction name="actionInputRecStop"/>
|
|
|
|
<addaction name="separator"/>
|
2022-06-16 00:44:14 +00:00
|
|
|
<addaction name="actionInputRecOpenViewer"/>
|
2022-04-04 00:06:59 +00:00
|
|
|
<addaction name="actionInputRecOpenSettings"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionInputRecConsoleLogs"/>
|
|
|
|
<addaction name="actionInputRecControllerLogs"/>
|
|
|
|
</widget>
|
2021-12-13 12:12:54 +00:00
|
|
|
<addaction name="actionOpenDataDirectory"/>
|
2022-09-03 11:29:02 +00:00
|
|
|
<addaction name="actionCoverDownloader"/>
|
2022-11-23 13:20:49 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionToggleSoftwareRendering"/>
|
|
|
|
<addaction name="actionReloadPatches"/>
|
2022-04-04 00:06:59 +00:00
|
|
|
<addaction name="menuInput_Recording"/>
|
2022-12-18 13:05:00 +00:00
|
|
|
<addaction name="actionToolsVideoCapture"/>
|
2022-11-23 13:20:49 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionEnableSystemConsole"/>
|
|
|
|
<addaction name="actionEnableFileLogging"/>
|
|
|
|
<addaction name="actionEnableVerboseLogging"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionShowAdvancedSettings"/>
|
|
|
|
<addaction name="actionSaveBlockDump"/>
|
|
|
|
<addaction name="actionSaveGSDump"/>
|
2021-12-13 12:12:54 +00:00
|
|
|
</widget>
|
|
|
|
<addaction name="menuSystem"/>
|
|
|
|
<addaction name="menuSettings"/>
|
|
|
|
<addaction name="menu_View"/>
|
|
|
|
<addaction name="menu_Tools"/>
|
|
|
|
<addaction name="menuDebug"/>
|
|
|
|
<addaction name="menuHelp"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="visible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="windowTitle">
|
2022-02-03 23:53:47 +00:00
|
|
|
<string>Toolbar</string>
|
2021-12-13 12:12:54 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionStartFile"/>
|
|
|
|
<addaction name="actionStartDisc"/>
|
|
|
|
<addaction name="actionStartBios"/>
|
2022-05-15 08:20:21 +00:00
|
|
|
<addaction name="actionStartFullscreenUI2"/>
|
2021-12-13 12:12:54 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionPowerOff"/>
|
|
|
|
<addaction name="actionReset"/>
|
|
|
|
<addaction name="actionPause"/>
|
|
|
|
<addaction name="actionChangeDisc"/>
|
|
|
|
<addaction name="actionScreenshot"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionLoadState"/>
|
|
|
|
<addaction name="actionSaveState"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionFullscreen"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSettings"/>
|
|
|
|
<addaction name="actionControllerSettings"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</widget>
|
2021-12-13 12:12:54 +00:00
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<action name="actionStartFile">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="file-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Start &File...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionStartDisc">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="disc-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Start &Disc...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionStartBios">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="hard-drive-2-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Start &BIOS</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionScanForNewGames">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="file-search-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Scan For New Games</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRescanAllGames">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="refresh-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Rescan All Games</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPowerOff">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="shut-down-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Shut &Down</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-05-07 12:56:44 +00:00
|
|
|
<action name="actionPowerOffWithoutSaving">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="close-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Shut Down &Without Saving</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-12-13 12:12:54 +00:00
|
|
|
<action name="actionReset">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="restart-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Reset</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPause">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="pause-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Pause</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLoadState">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="folder-open-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Load State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSaveState">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="save-3-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Save State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExit">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="door-open-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>E&xit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionBIOSSettings">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="hard-drive-2-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&BIOS</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEmulationSettings">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="dashboard-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Emulation</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionControllerSettings">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="gamepad-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Controllers</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHotkeySettings">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="keyboard-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Hotkeys</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGraphicsSettings">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="brush-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Graphics</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-04-18 13:35:14 +00:00
|
|
|
<action name="actionAchievementSettings">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="trophy-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>A&chievements</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-12-13 12:12:54 +00:00
|
|
|
<action name="actionPostProcessingSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Post-Processing Settings...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFullscreen">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="fullscreen-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Fullscreen</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionResolution_Scale">
|
|
|
|
<property name="text">
|
|
|
|
<string>Resolution Scale</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGitHubRepository">
|
|
|
|
<property name="text">
|
|
|
|
<string>&GitHub Repository...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSupportForums">
|
|
|
|
<property name="text">
|
|
|
|
<string>Support &Forums...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDiscordServer">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Discord Server...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCheckForUpdates">
|
|
|
|
<property name="icon">
|
2022-03-04 09:46:47 +00:00
|
|
|
<iconset theme="download-2-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Check for &Updates...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAboutQt">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/QT.png</normaloff>:/icons/QT.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>About &Qt...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="text">
|
|
|
|
<string>&About PCSX2...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionChangeDisc">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="dvd-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Change Disc...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAudioSettings">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="volume-up-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Audio</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGameListSettings">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="folder-settings-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Game List</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInterfaceSettings">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="settings-3-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Interface</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAddGameDirectory">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="folder-add-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Add Game Directory...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSettings">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="settings-3-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Settings...</string>
|
|
|
|
</property>
|
2022-05-28 04:19:38 +00:00
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::PreferencesRole</enum>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionChangeDiscFromFile">
|
|
|
|
<property name="text">
|
|
|
|
<string>From File...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionChangeDiscFromDevice">
|
|
|
|
<property name="text">
|
|
|
|
<string>From Device...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionChangeDiscFromGameList">
|
|
|
|
<property name="text">
|
|
|
|
<string>From Game List...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRemoveDisc">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove Disc</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGlobal_State">
|
|
|
|
<property name="text">
|
|
|
|
<string>Global State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionScreenshot">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="screenshot-2-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Screenshot</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionMemoryCardSettings">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="sd-card-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Memory Cards</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-03-13 17:58:39 +00:00
|
|
|
<action name="actionDEV9Settings">
|
2022-05-16 11:10:34 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="dashboard-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2022-03-13 17:58:39 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Network && HDD</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-06-18 10:20:24 +00:00
|
|
|
<action name="actionFolderSettings">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="folder-open-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Folders</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-12-13 12:12:54 +00:00
|
|
|
<action name="actionViewToolbar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Toolbar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionViewLockToolbar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Lock Toolbar</string>
|
|
|
|
</property>
|
2022-02-02 23:50:00 +00:00
|
|
|
</action>
|
2021-12-13 12:12:54 +00:00
|
|
|
<action name="actionViewStatusBar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Status Bar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-04-03 13:46:05 +00:00
|
|
|
<action name="actionViewStatusBarVerbose">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Verbose Status</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-12-13 12:12:54 +00:00
|
|
|
<action name="actionViewGameList">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="list-check">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Game &List</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionViewSystemDisplay">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="tv-2-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>System &Display</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionViewGameProperties">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="file-settings-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Game &Properties</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionViewGameGrid">
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="function-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Game &Grid</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGridViewShowTitles">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Titles (Grid View)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGridViewZoomIn">
|
|
|
|
<property name="text">
|
|
|
|
<string>Zoom &In (Grid View)</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl++</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGridViewZoomOut">
|
|
|
|
<property name="text">
|
|
|
|
<string>Zoom &Out (Grid View)</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+-</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGridViewRefreshCovers">
|
|
|
|
<property name="text">
|
|
|
|
<string>Refresh &Covers (Grid View)</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOpen_Memory_Card_Directory">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open Memory Card Directory...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOpenDataDirectory">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open Data Directory...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionToggleSoftwareRendering">
|
|
|
|
<property name="text">
|
|
|
|
<string>Toggle Software Rendering</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-12-24 06:51:44 +00:00
|
|
|
<action name="actionDebugger">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open Debugger</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-12-13 12:12:54 +00:00
|
|
|
<action name="actionReloadPatches">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reload Cheats/Patches</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-03-04 09:46:47 +00:00
|
|
|
<action name="actionEnableSystemConsole">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable System Console</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEnableVerboseLogging">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable Verbose Logging</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEnableEEConsoleLogging">
|
2022-03-19 14:05:46 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Enable EE Console Logging</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEnableIOPConsoleLogging">
|
2022-03-19 14:05:46 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2022-03-04 09:46:47 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Enable IOP Console Logging</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-05-16 11:10:34 +00:00
|
|
|
<action name="actionSaveGSDump">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save Single Frame GS Dump</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-04-04 00:06:59 +00:00
|
|
|
<action name="actionInputRecNew">
|
2022-06-16 00:48:02 +00:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2022-04-04 00:06:59 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>New</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInputRecPlay">
|
2022-06-16 00:48:02 +00:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2022-04-04 00:06:59 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Play</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInputRecStop">
|
2022-06-16 00:48:02 +00:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2022-04-04 00:06:59 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Stop</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInputRecOpenSettings">
|
2022-06-16 00:48:02 +00:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2022-04-04 00:06:59 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRecording_Console_Logs">
|
|
|
|
<property name="text">
|
|
|
|
<string>Input Recording Logs</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInputRecControllerLogs">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Controller Logs</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInputRecConsoleLogs">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Input Recording Logs</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-05-24 12:02:05 +00:00
|
|
|
<action name="actionEnableFileLogging">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable &File Logging</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEnableCDVDVerboseReads">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable CDVD Read Logging</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-05-24 12:22:15 +00:00
|
|
|
<action name="actionSaveBlockDump">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Save CDVD Block Dump</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-05-24 14:15:41 +00:00
|
|
|
<action name="actionEnableLogTimestamps">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable Log Timestamps</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-05-15 08:20:21 +00:00
|
|
|
<action name="actionStartFullscreenUI">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="tv-2-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Start Big Picture Mode</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionStartFullscreenUI2">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="tv-2-line">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Big Picture</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-09-03 11:29:02 +00:00
|
|
|
<action name="actionCoverDownloader">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cover Downloader...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-11-23 13:20:49 +00:00
|
|
|
<action name="actionShowAdvancedSettings">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Advanced Settings</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-06-16 00:44:14 +00:00
|
|
|
<action name="actionInputRecOpenViewer">
|
|
|
|
<property name="text">
|
|
|
|
<string>Recording Viewer</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-12-18 13:05:00 +00:00
|
|
|
<action name="actionToolsVideoCapture">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Video Capture</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-12-13 12:12:54 +00:00
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="resources/resources.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|