Qt: Move video capture option from Tools to System

This commit is contained in:
KamFretoZ 2024-12-02 20:47:27 +07:00 committed by lightningterror
parent 07df874603
commit 7ef293744a
5 changed files with 221 additions and 209 deletions

View File

@ -27,7 +27,7 @@
</widget> </widget>
<widget class="QToolBar" name="toolBar"> <widget class="QToolBar" name="toolBar">
<property name="contextMenuPolicy"> <property name="contextMenuPolicy">
<enum>Qt::PreventContextMenu</enum> <enum>Qt::ContextMenuPolicy::PreventContextMenu</enum>
</property> </property>
<property name="movable"> <property name="movable">
<bool>false</bool> <bool>false</bool>
@ -39,7 +39,7 @@
</size> </size>
</property> </property>
<property name="toolButtonStyle"> <property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum> <enum>Qt::ToolButtonStyle::ToolButtonTextBesideIcon</enum>
</property> </property>
<property name="floatable"> <property name="floatable">
<bool>false</bool> <bool>false</bool>
@ -59,8 +59,7 @@
</widget> </widget>
<action name="actionRun"> <action name="actionRun">
<property name="icon"> <property name="icon">
<iconset theme="play-line"> <iconset theme="play-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Run</string> <string>Run</string>
@ -68,8 +67,7 @@
</action> </action>
<action name="actionStepInto"> <action name="actionStepInto">
<property name="icon"> <property name="icon">
<iconset theme="debug-step-into-line"> <iconset theme="debug-step-into-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Step Into</string> <string>Step Into</string>
@ -80,8 +78,7 @@
</action> </action>
<action name="actionStepOver"> <action name="actionStepOver">
<property name="icon"> <property name="icon">
<iconset theme="debug-step-over-line"> <iconset theme="debug-step-over-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Step Over</string> <string>Step Over</string>
@ -92,8 +89,7 @@
</action> </action>
<action name="actionStepOut"> <action name="actionStepOut">
<property name="icon"> <property name="icon">
<iconset theme="debug-step-out-line"> <iconset theme="debug-step-out-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Step Out</string> <string>Step Out</string>
@ -107,8 +103,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="pin-filled"> <iconset theme="pin-filled"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Always On Top</string> <string>Always On Top</string>
@ -119,8 +114,7 @@
</action> </action>
<action name="actionAnalyse"> <action name="actionAnalyse">
<property name="icon"> <property name="icon">
<iconset theme="restart-line"> <iconset theme="magnifier-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Analyze</string> <string>Analyze</string>

View File

@ -31,7 +31,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1050</width> <width>1050</width>
<height>22</height> <height>27</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuSystem"> <widget class="QMenu" name="menuSystem">
@ -40,11 +40,10 @@
</property> </property>
<widget class="QMenu" name="menuChangeDisc"> <widget class="QMenu" name="menuChangeDisc">
<property name="title"> <property name="title">
<string>Change Disc</string> <string>&amp;Change Disc</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="disc-eject-line"> <iconset theme="disc-eject-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<actiongroup name="actionGroupChangeDiscSubImages"/> <actiongroup name="actionGroupChangeDiscSubImages"/>
<addaction name="actionChangeDiscFromFile"/> <addaction name="actionChangeDiscFromFile"/>
@ -55,20 +54,18 @@
</widget> </widget>
<widget class="QMenu" name="menuLoadState"> <widget class="QMenu" name="menuLoadState">
<property name="title"> <property name="title">
<string>Load State</string> <string>&amp;Load State</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="floppy-out-line"> <iconset theme="floppy-out-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
</widget> </widget>
<widget class="QMenu" name="menuSaveState"> <widget class="QMenu" name="menuSaveState">
<property name="title"> <property name="title">
<string>Save State</string> <string>Sa&amp;ve State</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="floppy-in-line"> <iconset theme="floppy-in-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
</widget> </widget>
<addaction name="actionStartFile"/> <addaction name="actionStartFile"/>
@ -83,6 +80,7 @@
<addaction name="menuChangeDisc"/> <addaction name="menuChangeDisc"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="actionScreenshot"/> <addaction name="actionScreenshot"/>
<addaction name="actionVideoCapture"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="menuLoadState"/> <addaction name="menuLoadState"/>
<addaction name="menuSaveState"/> <addaction name="menuSaveState"/>
@ -92,7 +90,7 @@
</widget> </widget>
<widget class="QMenu" name="menuSettings"> <widget class="QMenu" name="menuSettings">
<property name="title"> <property name="title">
<string>S&amp;ettings</string> <string>Setti&amp;ngs</string>
</property> </property>
<addaction name="actionViewGameProperties"/> <addaction name="actionViewGameProperties"/>
<addaction name="separator"/> <addaction name="separator"/>
@ -132,11 +130,10 @@
</property> </property>
<widget class="QMenu" name="menuDebugSwitchRenderer"> <widget class="QMenu" name="menuDebugSwitchRenderer">
<property name="title"> <property name="title">
<string>Switch Renderer</string> <string>&amp;Switch Renderer</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="brush-line"> <iconset theme="brush-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
</widget> </widget>
<addaction name="menuDebugSwitchRenderer"/> <addaction name="menuDebugSwitchRenderer"/>
@ -158,8 +155,7 @@
<string>&amp;Window Size</string> <string>&amp;Window Size</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="window-2-line"> <iconset theme="window-2-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
</widget> </widget>
<addaction name="actionViewToolbar"/> <addaction name="actionViewToolbar"/>
@ -185,11 +181,10 @@
</property> </property>
<widget class="QMenu" name="menuInputRecording"> <widget class="QMenu" name="menuInputRecording">
<property name="title"> <property name="title">
<string>Input Recording</string> <string>&amp;Input Recording</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="keyboard-line"> <iconset theme="keyboard-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<addaction name="actionInputRecNew"/> <addaction name="actionInputRecNew"/>
<addaction name="actionInputRecPlay"/> <addaction name="actionInputRecPlay"/>
@ -202,14 +197,13 @@
</widget> </widget>
<addaction name="actionOpenDataDirectory"/> <addaction name="actionOpenDataDirectory"/>
<addaction name="actionCoverDownloader"/> <addaction name="actionCoverDownloader"/>
<addaction name="actionToggleSoftwareRendering"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="actionEditCheats"/> <addaction name="actionEditCheats"/>
<addaction name="actionEditPatches"/> <addaction name="actionEditPatches"/>
<addaction name="actionReloadPatches"/> <addaction name="actionReloadPatches"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="actionToggleSoftwareRendering"/>
<addaction name="menuInputRecording"/> <addaction name="menuInputRecording"/>
<addaction name="actionVideoCapture"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="actionEnableSystemConsole"/> <addaction name="actionEnableSystemConsole"/>
<addaction name="actionEnableDebugConsole"/> <addaction name="actionEnableDebugConsole"/>
@ -242,7 +236,7 @@
</size> </size>
</property> </property>
<property name="toolButtonStyle"> <property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum> <enum>Qt::ToolButtonStyle::ToolButtonTextUnderIcon</enum>
</property> </property>
<attribute name="toolBarArea"> <attribute name="toolBarArea">
<enum>TopToolBarArea</enum> <enum>TopToolBarArea</enum>
@ -274,8 +268,7 @@
<widget class="QStatusBar" name="statusBar"/> <widget class="QStatusBar" name="statusBar"/>
<action name="actionStartFile"> <action name="actionStartFile">
<property name="icon"> <property name="icon">
<iconset theme="file-line"> <iconset theme="file-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Start &amp;File...</string> <string>Start &amp;File...</string>
@ -283,8 +276,7 @@
</action> </action>
<action name="actionToolbarStartFile"> <action name="actionToolbarStartFile">
<property name="icon"> <property name="icon">
<iconset theme="file-line"> <iconset theme="file-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Start File</string> <string comment="In Toolbar">Start File</string>
@ -292,17 +284,15 @@
</action> </action>
<action name="actionStartDisc"> <action name="actionStartDisc">
<property name="icon"> <property name="icon">
<iconset theme="disc-2-line"> <iconset theme="disc-2-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Start &amp;Disc...</string> <string>Start D&amp;isc...</string>
</property> </property>
</action> </action>
<action name="actionToolbarStartDisc"> <action name="actionToolbarStartDisc">
<property name="icon"> <property name="icon">
<iconset theme="disc-2-line"> <iconset theme="disc-2-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Start Disc</string> <string comment="In Toolbar">Start Disc</string>
@ -310,8 +300,7 @@
</action> </action>
<action name="actionStartBios"> <action name="actionStartBios">
<property name="icon"> <property name="icon">
<iconset theme="chip-line"> <iconset theme="chip-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Start &amp;BIOS</string> <string>Start &amp;BIOS</string>
@ -319,8 +308,7 @@
</action> </action>
<action name="actionToolbarStartBios"> <action name="actionToolbarStartBios">
<property name="icon"> <property name="icon">
<iconset theme="chip-line"> <iconset theme="chip-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Start BIOS</string> <string comment="In Toolbar">Start BIOS</string>
@ -328,8 +316,7 @@
</action> </action>
<action name="actionScanForNewGames"> <action name="actionScanForNewGames">
<property name="icon"> <property name="icon">
<iconset theme="file-search-line"> <iconset theme="file-search-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Scan For New Games</string> <string>&amp;Scan For New Games</string>
@ -337,8 +324,7 @@
</action> </action>
<action name="actionRescanAllGames"> <action name="actionRescanAllGames">
<property name="icon"> <property name="icon">
<iconset theme="refresh-line"> <iconset theme="refresh-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Rescan All Games</string> <string>&amp;Rescan All Games</string>
@ -346,8 +332,7 @@
</action> </action>
<action name="actionPowerOff"> <action name="actionPowerOff">
<property name="icon"> <property name="icon">
<iconset theme="shut-down-line"> <iconset theme="shut-down-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Shut &amp;Down</string> <string>Shut &amp;Down</string>
@ -355,8 +340,7 @@
</action> </action>
<action name="actionToolbarPowerOff"> <action name="actionToolbarPowerOff">
<property name="icon"> <property name="icon">
<iconset theme="shut-down-line"> <iconset theme="shut-down-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Shut Down</string> <string comment="In Toolbar">Shut Down</string>
@ -364,8 +348,7 @@
</action> </action>
<action name="actionPowerOffWithoutSaving"> <action name="actionPowerOffWithoutSaving">
<property name="icon"> <property name="icon">
<iconset theme="close-line"> <iconset theme="close-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Shut Down &amp;Without Saving</string> <string>Shut Down &amp;Without Saving</string>
@ -373,8 +356,7 @@
</action> </action>
<action name="actionReset"> <action name="actionReset">
<property name="icon"> <property name="icon">
<iconset theme="restart-line"> <iconset theme="restart-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Reset</string> <string>&amp;Reset</string>
@ -382,8 +364,7 @@
</action> </action>
<action name="actionToolbarReset"> <action name="actionToolbarReset">
<property name="icon"> <property name="icon">
<iconset theme="restart-line"> <iconset theme="restart-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Reset</string> <string comment="In Toolbar">Reset</string>
@ -394,8 +375,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="pause-line"> <iconset theme="pause-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Pause</string> <string>&amp;Pause</string>
@ -406,8 +386,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="pause-line"> <iconset theme="pause-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Pause</string> <string comment="In Toolbar">Pause</string>
@ -415,8 +394,7 @@
</action> </action>
<action name="actionToolbarLoadState"> <action name="actionToolbarLoadState">
<property name="icon"> <property name="icon">
<iconset theme="floppy-out-line"> <iconset theme="floppy-out-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Load State</string> <string comment="In Toolbar">Load State</string>
@ -424,8 +402,7 @@
</action> </action>
<action name="actionToolbarSaveState"> <action name="actionToolbarSaveState">
<property name="icon"> <property name="icon">
<iconset theme="floppy-in-line"> <iconset theme="floppy-in-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Save State</string> <string comment="In Toolbar">Save State</string>
@ -433,8 +410,7 @@
</action> </action>
<action name="actionExit"> <action name="actionExit">
<property name="icon"> <property name="icon">
<iconset theme="door-open-line"> <iconset theme="door-open-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>E&amp;xit</string> <string>E&amp;xit</string>
@ -442,8 +418,7 @@
</action> </action>
<action name="actionBIOSSettings"> <action name="actionBIOSSettings">
<property name="icon"> <property name="icon">
<iconset theme="chip-line"> <iconset theme="chip-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;BIOS</string> <string>&amp;BIOS</string>
@ -451,17 +426,15 @@
</action> </action>
<action name="actionEmulationSettings"> <action name="actionEmulationSettings">
<property name="icon"> <property name="icon">
<iconset theme="emulation-line"> <iconset theme="emulation-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Emulation</string> <string>&amp;Emulation</string>
</property> </property>
</action> </action>
<action name="actionControllerSettings"> <action name="actionControllerSettings">
<property name="icon"> <property name="icon">
<iconset theme="controller-line"> <iconset theme="controller-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Controllers</string> <string>&amp;Controllers</string>
@ -469,8 +442,7 @@
</action> </action>
<action name="actionToolbarControllerSettings"> <action name="actionToolbarControllerSettings">
<property name="icon"> <property name="icon">
<iconset theme="controller-line"> <iconset theme="controller-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Controllers</string> <string comment="In Toolbar">Controllers</string>
@ -478,8 +450,7 @@
</action> </action>
<action name="actionHotkeySettings"> <action name="actionHotkeySettings">
<property name="icon"> <property name="icon">
<iconset theme="keyboard-line"> <iconset theme="keyboard-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Hotkeys</string> <string>&amp;Hotkeys</string>
@ -487,8 +458,7 @@
</action> </action>
<action name="actionGraphicsSettings"> <action name="actionGraphicsSettings">
<property name="icon"> <property name="icon">
<iconset theme="image-fill"> <iconset theme="image-fill"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Graphics</string> <string>&amp;Graphics</string>
@ -496,11 +466,10 @@
</action> </action>
<action name="actionAchievementSettings"> <action name="actionAchievementSettings">
<property name="icon"> <property name="icon">
<iconset theme="trophy-line"> <iconset theme="trophy-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>A&amp;chievements</string> <string>Achie&amp;vements</string>
</property> </property>
</action> </action>
<action name="actionPostProcessingSettings"> <action name="actionPostProcessingSettings">
@ -510,17 +479,15 @@
</action> </action>
<action name="actionFullscreen"> <action name="actionFullscreen">
<property name="icon"> <property name="icon">
<iconset theme="fullscreen-line"> <iconset theme="fullscreen-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Fullscreen</string> <string>&amp;Fullscreen</string>
</property> </property>
</action> </action>
<action name="actionToolbarFullscreen"> <action name="actionToolbarFullscreen">
<property name="icon"> <property name="icon">
<iconset theme="fullscreen-line"> <iconset theme="fullscreen-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Fullscreen</string> <string comment="In Toolbar">Fullscreen</string>
@ -533,8 +500,7 @@
</action> </action>
<action name="actionGitHubRepository"> <action name="actionGitHubRepository">
<property name="icon"> <property name="icon">
<iconset theme="github"> <iconset theme="github"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;GitHub Repository...</string> <string>&amp;GitHub Repository...</string>
@ -542,8 +508,7 @@
</action> </action>
<action name="actionSupportForums"> <action name="actionSupportForums">
<property name="icon"> <property name="icon">
<iconset theme="at"> <iconset theme="at"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Support &amp;Forums...</string> <string>Support &amp;Forums...</string>
@ -551,8 +516,7 @@
</action> </action>
<action name="actionDiscordServer"> <action name="actionDiscordServer">
<property name="icon"> <property name="icon">
<iconset theme="discord"> <iconset theme="discord"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Discord Server...</string> <string>&amp;Discord Server...</string>
@ -560,8 +524,7 @@
</action> </action>
<action name="actionCheckForUpdates"> <action name="actionCheckForUpdates">
<property name="icon"> <property name="icon">
<iconset theme="download-2-line"> <iconset theme="download-2-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Check for &amp;Updates...</string> <string>Check for &amp;Updates...</string>
@ -587,8 +550,7 @@
</action> </action>
<action name="actionToolbarChangeDisc"> <action name="actionToolbarChangeDisc">
<property name="icon"> <property name="icon">
<iconset theme="disc-eject-line"> <iconset theme="disc-eject-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Change Disc...</string> <string comment="In Toolbar">Change Disc...</string>
@ -596,8 +558,7 @@
</action> </action>
<action name="actionAudioSettings"> <action name="actionAudioSettings">
<property name="icon"> <property name="icon">
<iconset theme="volume-up-line"> <iconset theme="volume-up-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Audio</string> <string>&amp;Audio</string>
@ -605,73 +566,68 @@
</action> </action>
<action name="actionGameListSettings"> <action name="actionGameListSettings">
<property name="icon"> <property name="icon">
<iconset theme="folder-open-line"> <iconset theme="folder-open-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Game List</string> <string>Game &amp;List</string>
</property> </property>
</action> </action>
<action name="actionInterfaceSettings"> <action name="actionInterfaceSettings">
<property name="icon"> <property name="icon">
<iconset theme="interface-line"> <iconset theme="interface-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Interface</string> <string>&amp;Interface</string>
</property> </property>
</action> </action>
<action name="actionAddGameDirectory"> <action name="actionAddGameDirectory">
<property name="icon"> <property name="icon">
<iconset theme="folder-add-line"> <iconset theme="folder-add-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Add Game Directory...</string> <string>Add Game &amp;Directory...</string>
</property> </property>
</action> </action>
<action name="actionSettings"> <action name="actionSettings">
<property name="icon"> <property name="icon">
<iconset theme="settings-3-line"> <iconset theme="settings-3-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Settings</string> <string>S&amp;ettings</string>
</property> </property>
<property name="menuRole"> <property name="menuRole">
<enum>QAction::PreferencesRole</enum> <enum>QAction::MenuRole::PreferencesRole</enum>
</property> </property>
</action> </action>
<action name="actionToolbarSettings"> <action name="actionToolbarSettings">
<property name="icon"> <property name="icon">
<iconset theme="settings-3-line"> <iconset theme="settings-3-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Settings</string> <string comment="In Toolbar">Settings</string>
</property> </property>
<property name="menuRole"> <property name="menuRole">
<enum>QAction::PreferencesRole</enum> <enum>QAction::MenuRole::PreferencesRole</enum>
</property> </property>
</action> </action>
<action name="actionChangeDiscFromFile"> <action name="actionChangeDiscFromFile">
<property name="text"> <property name="text">
<string>From File...</string> <string>&amp;From File...</string>
</property> </property>
</action> </action>
<action name="actionChangeDiscFromDevice"> <action name="actionChangeDiscFromDevice">
<property name="text"> <property name="text">
<string>From Device...</string> <string>From &amp;Device...</string>
</property> </property>
</action> </action>
<action name="actionChangeDiscFromGameList"> <action name="actionChangeDiscFromGameList">
<property name="text"> <property name="text">
<string>From Game List...</string> <string>From &amp;Game List...</string>
</property> </property>
</action> </action>
<action name="actionRemoveDisc"> <action name="actionRemoveDisc">
<property name="text"> <property name="text">
<string>Remove Disc</string> <string>&amp;Remove Disc</string>
</property> </property>
</action> </action>
<action name="actionGlobal_State"> <action name="actionGlobal_State">
@ -681,8 +637,7 @@
</action> </action>
<action name="actionScreenshot"> <action name="actionScreenshot">
<property name="icon"> <property name="icon">
<iconset theme="screenshot-2-line"> <iconset theme="screenshot-2-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Screenshot</string> <string>&amp;Screenshot</string>
@ -690,8 +645,7 @@
</action> </action>
<action name="actionToolbarScreenshot"> <action name="actionToolbarScreenshot">
<property name="icon"> <property name="icon">
<iconset theme="screenshot-2-line"> <iconset theme="screenshot-2-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Screenshot</string> <string comment="In Toolbar">Screenshot</string>
@ -699,8 +653,7 @@
</action> </action>
<action name="actionMemoryCardSettings"> <action name="actionMemoryCardSettings">
<property name="icon"> <property name="icon">
<iconset theme="memcard-line"> <iconset theme="memcard-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Memory Cards</string> <string>&amp;Memory Cards</string>
@ -708,8 +661,7 @@
</action> </action>
<action name="actionDEV9Settings"> <action name="actionDEV9Settings">
<property name="icon"> <property name="icon">
<iconset theme="global-line"> <iconset theme="global-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Network &amp;&amp; HDD</string> <string>&amp;Network &amp;&amp; HDD</string>
@ -717,8 +669,7 @@
</action> </action>
<action name="actionFolderSettings"> <action name="actionFolderSettings">
<property name="icon"> <property name="icon">
<iconset theme="folder-settings-line"> <iconset theme="folder-settings-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Folders</string> <string>&amp;Folders</string>
@ -743,7 +694,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Lock Toolbar</string> <string>Loc&amp;k Toolbar</string>
</property> </property>
</action> </action>
<action name="actionViewStatusBar"> <action name="actionViewStatusBar">
@ -765,13 +716,12 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Verbose Status</string> <string>&amp;Verbose Status</string>
</property> </property>
</action> </action>
<action name="actionViewGameList"> <action name="actionViewGameList">
<property name="icon"> <property name="icon">
<iconset theme="list-check"> <iconset theme="list-check"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Game &amp;List</string> <string>Game &amp;List</string>
@ -782,8 +732,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="tv-2-line"> <iconset theme="tv-2-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string extracomment="This grayed-out at first option will become available while there is a game emulated and the game list is displayed over the actual emulation, to let users display the system emulation once more.">System &amp;Display</string> <string extracomment="This grayed-out at first option will become available while there is a game emulated and the game list is displayed over the actual emulation, to let users display the system emulation once more.">System &amp;Display</string>
@ -794,8 +743,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="file-settings-line"> <iconset theme="file-settings-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Game &amp;Properties</string> <string>Game &amp;Properties</string>
@ -803,8 +751,7 @@
</action> </action>
<action name="actionViewGameGrid"> <action name="actionViewGameGrid">
<property name="icon"> <property name="icon">
<iconset theme="function-line"> <iconset theme="function-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Game &amp;Grid</string> <string>Game &amp;Grid</string>
@ -817,14 +764,16 @@
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="icon">
<iconset theme="price-tag-3-line"/>
</property>
<property name="text"> <property name="text">
<string>Show Titles (Grid View)</string> <string>Show Titl&amp;es (Grid View)</string>
</property> </property>
</action> </action>
<action name="actionGridViewZoomIn"> <action name="actionGridViewZoomIn">
<property name="icon"> <property name="icon">
<iconset theme="zoom-in-line"> <iconset theme="zoom-in-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Zoom &amp;In (Grid View)</string> <string>Zoom &amp;In (Grid View)</string>
@ -835,8 +784,7 @@
</action> </action>
<action name="actionGridViewZoomOut"> <action name="actionGridViewZoomOut">
<property name="icon"> <property name="icon">
<iconset theme="zoom-out-line"> <iconset theme="zoom-out-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Zoom &amp;Out (Grid View)</string> <string>Zoom &amp;Out (Grid View)</string>
@ -847,8 +795,7 @@
</action> </action>
<action name="actionGridViewRefreshCovers"> <action name="actionGridViewRefreshCovers">
<property name="icon"> <property name="icon">
<iconset theme="refresh-line"> <iconset theme="refresh-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Refresh &amp;Covers (Grid View)</string> <string>Refresh &amp;Covers (Grid View)</string>
@ -856,8 +803,7 @@
</action> </action>
<action name="actionOpen_Memory_Card_Directory"> <action name="actionOpen_Memory_Card_Directory">
<property name="icon"> <property name="icon">
<iconset theme="memcard-line"> <iconset theme="memcard-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Open Memory Card Directory...</string> <string>Open Memory Card Directory...</string>
@ -865,38 +811,34 @@
</action> </action>
<action name="actionOpenDataDirectory"> <action name="actionOpenDataDirectory">
<property name="icon"> <property name="icon">
<iconset theme="folder-open-line"> <iconset theme="folder-open-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Open Data Directory...</string> <string>&amp;Open Data Directory...</string>
</property> </property>
</action> </action>
<action name="actionToggleSoftwareRendering"> <action name="actionToggleSoftwareRendering">
<property name="icon"> <property name="icon">
<iconset theme="brush-line"> <iconset theme="brush-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Toggle Software Rendering</string> <string>&amp;Toggle Software Rendering</string>
</property> </property>
</action> </action>
<action name="actionDebugger"> <action name="actionDebugger">
<property name="icon"> <property name="icon">
<iconset theme="heart-circle-line"> <iconset theme="heart-circle-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Open Debugger</string> <string>&amp;Open Debugger</string>
</property> </property>
</action> </action>
<action name="actionReloadPatches"> <action name="actionReloadPatches">
<property name="icon"> <property name="icon">
<iconset theme="refresh-line"> <iconset theme="refresh-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Reload Cheats/Patches</string> <string>&amp;Reload Cheats/Patches</string>
</property> </property>
</action> </action>
<action name="actionEnableSystemConsole"> <action name="actionEnableSystemConsole">
@ -904,7 +846,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Enable System Console</string> <string>E&amp;nable System Console</string>
</property> </property>
</action> </action>
<action name="actionEnableDebugConsole"> <action name="actionEnableDebugConsole">
@ -912,7 +854,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Enable Debug Console</string> <string>Enable &amp;Debug Console</string>
</property> </property>
</action> </action>
<action name="actionEnableLogWindow"> <action name="actionEnableLogWindow">
@ -920,7 +862,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Enable Log Window</string> <string>Enable &amp;Log Window</string>
</property> </property>
</action> </action>
<action name="actionEnableVerboseLogging"> <action name="actionEnableVerboseLogging">
@ -928,7 +870,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Enable Verbose Logging</string> <string>Enable &amp;Verbose Logging</string>
</property> </property>
</action> </action>
<action name="actionEnableEEConsoleLogging"> <action name="actionEnableEEConsoleLogging">
@ -936,7 +878,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Enable EE Console Logging</string> <string>Enable EE Console &amp;Logging</string>
</property> </property>
</action> </action>
<action name="actionEnableIOPConsoleLogging"> <action name="actionEnableIOPConsoleLogging">
@ -944,16 +886,15 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Enable IOP Console Logging</string> <string>Enable &amp;IOP Console Logging</string>
</property> </property>
</action> </action>
<action name="actionSaveGSDump"> <action name="actionSaveGSDump">
<property name="icon"> <property name="icon">
<iconset theme="save-3-line"> <iconset theme="save-3-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Save Single Frame GS Dump</string> <string>Save Single Frame &amp;GS Dump</string>
</property> </property>
</action> </action>
<action name="actionInputRecNew"> <action name="actionInputRecNew">
@ -961,7 +902,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string extracomment="This section refers to the Input Recording submenu.">New</string> <string extracomment="This section refers to the Input Recording submenu.">&amp;New</string>
</property> </property>
</action> </action>
<action name="actionInputRecPlay"> <action name="actionInputRecPlay">
@ -969,7 +910,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string extracomment="This section refers to the Input Recording submenu.">Play</string> <string extracomment="This section refers to the Input Recording submenu.">&amp;Play</string>
</property> </property>
</action> </action>
<action name="actionInputRecStop"> <action name="actionInputRecStop">
@ -977,7 +918,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string extracomment="This section refers to the Input Recording submenu.">Stop</string> <string extracomment="This section refers to the Input Recording submenu.">&amp;Stop</string>
</property> </property>
</action> </action>
<action name="actionRecording_Console_Logs"> <action name="actionRecording_Console_Logs">
@ -990,7 +931,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Controller Logs</string> <string>&amp;Controller Logs</string>
</property> </property>
</action> </action>
<action name="actionInputRecConsoleLogs"> <action name="actionInputRecConsoleLogs">
@ -998,7 +939,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Input Recording Logs</string> <string>&amp;Input Recording Logs</string>
</property> </property>
</action> </action>
<action name="actionEnableFileLogging"> <action name="actionEnableFileLogging">
@ -1014,7 +955,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Enable CDVD Read Logging</string> <string>Enable &amp;CDVD Read Logging</string>
</property> </property>
</action> </action>
<action name="actionSaveBlockDump"> <action name="actionSaveBlockDump">
@ -1022,7 +963,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Save CDVD Block Dump</string> <string>Save CDVD &amp;Block Dump</string>
</property> </property>
</action> </action>
<action name="actionEnableLogTimestamps"> <action name="actionEnableLogTimestamps">
@ -1030,22 +971,20 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Enable Log Timestamps</string> <string>&amp;Enable Log Timestamps</string>
</property> </property>
</action> </action>
<action name="actionStartFullscreenUI"> <action name="actionStartFullscreenUI">
<property name="icon"> <property name="icon">
<iconset theme="tv-2-line"> <iconset theme="tv-2-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Start Big Picture Mode</string> <string>Start Big Picture &amp;Mode</string>
</property> </property>
</action> </action>
<action name="actionToolbarStartFullscreenUI"> <action name="actionToolbarStartFullscreenUI">
<property name="icon"> <property name="icon">
<iconset theme="tv-2-line"> <iconset theme="tv-2-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string comment="In Toolbar">Big Picture</string> <string comment="In Toolbar">Big Picture</string>
@ -1053,11 +992,10 @@
</action> </action>
<action name="actionCoverDownloader"> <action name="actionCoverDownloader">
<property name="icon"> <property name="icon">
<iconset theme="artboard-2-line"> <iconset theme="artboard-2-line"/>
<normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Cover Downloader...</string> <string>&amp;Cover Downloader...</string>
</property> </property>
</action> </action>
<action name="actionShowAdvancedSettings"> <action name="actionShowAdvancedSettings">
@ -1065,42 +1003,39 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Show Advanced Settings</string> <string>&amp;Show Advanced Settings</string>
</property> </property>
</action> </action>
<action name="actionInputRecOpenViewer"> <action name="actionInputRecOpenViewer">
<property name="text"> <property name="text">
<string>Recording Viewer</string> <string>&amp;Recording Viewer</string>
</property> </property>
</action> </action>
<action name="actionVideoCapture"> <action name="actionVideoCapture">
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text">
<string>Video Capture</string>
</property>
<property name="icon"> <property name="icon">
<iconset theme="camera-video"> <iconset theme="camera-video"/>
<normaloff>.</normaloff>.</iconset> </property>
<property name="text">
<string>&amp;Video Capture</string>
</property> </property>
</action> </action>
<action name="actionEditCheats"> <action name="actionEditCheats">
<property name="text">
<string>Edit Cheats...</string>
</property>
<property name="icon"> <property name="icon">
<iconset theme="pencil-line"> <iconset theme="pencil-line"/>
<normaloff>.</normaloff>.</iconset> </property>
<property name="text">
<string>&amp;Edit Cheats...</string>
</property> </property>
</action> </action>
<action name="actionEditPatches"> <action name="actionEditPatches">
<property name="text">
<string>Edit Patches...</string>
</property>
<property name="icon"> <property name="icon">
<iconset theme="pencil-line"> <iconset theme="pencil-line"/>
<normaloff>.</normaloff>.</iconset> </property>
<property name="text">
<string>Edit &amp;Patches...</string>
</property> </property>
</action> </action>
</widget> </widget>

