ui: Split overlay settings, A-Z order emulator tab settings
This commit is contained in:
@@ -2922,16 +2922,16 @@
|
|||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="gb_emu_settings_layout">
|
<layout class="QVBoxLayout" name="gb_emu_settings_layout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="exitOnStop">
|
<widget class="QCheckBox" name="enableGamemode">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Exit RPCS3 when process finishes</string>
|
<string>Enable GameMode</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="pauseOnFocusLoss">
|
<widget class="QCheckBox" name="exitOnStop">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Pause emulation on RPCS3 focus loss</string>
|
<string>Exit RPCS3 when process finishes</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@@ -2949,6 +2949,13 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="pauseOnFocusLoss">
|
||||||
|
<property name="text">
|
||||||
|
<string>Pause emulation on RPCS3 focus loss</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="preventDisplaySleep">
|
<widget class="QCheckBox" name="preventDisplaySleep">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -2956,69 +2963,6 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="showTrophyPopups">
|
|
||||||
<property name="text">
|
|
||||||
<string>Show trophy popups</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="showRpcnPopups">
|
|
||||||
<property name="text">
|
|
||||||
<string>Show RPCN popups</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="showShaderCompilationHint">
|
|
||||||
<property name="text">
|
|
||||||
<string>Show shader compilation hint</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="showPPUCompilationHint">
|
|
||||||
<property name="text">
|
|
||||||
<string>Show PPU compilation hint</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="showAutosaveAutoloadHint">
|
|
||||||
<property name="text">
|
|
||||||
<string>Show autosave/autoload hint</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="showAnalogLimiterToggleHint">
|
|
||||||
<property name="text">
|
|
||||||
<string>Show analog limiter toggle hint</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="showPressureIntensityToggleHint">
|
|
||||||
<property name="text">
|
|
||||||
<string>Show pressure intensity toggle hint</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="showMouseAndKeyboardToggleHint">
|
|
||||||
<property name="text">
|
|
||||||
<string>Show mouse and keyboard toggle hint</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="showCaptureHints">
|
|
||||||
<property name="text">
|
|
||||||
<string>Show capture hints</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="startGameFullscreen">
|
<widget class="QCheckBox" name="startGameFullscreen">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -3033,17 +2977,82 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QGroupBox" name="gb_overlay_settings">
|
||||||
|
<property name="title">
|
||||||
|
<string>Overlay Settings</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="gb_overlay_settings_layout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="recordWithOverlays">
|
<widget class="QCheckBox" name="recordWithOverlays">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Record with overlays</string>
|
<string>Record and screenshot with overlays</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="enableGamemode">
|
<widget class="QCheckBox" name="showAnalogLimiterToggleHint">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable GameMode</string>
|
<string>Show analog limiter toggle hint</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="showAutosaveAutoloadHint">
|
||||||
|
<property name="text">
|
||||||
|
<string>Show autosave/autoload hint</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="showCaptureHints">
|
||||||
|
<property name="text">
|
||||||
|
<string>Show capture hints</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="showMouseAndKeyboardToggleHint">
|
||||||
|
<property name="text">
|
||||||
|
<string>Show mouse and keyboard toggle hint</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="showRpcnPopups">
|
||||||
|
<property name="text">
|
||||||
|
<string>Show netplay popups</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="showPressureIntensityToggleHint">
|
||||||
|
<property name="text">
|
||||||
|
<string>Show pressure intensity toggle hint</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="showPPUCompilationHint">
|
||||||
|
<property name="text">
|
||||||
|
<string>Show PPU compilation hint</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="showShaderCompilationHint">
|
||||||
|
<property name="text">
|
||||||
|
<string>Show shader compilation hint</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="showTrophyPopups">
|
||||||
|
<property name="text">
|
||||||
|
<string>Show trophy popups</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user