Duckstation/src/duckstation-qt/mainwindow.ui

949 lines
27 KiB
Plaintext
Raw Normal View History

2019-12-31 06:17:17 +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>
2021-08-15 04:28:48 +00:00
<width>800</width>
<height>700</height>
2019-12-31 06:17:17 +00:00
</rect>
</property>
2021-08-15 04:23:14 +00:00
<property name="acceptDrops">
<bool>true</bool>
</property>
2019-12-31 06:17:17 +00:00
<property name="windowTitle">
<string>DuckStation</string>
</property>
<property name="windowIcon">
2020-09-23 14:02:13 +00:00
<iconset resource="resources/resources.qrc">
2019-12-31 06:17:17 +00:00
<normaloff>:/icons/duck.png</normaloff>:/icons/duck.png</iconset>
</property>
<widget class="QStackedWidget" name="mainContainer" />
2019-12-31 06:17:17 +00:00
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
2021-08-15 04:23:14 +00:00
<height>22</height>
2019-12-31 06:17:17 +00:00
</rect>
</property>
<widget class="QMenu" name="menuSystem">
<property name="title">
<string>&amp;System</string>
2019-12-31 06:17:17 +00:00
</property>
2020-01-24 04:50:40 +00:00
<widget class="QMenu" name="menuChangeDisc">
<property name="title">
<string>Change Disc</string>
</property>
<property name="icon">
<iconset theme="dvd-line">
<normaloff>.</normaloff>.</iconset>
2020-01-24 04:50:40 +00:00
</property>
2021-08-15 04:23:14 +00:00
<actiongroup name="actionGroupChangeDiscSubImages"/>
2020-01-24 04:50:40 +00:00
<addaction name="actionChangeDiscFromFile"/>
2021-08-15 04:23:14 +00:00
<addaction name="actionChangeDiscFromDevice"/>
2020-01-24 04:50:40 +00:00
<addaction name="actionChangeDiscFromGameList"/>
<addaction name="actionRemoveDisc"/>
2021-03-27 04:14:52 +00:00
<addaction name="separator"/>
2020-01-24 04:50:40 +00:00
</widget>
2020-09-09 13:44:21 +00:00
<widget class="QMenu" name="menuCheats">
<property name="title">
<string>Cheats</string>
</property>
<property name="icon">
<iconset theme="flask-line">
<normaloff>.</normaloff>.</iconset>
2020-09-09 13:44:21 +00:00
</property>
</widget>
2020-01-24 04:50:42 +00:00
<widget class="QMenu" name="menuLoadState">
<property name="title">
<string>Load State</string>
</property>
<property name="icon">
<iconset theme="folder-open-line">
<normaloff>.</normaloff>.</iconset>
2020-01-24 04:50:42 +00:00
</property>
</widget>
<widget class="QMenu" name="menuSaveState">
<property name="title">
<string>Save State</string>
</property>
<property name="icon">
<iconset theme="save-3-line">
<normaloff>.</normaloff>.</iconset>
2020-01-24 04:50:42 +00:00
</property>
</widget>
<addaction name="actionStartFile"/>
2019-12-31 06:17:17 +00:00
<addaction name="actionStartDisc"/>
<addaction name="actionStartBios"/>
<addaction name="actionStartFullscreenUI"/>
2020-05-23 05:03:00 +00:00
<addaction name="actionResumeLastState"/>
2019-12-31 06:17:17 +00:00
<addaction name="separator"/>
<addaction name="actionPowerOff"/>
<addaction name="actionPowerOffWithoutSaving"/>
2019-12-31 06:17:17 +00:00
<addaction name="actionReset"/>
<addaction name="actionPause"/>
2020-01-24 04:50:40 +00:00
<addaction name="menuChangeDisc"/>
2019-12-31 06:17:17 +00:00
<addaction name="separator"/>
2020-09-09 13:44:21 +00:00
<addaction name="menuCheats"/>
2020-11-18 13:15:28 +00:00
<addaction name="actionScreenshot"/>
2020-09-09 13:44:21 +00:00
<addaction name="separator"/>
2020-01-24 04:50:42 +00:00
<addaction name="menuLoadState"/>
<addaction name="menuSaveState"/>
2019-12-31 06:17:17 +00:00
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuSettings">
<property name="title">
<string>S&amp;ettings</string>
</property>
2020-06-24 15:31:23 +00:00
<widget class="QMenu" name="menuSettingsTheme">
<property name="title">
<string>Theme</string>
</property>
<property name="icon">
<iconset theme="paint-brush-line"/>
</property>
2020-06-24 15:31:23 +00:00
</widget>
<widget class="QMenu" name="menuSettingsLanguage">
<property name="title">
<string>Language</string>
</property>
<property name="icon">
<iconset theme="global-line"/>
</property>
</widget>
2019-12-31 06:17:17 +00:00
<addaction name="separator"/>
<addaction name="actionGeneralSettings"/>
<addaction name="actionGameListSettings"/>
2020-09-23 14:02:13 +00:00
<addaction name="actionBIOSSettings"/>
2020-01-24 04:50:51 +00:00
<addaction name="actionConsoleSettings"/>
<addaction name="actionEmulationSettings"/>
<addaction name="actionMemoryCardSettings"/>
<addaction name="actionDisplaySettings"/>
<addaction name="actionEnhancementSettings"/>
<addaction name="actionPostProcessingSettings"/>
2019-12-31 06:17:17 +00:00
<addaction name="actionAudioSettings"/>
2021-02-26 14:44:53 +00:00
<addaction name="actionAchievementSettings"/>
<addaction name="actionFolderSettings"/>
2020-04-30 14:59:31 +00:00
<addaction name="actionAdvancedSettings"/>
2019-12-31 06:17:17 +00:00
<addaction name="separator"/>
<addaction name="actionControllerSettings"/>
<addaction name="actionHotkeySettings"/>
<addaction name="separator"/>
<addaction name="actionAddGameDirectory"/>
<addaction name="actionScanForNewGames"/>
<addaction name="actionRescanAllGames"/>
2019-12-31 06:17:17 +00:00
<addaction name="separator"/>
<addaction name="menuSettingsLanguage"/>
2020-06-24 15:31:23 +00:00
<addaction name="menuSettingsTheme"/>
2019-12-31 06:17:17 +00:00
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>&amp;Help</string>
</property>
<addaction name="actionGitHubRepository"/>
<addaction name="actionIssueTracker"/>
<addaction name="actionDiscordServer"/>
2019-12-31 06:17:17 +00:00
<addaction name="separator"/>
2020-08-06 12:08:22 +00:00
<addaction name="actionCheckForUpdates"/>
<addaction name="separator"/>
2020-10-03 08:48:56 +00:00
<addaction name="actionAboutQt"/>
2019-12-31 06:17:17 +00:00
<addaction name="actionAbout"/>
</widget>
<widget class="QMenu" name="menuDebug">
<property name="title">
<string>&amp;Debug</string>
</property>
<widget class="QMenu" name="menuRenderer">
<property name="title">
<string>Switch GPU Renderer</string>
</property>
</widget>
<widget class="QMenu" name="menuCPUExecutionMode">
<property name="title">
<string>Switch CPU Emulation Mode</string>
</property>
</widget>
<widget class="QMenu" name="menuCropMode">
<property name="title">
<string>Switch Crop Mode</string>
</property>
2020-11-18 13:15:16 +00:00
</widget>
<addaction name="menuCPUExecutionMode"/>
<addaction name="menuRenderer"/>
<addaction name="menuCropMode"/>
<addaction name="actionDisableAllEnhancements"/>
<addaction name="actionDisableInterlacing"/>
<addaction name="actionForceNTSCTimings"/>
2020-02-04 06:22:56 +00:00
<addaction name="separator"/>
2021-01-13 09:24:41 +00:00
<addaction name="actionCPUDebugger"/>
<addaction name="separator"/>
<addaction name="actionDumpRAM"/>
<addaction name="actionDumpVRAM"/>
<addaction name="actionDumpSPURAM"/>
<addaction name="separator"/>
2020-02-04 06:22:56 +00:00
<addaction name="actionDebugDumpCPUtoVRAMCopies"/>
<addaction name="actionDebugDumpVRAMtoCPUCopies"/>
<addaction name="actionDumpAudio"/>
2020-12-16 15:18:13 +00:00
<addaction name="separator"/>
2020-03-15 12:04:32 +00:00
<addaction name="actionDebugShowVRAM"/>
2020-02-04 06:22:56 +00:00
<addaction name="actionDebugShowGPUState"/>
<addaction name="actionDebugShowCDROMState"/>
<addaction name="actionDebugShowSPUState"/>
<addaction name="actionDebugShowTimersState"/>
<addaction name="actionDebugShowMDECState"/>
<addaction name="actionDebugShowDMAState"/>
</widget>
2020-08-20 13:39:29 +00:00
<widget class="QMenu" name="menu_View">
<property name="title">
<string>&amp;View</string>
</property>
2020-11-18 13:15:16 +00:00
<widget class="QMenu" name="menuWindowSize">
<property name="title">
<string>&amp;Window Size</string>
</property>
</widget>
2020-08-20 13:39:29 +00:00
<addaction name="actionViewToolbar"/>
2021-02-09 13:56:24 +00:00
<addaction name="actionViewLockToolbar"/>
2020-08-20 13:39:29 +00:00
<addaction name="actionViewStatusBar"/>
<addaction name="separator"/>
<addaction name="actionViewGameList"/>
2020-09-23 14:02:13 +00:00
<addaction name="actionViewGameGrid"/>
2020-08-20 13:39:29 +00:00
<addaction name="actionViewSystemDisplay"/>
<addaction name="actionViewGameProperties"/>
2020-09-23 14:02:13 +00:00
<addaction name="separator"/>
2021-05-11 05:10:33 +00:00
<addaction name="actionFullscreen"/>
2020-11-18 13:15:16 +00:00
<addaction name="menuWindowSize"/>
<addaction name="separator"/>
2020-09-23 14:02:13 +00:00
<addaction name="actionGridViewShowTitles"/>
<addaction name="actionGridViewZoomIn"/>
<addaction name="actionGridViewZoomOut"/>
2020-09-23 14:08:29 +00:00
<addaction name="actionGridViewRefreshCovers"/>
2020-08-20 13:39:29 +00:00
</widget>
2020-09-18 14:28:07 +00:00
<widget class="QMenu" name="menu_Tools">
<property name="title">
<string>&amp;Tools</string>
</property>
<addaction name="actionMemory_Card_Editor"/>
2020-10-19 15:14:49 +00:00
<addaction name="actionCheatManager"/>
<addaction name="separator"/>
<addaction name="actionOpenDataDirectory"/>
2020-09-18 14:28:07 +00:00
</widget>
2019-12-31 06:17:17 +00:00
<addaction name="menuSystem"/>
<addaction name="menuSettings"/>
2020-08-20 13:39:29 +00:00
<addaction name="menu_View"/>
2020-09-18 14:28:07 +00:00
<addaction name="menu_Tools"/>
<addaction name="menuDebug"/>
2019-12-31 06:17:17 +00:00
<addaction name="menuHelp"/>
</widget>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</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"/>
2019-12-31 06:17:17 +00:00
<addaction name="actionStartBios"/>
<addaction name="actionStartFullscreenUI2"/>
2019-12-31 06:17:17 +00:00
<addaction name="separator"/>
<addaction name="actionResumeLastState"/>
2019-12-31 06:17:17 +00:00
<addaction name="actionReset"/>
<addaction name="actionPause"/>
<addaction name="actionChangeDisc"/>
2020-09-09 13:44:21 +00:00
<addaction name="actionCheats"/>
2020-03-15 14:06:39 +00:00
<addaction name="actionScreenshot"/>
2019-12-31 06:17:17 +00:00
<addaction name="separator"/>
<addaction name="actionLoadState"/>
<addaction name="actionSaveState"/>
<addaction name="separator"/>
<addaction name="actionFullscreen"/>
<addaction name="actionSettings"/>
<addaction name="actionControllerSettings"/>
2019-12-31 06:17:17 +00:00
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionStartFile">
<property name="icon">
<iconset theme="file-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Start &amp;File...</string>
</property>
</action>
2019-12-31 06:17:17 +00:00
<action name="actionStartDisc">
<property name="icon">
<iconset theme="disc-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>Start &amp;Disc...</string>
</property>
</action>
<action name="actionStartBios">
<property name="icon">
<iconset theme="hard-drive-2-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>Start &amp;BIOS</string>
</property>
</action>
<action name="actionScanForNewGames">
<property name="icon">
<iconset theme="file-search-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;Scan For New Games</string>
</property>
</action>
<action name="actionRescanAllGames">
<property name="icon">
<iconset theme="refresh-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;Rescan All Games</string>
</property>
</action>
2019-12-31 06:17:17 +00:00
<action name="actionPowerOff">
<property name="icon">
<iconset theme="shut-down-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>Power &amp;Off</string>
</property>
</action>
<action name="actionReset">
<property name="icon">
<iconset theme="restart-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>&amp;Reset</string>
</property>
</action>
<action name="actionPause">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset theme="pause-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>&amp;Pause</string>
</property>
</action>
<action name="actionLoadState">
<property name="icon">
<iconset theme="folder-open-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>&amp;Load State</string>
</property>
</action>
<action name="actionSaveState">
<property name="icon">
<iconset theme="save-3-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>&amp;Save State</string>
</property>
</action>
<action name="actionExit">
2021-08-15 04:23:14 +00:00
<property name="icon">
<iconset theme="door-open-line">
<normaloff>.</normaloff>.</iconset>
2021-08-15 04:23:14 +00:00
</property>
2019-12-31 06:17:17 +00:00
<property name="text">
<string>E&amp;xit</string>
</property>
</action>
<action name="actionBIOSSettings">
<property name="icon">
<iconset theme="hard-drive-2-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>B&amp;IOS</string>
</property>
</action>
2019-12-31 06:17:17 +00:00
<action name="actionConsoleSettings">
<property name="icon">
<iconset theme="artboard-2-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>C&amp;onsole</string>
2019-12-31 06:17:17 +00:00
</property>
</action>
<action name="actionEmulationSettings">
<property name="icon">
<iconset theme="dashboard-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>E&amp;mulation</string>
</property>
</action>
<action name="actionControllerSettings">
2019-12-31 06:17:17 +00:00
<property name="icon">
<iconset theme="gamepad-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>&amp;Controllers</string>
2019-12-31 06:17:17 +00:00
</property>
</action>
2020-01-05 02:46:03 +00:00
<action name="actionHotkeySettings">
2019-12-31 06:17:17 +00:00
<property name="icon">
<iconset theme="keyboard-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>&amp;Hotkeys</string>
2019-12-31 06:17:17 +00:00
</property>
</action>
<action name="actionDisplaySettings">
2019-12-31 06:17:17 +00:00
<property name="icon">
<iconset theme="brush-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>&amp;Display</string>
</property>
</action>
<action name="actionEnhancementSettings">
<property name="icon">
<iconset theme="paint-fill">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;Enhancements</string>
2019-12-31 06:17:17 +00:00
</property>
</action>
<action name="actionPostProcessingSettings">
<property name="icon">
<iconset theme="pantone-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;Post-Processing</string>
</property>
</action>
2019-12-31 06:17:17 +00:00
<action name="actionFullscreen">
<property name="icon">
<iconset theme="fullscreen-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>Fullscreen</string>
</property>
</action>
<action name="actionResolution_Scale">
<property name="text">
<string>Resolution Scale</string>
</property>
</action>
<action name="actionGitHubRepository">
2021-08-15 04:23:14 +00:00
<property name="icon">
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/github.png</normaloff>:/icons/github.png</iconset>
</property>
<property name="text">
2019-12-31 06:17:17 +00:00
<string>&amp;GitHub Repository...</string>
</property>
</action>
<action name="actionIssueTracker">
2021-08-15 04:23:14 +00:00
<property name="icon">
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/IssueTracker.png</normaloff>:/icons/IssueTracker.png</iconset>
</property>
<property name="text">
2019-12-31 06:17:17 +00:00
<string>&amp;Issue Tracker...</string>
</property>
</action>
<action name="actionDiscordServer">
2021-08-15 04:23:14 +00:00
<property name="icon">
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/discord.png</normaloff>:/icons/discord.png</iconset>
</property>
<property name="text">
<string>&amp;Discord Server...</string>
</property>
</action>
2020-08-06 12:08:22 +00:00
<action name="actionCheckForUpdates">
2021-08-15 04:23:14 +00:00
<property name="icon">
<iconset theme="download-2-line">
<normaloff>.</normaloff>.</iconset>
2021-08-15 04:23:14 +00:00
</property>
<property name="text">
2020-08-06 12:08:22 +00:00
<string>Check for &amp;Updates...</string>
</property>
</action>
2020-10-03 08:48:56 +00:00
<action name="actionAboutQt">
2021-08-15 04:23:14 +00:00
<property name="icon">
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/QT.png</normaloff>:/icons/QT.png</iconset>
</property>
<property name="text">
2020-10-03 08:48:56 +00:00
<string>About &amp;Qt...</string>
</property>
</action>
2019-12-31 06:17:17 +00:00
<action name="actionAbout">
2021-08-15 04:23:14 +00:00
<property name="icon">
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/duck_64.png</normaloff>:/icons/duck_64.png</iconset>
</property>
<property name="text">
2020-10-03 08:48:56 +00:00
<string>&amp;About DuckStation...</string>
2019-12-31 06:17:17 +00:00
</property>
</action>
<action name="actionChangeDisc">
<property name="icon">
<iconset theme="dvd-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>Change Disc...</string>
</property>
</action>
2020-09-09 13:44:21 +00:00
<action name="actionCheats">
<property name="icon">
<iconset theme="flask-line">
<normaloff>.</normaloff>.</iconset>
2020-09-09 13:44:21 +00:00
</property>
<property name="text">
<string>Cheats...</string>
</property>
</action>
2019-12-31 06:17:17 +00:00
<action name="actionAudioSettings">
<property name="icon">
<iconset theme="volume-up-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>Audio</string>
2019-12-31 06:17:17 +00:00
</property>
</action>
2021-02-26 14:44:53 +00:00
<action name="actionAchievementSettings">
<property name="icon">
<iconset theme="trophy-line">
<normaloff>.</normaloff>.</iconset>
2021-02-26 14:44:53 +00:00
</property>
<property name="text">
<string>Achievements</string>
</property>
</action>
<action name="actionFolderSettings">
<property name="icon">
<iconset theme="folder-open-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Folders</string>
2021-02-26 14:44:53 +00:00
</property>
</action>
2019-12-31 06:17:17 +00:00
<action name="actionGameListSettings">
<property name="icon">
<iconset theme="folder-settings-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>Game List</string>
2019-12-31 06:17:17 +00:00
</property>
</action>
<action name="actionGeneralSettings">
<property name="icon">
<iconset theme="settings-3-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>General</string>
</property>
</action>
2020-04-30 14:59:31 +00:00
<action name="actionAdvancedSettings">
<property name="icon">
<iconset theme="tools-line">
<normaloff>.</normaloff>.</iconset>
2020-04-30 14:59:31 +00:00
</property>
<property name="text">
<string>Advanced</string>
2020-04-30 14:59:31 +00:00
</property>
</action>
<action name="actionAddGameDirectory">
2019-12-31 06:17:17 +00:00
<property name="icon">
<iconset theme="folder-add-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>Add Game Directory...</string>
2019-12-31 06:17:17 +00:00
</property>
</action>
<action name="actionSettings">
<property name="icon">
<iconset theme="settings-3-line">
<normaloff>.</normaloff>.</iconset>
2019-12-31 06:17:17 +00:00
</property>
<property name="text">
<string>&amp;Settings...</string>
</property>
</action>
2020-01-24 04:50:40 +00:00
<action name="actionChangeDiscFromFile">
<property name="text">
<string>From File...</string>
</property>
</action>
<action name="actionChangeDiscFromDevice">
<property name="text">
<string>From Device...</string>
</property>
</action>
2020-01-24 04:50:40 +00:00
<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>
2020-01-24 04:50:42 +00:00
<action name="actionResume_State">
<property name="text">
<string>Resume State</string>
</property>
</action>
<action name="actionGlobal_State">
<property name="text">
<string>Global State</string>
</property>
</action>
2020-02-04 06:22:56 +00:00
<action name="actionDebugShowVRAM">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Show VRAM</string>
</property>
</action>
<action name="actionDebugDumpCPUtoVRAMCopies">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Dump CPU to VRAM Copies</string>
</property>
</action>
<action name="actionDebugDumpVRAMtoCPUCopies">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Dump VRAM to CPU Copies</string>
</property>
</action>
<action name="actionDisableAllEnhancements">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Disable All Enhancements</string>
</property>
2021-08-15 04:23:14 +00:00
</action>
<action name="actionDisableInterlacing">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Disable Interlacing</string>
</property>
</action>
<action name="actionForceNTSCTimings">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Force NTSC Timings</string>
</property>
</action>
2020-03-15 12:04:32 +00:00
<action name="actionDumpAudio">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Dump Audio</string>
</property>
</action>
<action name="actionDumpRAM">
<property name="text">
<string>Dump RAM...</string>
</property>
</action>
2021-01-13 09:24:41 +00:00
<action name="actionDumpVRAM">
<property name="text">
<string>Dump VRAM...</string>
</property>
</action>
<action name="actionDumpSPURAM">
<property name="text">
<string>Dump SPU RAM...</string>
</property>
</action>
2020-02-04 06:22:56 +00:00
<action name="actionDebugShowGPUState">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Show GPU State</string>
</property>
</action>
<action name="actionDebugShowCDROMState">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Show CD-ROM State</string>
2020-02-04 06:22:56 +00:00
</property>
</action>
<action name="actionDebugShowSPUState">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Show SPU State</string>
</property>
</action>
<action name="actionDebugShowTimersState">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Show Timers State</string>
</property>
</action>
<action name="actionDebugShowMDECState">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Show MDEC State</string>
</property>
</action>
<action name="actionDebugShowDMAState">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Show DMA State</string>
</property>
</action>
2020-03-15 14:06:39 +00:00
<action name="actionScreenshot">
<property name="icon">
<iconset theme="screenshot-2-line">
<normaloff>.</normaloff>.</iconset>
2020-03-15 14:06:39 +00:00
</property>
<property name="text">
<string>&amp;Screenshot</string>
</property>
</action>
<action name="actionMemoryCardSettings">
<property name="icon">
<iconset theme="sd-card-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;Memory Cards</string>
</property>
</action>
2020-05-23 05:03:00 +00:00
<action name="actionResumeLastState">
<property name="icon">
<iconset theme="play-circle-line">
<normaloff>.</normaloff>.</iconset>
2020-05-23 05:03:00 +00:00
</property>
<property name="text">
<string>Resume</string>
</property>
<property name="toolTip">
<string>Resumes the last save state created.</string>
</property>
</action>
2020-08-20 13:39:29 +00:00
<action name="actionViewToolbar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Toolbar</string>
</property>
</action>
2021-02-09 13:56:24 +00:00
<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>
</action>
2020-08-20 13:39:29 +00:00
<action name="actionViewStatusBar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Status Bar</string>
</property>
</action>
<action name="actionViewGameList">
2021-08-15 04:23:14 +00:00
<property name="icon">
<iconset theme="list-check">
<normaloff>.</normaloff>.</iconset>
2021-08-15 04:23:14 +00:00
</property>
2020-08-20 13:39:29 +00:00
<property name="text">
2020-09-23 14:08:29 +00:00
<string>Game &amp;List</string>
2020-08-20 13:39:29 +00:00
</property>
</action>
<action name="actionViewSystemDisplay">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>System &amp;Display</string>
</property>
</action>
<action name="actionViewGameProperties">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Game &amp;Properties</string>
</property>
</action>
2020-09-18 14:28:07 +00:00
<action name="actionMemory_Card_Editor">
<property name="text">
<string>Memory &amp;Card Editor</string>
</property>
</action>
2020-10-19 15:14:49 +00:00
<action name="actionCheatManager">
<property name="text">
<string>C&amp;heat Manager</string>
</property>
</action>
2020-12-16 15:18:13 +00:00
<action name="actionCPUDebugger">
<property name="text">
<string>CPU D&amp;ebugger</string>
</property>
</action>
2020-09-23 14:02:13 +00:00
<action name="actionViewGameGrid">
2021-08-15 04:23:14 +00:00
<property name="icon">
<iconset theme="function-line">
<normaloff>.</normaloff>.</iconset>
2021-08-15 04:23:14 +00:00
</property>
2020-09-23 14:02:13 +00:00
<property name="text">
2020-09-23 14:08:29 +00:00
<string>Game &amp;Grid</string>
2020-09-23 14:02:13 +00:00
</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">
2020-09-23 14:08:29 +00:00
<string>Zoom &amp;In (Grid View)</string>
2020-09-23 14:02:13 +00:00
</property>
<property name="shortcut">
<string>Ctrl++</string>
</property>
</action>
<action name="actionGridViewZoomOut">
<property name="text">
2020-09-23 14:08:29 +00:00
<string>Zoom &amp;Out (Grid View)</string>
2020-09-23 14:02:13 +00:00
</property>
<property name="shortcut">
<string>Ctrl+-</string>
</property>
</action>
2020-09-23 14:08:29 +00:00
<action name="actionGridViewRefreshCovers">
<property name="text">
<string>Refresh &amp;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="actionPowerOffWithoutSaving">
<property name="icon">
<iconset theme="close-line">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Power Off &amp;Without Saving</string>
</property>
</action>
<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>
2019-12-31 06:17:17 +00:00
</widget>
<resources>
2020-09-23 14:02:13 +00:00
<include location="resources/resources.qrc"/>
2019-12-31 06:17:17 +00:00
</resources>
<connections/>
</ui>