Add HDR option to settings menu (#2387)

This commit is contained in:
tomboylover93 2025-02-09 13:59:09 -03:00 committed by GitHub
parent 0e238c87cb
commit f3afbfbcec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 36 additions and 11 deletions

View file

@ -74,7 +74,7 @@
<x>0</x>
<y>0</y>
<width>946</width>
<height>536</height>
<height>535</height>
</rect>
</property>
<layout class="QVBoxLayout" name="generalTabVLayout" stretch="0">
@ -171,6 +171,13 @@
</layout>
</widget>
</item>
<item>
<widget class="QCheckBox" name="enableHDRCheckBox">
<property name="text">
<string>Enable HDR</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="separateUpdatesCheckBox">
<property name="text">
@ -417,7 +424,7 @@
<item>
<widget class="QPushButton" name="checkUpdateButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@ -481,7 +488,7 @@
<x>0</x>
<y>0</y>
<width>946</width>
<height>536</height>
<height>535</height>
</rect>
</property>
<layout class="QVBoxLayout" name="guiTabVLayout" stretch="0">
@ -585,15 +592,15 @@
</item>
<item>
<widget class="QGroupBox" name="GUIBackgroundImageGroupBox">
<property name="title">
<string>Background Image</string>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Background Image</string>
</property>
<layout class="QVBoxLayout" name="backgroundImageVLayout">
<item>
<widget class="QCheckBox" name="showBackgroundImageCheckBox">
@ -930,7 +937,7 @@
<x>0</x>
<y>0</y>
<width>946</width>
<height>536</height>
<height>535</height>
</rect>
</property>
<layout class="QVBoxLayout" name="graphicsTabVLayout" stretch="0,0">
@ -1174,7 +1181,7 @@
<x>0</x>
<y>0</y>
<width>946</width>
<height>536</height>
<height>535</height>
</rect>
</property>
<layout class="QVBoxLayout" name="userTabVLayout" stretch="0,0,1">
@ -1318,7 +1325,7 @@
<x>0</x>
<y>0</y>
<width>946</width>
<height>536</height>
<height>535</height>
</rect>
</property>
<layout class="QVBoxLayout" name="inputTabVLayout" stretch="0,0">
@ -1602,7 +1609,7 @@
<x>0</x>
<y>0</y>
<width>946</width>
<height>536</height>
<height>535</height>
</rect>
</property>
<layout class="QVBoxLayout" name="pathsTabLayout">
@ -1692,7 +1699,7 @@
<x>0</x>
<y>0</y>
<width>946</width>
<height>536</height>
<height>535</height>
</rect>
</property>
<layout class="QVBoxLayout" name="debugTabVLayout" stretch="0,0">