mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-17 03:15:39 +00:00
Qt: Put linear/integer upscaling on the same line in game properties
This commit is contained in:
parent
51c595759f
commit
1d9a086b8a
|
@ -214,24 +214,28 @@
|
||||||
<widget class="QComboBox" name="userCropMode"/>
|
<widget class="QComboBox" name="userCropMode"/>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0" colspan="2">
|
<item row="2" column="0" colspan="2">
|
||||||
<widget class="QCheckBox" name="userLinearUpscaling">
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
<property name="text">
|
<item row="0" column="0">
|
||||||
<string>Linear Upscaling</string>
|
<widget class="QCheckBox" name="userLinearUpscaling">
|
||||||
</property>
|
<property name="text">
|
||||||
<property name="tristate">
|
<string>Linear Upscaling</string>
|
||||||
<bool>true</bool>
|
</property>
|
||||||
</property>
|
<property name="tristate">
|
||||||
</widget>
|
<bool>true</bool>
|
||||||
</item>
|
</property>
|
||||||
<item row="3" column="0" colspan="2">
|
</widget>
|
||||||
<widget class="QCheckBox" name="userIntegerUpscaling">
|
</item>
|
||||||
<property name="text">
|
<item row="0" column="1">
|
||||||
<string>Integer Upscaling</string>
|
<widget class="QCheckBox" name="userIntegerUpscaling">
|
||||||
</property>
|
<property name="text">
|
||||||
<property name="tristate">
|
<string>Integer Upscaling</string>
|
||||||
<bool>true</bool>
|
</property>
|
||||||
</property>
|
<property name="tristate">
|
||||||
</widget>
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Reference in a new issue