config: Add present mode option. (#3502)

* config: Add present mode option.

* settings_dialog: Add details for present modes.
This commit is contained in:
squidbus
2025-09-01 16:42:31 -07:00
committed by GitHub
parent f09c0e5a28
commit 9246b4277b
6 changed files with 101 additions and 15 deletions

View File

@@ -1096,6 +1096,40 @@
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="presentModeGroupBox">
<property name="title">
<string>Present Mode</string>
</property>
<layout class="QVBoxLayout" name="presentModeLayout">
<item>
<widget class="QComboBox" name="presentModeComboBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<item>
<property name="text">
<string>Mailbox (Vsync)</string>
</property>
</item>
<item>
<property name="text">
<string>Fifo (Vsync)</string>
</property>
</item>
<item>
<property name="text">
<string>Immediate (No Vsync)</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="windowSizeLayout">
<item>