summaryrefslogtreecommitdiffhomepage
path: root/proto-wine/ftnoir_winecontrols.ui
diff options
context:
space:
mode:
authorPriton-CE <thies.eric@gmail.com>2023-02-26 17:34:07 +0100
committerPriton-CE <thies.eric@gmail.com>2023-02-26 17:34:07 +0100
commit9a7e5f1b6e18ee4f0c3455c683f7023c2fd66fcb (patch)
tree563f2b0541b1296ee929938b1b378486652714ac /proto-wine/ftnoir_winecontrols.ui
parent77c824e2113a7d68123d7a153f4bcd2aacce944f (diff)
moved changes from master to upstream-merge
Diffstat (limited to 'proto-wine/ftnoir_winecontrols.ui')
-rw-r--r--proto-wine/ftnoir_winecontrols.ui121
1 files changed, 93 insertions, 28 deletions
diff --git a/proto-wine/ftnoir_winecontrols.ui b/proto-wine/ftnoir_winecontrols.ui
index e9541447..365922ca 100644
--- a/proto-wine/ftnoir_winecontrols.ui
+++ b/proto-wine/ftnoir_winecontrols.ui
@@ -9,7 +9,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>528</width>
+ <width>951</width>
<height>424</height>
</rect>
</property>
@@ -33,8 +33,8 @@
<string>Wine variant</string>
</property>
<layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="QRadioButton" name="variant_wine">
+ <item row="10" column="0">
+ <widget class="QRadioButton" name="variant_proton">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
@@ -42,55 +42,120 @@
</sizepolicy>
</property>
<property name="text">
- <string>Wine (system)</string>
+ <string>Proton (Steam Play)</string>
</property>
</widget>
</item>
- <item row="2" column="1" alignment="Qt::AlignRight">
- <widget class="QComboBox" name="proton_version">
+ <item row="0" column="0">
+ <widget class="QRadioButton" name="variant_wine">
<property name="sizePolicy">
- <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
+ <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="minimumSize">
- <size>
- <width>120</width>
- <height>0</height>
- </size>
+ <property name="text">
+ <string>Wine (select path and prefix)</string>
</property>
</widget>
</item>
- <item row="0" column="1">
- <widget class="QLineEdit" name="wineprefix">
+ <item row="10" column="1">
+ <widget class="QComboBox" name="proton_version">
<property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
+ <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
- <width>286</width>
+ <width>120</width>
<height>0</height>
</size>
</property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QRadioButton" name="variant_proton">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Proton (Steam Play)</string>
+ <property name="layoutDirection">
+ <enum>Qt::LeftToRight</enum>
</property>
</widget>
</item>
+ <item row="9" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
+ <item>
+ <widget class="QLineEdit" name="wineprefix">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>450</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;prefix&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ </property>
+ <property name="placeholderText">
+ <string>/path_to_the_prefix/</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="browse_wine_prefix_button">
+ <property name="text">
+ <string>Browse Prefix</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="8" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
+ <item>
+ <widget class="QLineEdit" name="wine_path">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>450</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;wine/runner exectuable path&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ </property>
+ <property name="inputMask">
+ <string/>
+ </property>
+ <property name="placeholderText">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="browse_wine_path_button">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Browse Wine Path</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="0" column="1">
+ <widget class="QComboBox" name="wine_path_combo"/>
+ </item>
</layout>
</widget>
</item>