View File

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
fill="#FFFFFF"
width="800px"
height="800px"
viewBox="0 0 512 512"
version="1.1"
id="svg1"
sodipodi:docname="magnifier-line.svg"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="1.005"
inkscape:cx="250.24876"
inkscape:cy="399.50249"
inkscape:window-width="1920"
inkscape:window-height="1008"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<path
d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"
id="path1"
style="fill:#000000" />
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
fill="#FFFFFF"
width="800px"
height="800px"
viewBox="0 0 512 512"
version="1.1"
id="svg1"
sodipodi:docname="search2.svg"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="1.005"
inkscape:cx="250.24876"
inkscape:cy="399.50249"
inkscape:window-width="1920"
inkscape:window-height="1008"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<path
d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"
id="path1" />
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -63,6 +63,7 @@
<file>icons/black/svg/lightbulb-line.svg</file> <file>icons/black/svg/lightbulb-line.svg</file>
<file>icons/black/svg/list-check.svg</file> <file>icons/black/svg/list-check.svg</file>
<file>icons/black/svg/login-box-line.svg</file> <file>icons/black/svg/login-box-line.svg</file>
<file>icons/black/svg/magnifier-line.svg</file>
<file>icons/black/svg/memcard-line.svg</file> <file>icons/black/svg/memcard-line.svg</file>
<file>icons/black/svg/mic-line.svg</file> <file>icons/black/svg/mic-line.svg</file>
<file>icons/black/svg/minus-line.svg</file> <file>icons/black/svg/minus-line.svg</file>
@ -166,6 +167,7 @@
<file>icons/white/svg/lightbulb-line.svg</file> <file>icons/white/svg/lightbulb-line.svg</file>
<file>icons/white/svg/list-check.svg</file> <file>icons/white/svg/list-check.svg</file>
<file>icons/white/svg/login-box-line.svg</file> <file>icons/white/svg/login-box-line.svg</file>
<file>icons/white/svg/magnifier-line.svg</file>
<file>icons/white/svg/memcard-line.svg</file> <file>icons/white/svg/memcard-line.svg</file>
<file>icons/white/svg/mic-line.svg</file> <file>icons/white/svg/mic-line.svg</file>
<file>icons/white/svg/minus-line.svg</file> <file>icons/white/svg/minus-line.svg</file>