move display mode and hdr to graphics tab

This commit is contained in:
Jarred Wilson 2025-02-20 14:11:51 +00:00
parent b6baf78812
commit 78dd44d4b1

View File

@ -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,117 +964,165 @@
<item> <item>
<layout class="QVBoxLayout" name="graphicsTabLayoutMiddle"> <layout class="QVBoxLayout" name="graphicsTabLayoutMiddle">
<item> <item>
<layout class="QVBoxLayout" name="layoutResolution"> <widget class="QGroupBox" name="displayOptionsGroupBox">
<property name="spacing"> <property name="title">
<number>6</number> <string>Display Options</string>
</property> </property>
<property name="leftMargin"> <layout class="QVBoxLayout" name="layoutResolution">
<number>0</number> <property name="spacing">
</property> <number>6</number>
<item> </property>
<layout class="QHBoxLayout" name="resolutionLayout"> <property name="leftMargin">
<item> <number>0</number>
<widget class="QGroupBox" name="widthGroupBox"> </property>
<property name="title"> <item>
<string>Width</string> <widget class="QCheckBox" name="fullscreenCheckBox">
</property> <property name="text">
<layout class="QVBoxLayout" name="widthLayout"> <string>Enable Fullscreen</string>
<item> </property>
<widget class="QSpinBox" name="widthSpinBox"> </widget>
<property name="accelerated"> </item>
<bool>true</bool> <item>
</property> <widget class="QGroupBox" name="fullscreenModeGroupBox">
<property name="correctionMode"> <property name="title">
<enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum> <string>Fullscreen Mode</string>
</property> </property>
<property name="keyboardTracking"> <layout class="QVBoxLayout" name="fullscreenModeLayout">
<bool>false</bool> <item>
</property> <widget class="QComboBox" name="fullscreenModeComboBox">
<property name="minimum"> <property name="sizePolicy">
<number>0</number> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
</property> <horstretch>0</horstretch>
<property name="maximum"> <verstretch>0</verstretch>
<number>9999</number> </sizepolicy>
</property> </property>
<property name="value"> <item>
<number>1280</number> <property name="text">
</property> <string>Borderless</string>
</property>
</item>
<item>
<property name="text">
<string>True</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="resolutionLayout">
<item>
<widget class="QGroupBox" name="widthGroupBox">
<property name="title">
<string>Width</string>
</property>
<layout class="QVBoxLayout" name="widthLayout">
<item>
<widget class="QSpinBox" name="widthSpinBox">
<property name="accelerated">
<bool>true</bool>
</property>
<property name="correctionMode">
<enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum>
</property>
<property name="keyboardTracking">
<bool>false</bool>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>9999</number>
</property>
<property name="value">
<number>1280</number>
</property>
</widget>
</item>
</layout>
</widget> </widget>
</item> </item>
</layout> <item>
</widget> <widget class="QGroupBox" name="heightGroupBox">
</item> <property name="title">
<item> <string>Height</string>
<widget class="QGroupBox" name="heightGroupBox"> </property>
<property name="title"> <layout class="QVBoxLayout" name="heightLayout">
<string>Height</string> <item>
</property> <widget class="QSpinBox" name="heightSpinBox">
<layout class="QVBoxLayout" name="heightLayout"> <property name="frame">
<item> <bool>true</bool>
<widget class="QSpinBox" name="heightSpinBox"> </property>
<property name="frame"> <property name="accelerated">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="accelerated"> <property name="correctionMode">
<bool>true</bool> <enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum>
</property> </property>
<property name="correctionMode"> <property name="keyboardTracking">
<enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum> <bool>false</bool>
</property> </property>
<property name="keyboardTracking"> <property name="minimum">
<bool>false</bool> <number>0</number>
</property> </property>
<property name="minimum"> <property name="maximum">
<number>0</number> <number>9999</number>
</property> </property>
<property name="maximum"> <property name="value">
<number>9999</number> <number>720</number>
</property> </property>
<property name="value"> </widget>
<number>720</number> </item>
</property> </layout>
</widget> </widget>
</item> </item>
</layout> <item>
</widget> <widget class="QGroupBox" name="heightDivider">
</item> <property name="title">
<item> <string>Vblank Divider</string>
<widget class="QGroupBox" name="heightDivider"> </property>
<property name="title"> <layout class="QVBoxLayout" name="vblankLayout">
<string>Vblank Divider</string> <item>
</property> <widget class="QSpinBox" name="vblankSpinBox">
<layout class="QVBoxLayout" name="vblankLayout"> <property name="frame">
<item> <bool>true</bool>
<widget class="QSpinBox" name="vblankSpinBox"> </property>
<property name="frame"> <property name="accelerated">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="accelerated"> <property name="correctionMode">
<bool>true</bool> <enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum>
</property> </property>
<property name="correctionMode"> <property name="keyboardTracking">
<enum>QAbstractSpinBox::CorrectionMode::CorrectToNearestValue</enum> <bool>false</bool>
</property> </property>
<property name="keyboardTracking"> <property name="minimum">
<bool>false</bool> <number>1</number>
</property> </property>
<property name="minimum"> <property name="maximum">
<number>1</number> <number>9999</number>
</property> </property>
<property name="maximum"> <property name="value">
<number>9999</number> <number>1</number>
</property> </property>
<property name="value"> </widget>
<number>1</number> </item>
</property> </layout>
</widget> </widget>
</item>
</layout>
</widget>
</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">