mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
move display mode and hdr to graphics tab
This commit is contained in:
parent
b6baf78812
commit
78dd44d4b1
@ -135,49 +135,6 @@
|
|||||||
<property name="spacing">
|
<property name="spacing">
|
||||||
<number>10</number>
|
<number>10</number>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="fullscreenCheckBox">
|
|
||||||
<property name="text">
|
|
||||||
<string>Enable Fullscreen</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QGroupBox" name="fullscreenModeGroupBox">
|
|
||||||
<property name="title">
|
|
||||||
<string>Fullscreen Mode</string>
|
|
||||||
</property>
|
|
||||||
<layout class="QVBoxLayout" name="fullscreenModeLayout">
|
|
||||||
<item>
|
|
||||||
<widget class="QComboBox" name="fullscreenModeComboBox">
|
|
||||||
<property name="sizePolicy">
|
|
||||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
||||||
<horstretch>0</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string>Borderless</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<property name="text">
|
|
||||||
<string>True</string>
|
|
||||||
</property>
|
|
||||||
</item>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="enableHDRCheckBox">
|
|
||||||
<property name="text">
|
|
||||||
<string>Enable HDR</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="separateUpdatesCheckBox">
|
<widget class="QCheckBox" name="separateUpdatesCheckBox">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -1007,6 +964,10 @@
|
|||||||
<item>
|
<item>
|
||||||
<layout class="QVBoxLayout" name="graphicsTabLayoutMiddle">
|
<layout class="QVBoxLayout" name="graphicsTabLayoutMiddle">
|
||||||
<item>
|
<item>
|
||||||
|
<widget class="QGroupBox" name="displayOptionsGroupBox">
|
||||||
|
<property name="title">
|
||||||
|
<string>Display Options</string>
|
||||||
|
</property>
|
||||||
<layout class="QVBoxLayout" name="layoutResolution">
|
<layout class="QVBoxLayout" name="layoutResolution">
|
||||||
<property name="spacing">
|
<property name="spacing">
|
||||||
<number>6</number>
|
<number>6</number>
|
||||||
@ -1014,6 +975,42 @@
|
|||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="fullscreenCheckBox">
|
||||||
|
<property name="text">
|
||||||
|
<string>Enable Fullscreen</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QGroupBox" name="fullscreenModeGroupBox">
|
||||||
|
<property name="title">
|
||||||
|
<string>Fullscreen Mode</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="fullscreenModeLayout">
|
||||||
|
<item>
|
||||||
|
<widget class="QComboBox" name="fullscreenModeComboBox">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string>Borderless</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string>True</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="resolutionLayout">
|
<layout class="QHBoxLayout" name="resolutionLayout">
|
||||||
<item>
|
<item>
|
||||||
@ -1117,7 +1114,15 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="enableHDRCheckBox">
|
||||||
|
<property name="text">
|
||||||
|
<string>Enable HDR</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="verticalSpacer">
|
<spacer name="verticalSpacer">
|
||||||
|
Loading…
Reference in New Issue
Block a user