diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-10-28 07:45:16 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-10-28 07:45:44 +0100 |
commit | 69c9a4136d2decc10f97ad49189070d8e4708110 (patch) | |
tree | b4886667df3187e27d40f358217e0632da5bb9c7 /proto-wine/ftnoir_winecontrols.ui | |
parent | 2f07cc9958f31e405db7498989e90755234c7c47 (diff) |
proto/wine: implement more proton knobs
Reported by: @jp7677
Issue: #996
Diffstat (limited to 'proto-wine/ftnoir_winecontrols.ui')
-rw-r--r-- | proto-wine/ftnoir_winecontrols.ui | 55 |
1 files changed, 52 insertions, 3 deletions
diff --git a/proto-wine/ftnoir_winecontrols.ui b/proto-wine/ftnoir_winecontrols.ui index 79fca47d..19180f19 100644 --- a/proto-wine/ftnoir_winecontrols.ui +++ b/proto-wine/ftnoir_winecontrols.ui @@ -9,8 +9,8 @@ <rect> <x>0</x> <y>0</y> - <width>332</width> - <height>204</height> + <width>471</width> + <height>400</height> </rect> </property> <property name="windowTitle"> @@ -55,7 +55,7 @@ </sizepolicy> </property> <property name="text"> - <string>Proton (Steam)</string> + <string>Proton (Steam Play)</string> </property> </widget> </item> @@ -79,6 +79,55 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_2"> + <property name="title"> + <string>Advanced</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QCheckBox" name="esync"> + <property name="toolTip"> + <string><html><head/><body><p>When supported.</p></body></html></string> + </property> + <property name="text"> + <string>ESYNC</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="fsync"> + <property name="toolTip"> + <string><html><head/><body><p>When supported.</p></body></html></string> + </property> + <property name="text"> + <string>FSYNC</string> + </property> + </widget> + </item> + <item> + <widget class="QWidget" name="widget" native="true"> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Application id (Proton only)</string> + </property> + </widget> + </item> + <item> + <widget class="QSpinBox" name="proton_appid"> + <property name="maximum"> + <number>2147483647</number> + </property> + </widget> + </item> + </layout> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |