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-02-05 00:46:21 +00:00
|
|
|
<width>950</width>
|
|
|
|
<height>640</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>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="resources/resources.qrc">
|
|
|
|
<normaloff>:/icons/AppIcon.png</normaloff>:/icons/AppIcon.png</iconset>
|
|
|
|
</property>
|
|
|
|
<widget class="QStackedWidget" name="mainContainer">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="page"/>
|
|
|
|
<widget class="QWidget" name="page_2"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-02-05 00:46:21 +00:00
|
|
|
<width>950</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">
|
|
|
|
<iconset theme="dvd-line"/>
|
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="menuCheats">
|
|
|
|
<property name="title">
|
|
|
|
<string>Cheats</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="flask-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuLoadState">
|
|
|
|
<property name="title">
|
|
|
|
<string>Load State</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="folder-open-line"/>
|
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">
|
|
|
|
<iconset theme="save-3-line"/>
|
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"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionPowerOff"/>
|
|
|
|
<addaction name="actionReset"/>
|
|
|
|
<addaction name="actionPause"/>
|
|
|
|
<addaction name="menuChangeDisc"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="menuCheats"/>
|
|
|
|
<addaction name="actionScreenshot"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="menuLoadState"/>
|
|
|
|
<addaction name="menuSaveState"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionExit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuSettings">
|
|
|
|
<property name="title">
|
|
|
|
<string>S&ettings</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionInterfaceSettings"/>
|
|
|
|
<addaction name="actionGameListSettings"/>
|
|
|
|
<addaction name="actionBIOSSettings"/>
|
|
|
|
<addaction name="actionEmulationSettings"/>
|
|
|
|
<addaction name="actionSystemSettings"/>
|
|
|
|
<addaction name="actionGraphicsSettings"/>
|
|
|
|
<addaction name="actionAudioSettings"/>
|
|
|
|
<addaction name="actionMemoryCardSettings"/>
|
|
|
|
<addaction name="actionControllerSettings"/>
|
|
|
|
<addaction name="actionHotkeySettings"/>
|
|
|
|
<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="separator"/>
|
|
|
|
<addaction name="actionToggleSoftwareRendering"/>
|
|
|
|
<addaction name="menuDebugSwitchRenderer"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionReloadPatches"/>
|
|
|
|
</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">
|
|
|
|
<iconset theme="window-2-line"/>
|
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"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionViewGameList"/>
|
|
|
|
<addaction name="actionViewGameGrid"/>
|
|
|
|
<addaction name="actionViewSystemDisplay"/>
|
|
|
|
<addaction name="actionViewGameProperties"/>
|
|
|
|
<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>
|
|
|
|
<addaction name="actionOpenDataDirectory"/>
|
|
|
|
</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">
|
|
|
|
<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>
|
|
|
|
<property name="visible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionStartFile"/>
|
|
|
|
<addaction name="actionStartDisc"/>
|
|
|
|
<addaction name="actionStartBios"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionPowerOff"/>
|
|
|
|
<addaction name="actionReset"/>
|
|
|
|
<addaction name="actionPause"/>
|
|
|
|
<addaction name="actionChangeDisc"/>
|
|
|
|
<addaction name="actionCheats"/>
|
|
|
|
<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">
|
|
|
|
<property name="text">
|
|
|
|
<string>Start &File...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="file-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionStartDisc">
|
|
|
|
<property name="text">
|
|
|
|
<string>Start &Disc...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="disc-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionStartBios">
|
|
|
|
<property name="text">
|
|
|
|
<string>Start &BIOS</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="hard-drive-2-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionScanForNewGames">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Scan For New Games</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="file-search-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionRescanAllGames">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Rescan All Games</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="refresh-line"/>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPowerOff">
|
|
|
|
<property name="text">
|
|
|
|
<string>Shut &Down</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="shut-down-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionReset">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Reset</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="restart-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionPause">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Pause</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="pause-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionLoadState">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Load State</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="folder-open-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionSaveState">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Save State</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="save-3-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionExit">
|
|
|
|
<property name="text">
|
|
|
|
<string>E&xit</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="door-open-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionBIOSSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>&BIOS</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="hard-drive-2-line"/>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSystemSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>System</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="artboard-2-line"/>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEmulationSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>Emulation</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="dashboard-line"/>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionControllerSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Controllers</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="gamepad-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionHotkeySettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Hotkeys</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="keyboard-line"/>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGraphicsSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Graphics</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="brush-line"/>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPostProcessingSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Post-Processing Settings...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFullscreen">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fullscreen</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="fullscreen-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</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">
|
|
|
|
<iconset theme="download-2-line"/>
|
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">
|
|
|
|
<property name="text">
|
|
|
|
<string>Change Disc...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="dvd-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionCheats">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cheats...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="flask-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionAudioSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Audio</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="volume-up-line"/>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGameListSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>Game List</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="folder-settings-line"/>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInterfaceSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>Interface</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="settings-3-line"/>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAddGameDirectory">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add Game Directory...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="folder-add-line"/>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Settings...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="settings-3-line"/>
|
|
|
|
</property>
|
|
|
|
</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">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Screenshot</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="screenshot-2-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionMemoryCardSettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Memory Cards</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="sd-card-line"/>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<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>
|
|
|
|
<action name="actionViewGameList">
|
|
|
|
<property name="text">
|
|
|
|
<string>Game &List</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="list-check"/>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionViewSystemDisplay">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>System &Display</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="tv-2-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionViewGameProperties">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Game &Properties</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="file-settings-line"/>
|
2022-02-02 23:50:00 +00:00
|
|
|
</property>
|
2021-12-13 12:12:54 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionViewGameGrid">
|
|
|
|
<property name="text">
|
|
|
|
<string>Game &Grid</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="function-line"/>
|
|
|
|
</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>
|
|
|
|
<action name="actionReloadPatches">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reload Cheats/Patches</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="resources/resources.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|