Qt: Move some options around

This commit is contained in:
Connor McLaughlin
2021-06-30 15:40:31 +10:00
parent 5865064387
commit c41f82b2e2
6 changed files with 33 additions and 33 deletions

View File

@@ -72,30 +72,30 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="vsync">
<property name="text">
<string>VSync</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="threadedPresentation">
<property name="text">
<string>Threaded Presentation</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="displayAllFrames">
<item row="1" column="0">
<widget class="QCheckBox" name="vsync">
<property name="text">
<string>Optimal Frame Pacing</string>
<string>VSync</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="syncToHostRefreshRate">
<property name="text">
<string>Sync To Host Refresh Rate</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="useSoftwareRendererForReadbacks">
<widget class="QCheckBox" name="displayAllFrames">
<property name="text">
<string>Use Software Renderer For Readbacks</string>
<string>Optimal Frame Pacing</string>
</property>
</widget>
</item>