Qt: Add GPU/adapter selection to settings

This commit is contained in:
Connor McLaughlin
2020-06-20 03:34:00 +10:00
parent 77291096db
commit 4d827e23c5
3 changed files with 72 additions and 5 deletions

View File

@@ -42,7 +42,17 @@
<item row="0" column="1">
<widget class="QComboBox" name="renderer"/>
</item>
<item row="1" column="0" colspan="2">
<item row="1" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Adapter:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="adapter"/>
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="useDebugDevice">
<property name="text">
<string>Use Debug Device</string>