Qt: Add "Use Debug Device" to GPU settings

This commit is contained in:
Connor McLaughlin
2020-02-02 00:22:14 +10:00
parent 96be414e3e
commit 899a8e0f03
2 changed files with 13 additions and 5 deletions

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>1350</width>
<height>788</height>
<width>448</width>
<height>307</height>
</rect>
</property>
<property name="windowTitle">
@ -42,10 +42,10 @@
<item row="0" column="1">
<widget class="QComboBox" name="renderer"/>
</item>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="fullscreen">
<item row="4" column="0" colspan="2">
<widget class="QCheckBox" name="useDebugDevice">
<property name="text">
<string>Fullscreen</string>
<string>Use Debug Device</string>
</property>
</widget>
</item>
@ -63,6 +63,13 @@
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="fullscreen">
<property name="text">
<string>Fullscreen</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>