1
0
Fork 0
mirror of synced 2024-07-04 06:00:30 +12:00
Rare/rare/ui/components/tabs/settings/proton.ui

60 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-03-15 07:21:03 +13:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ProtonSettings</class>
<widget class="QGroupBox" name="ProtonSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-03-29 10:14:11 +13:00
<width>190</width>
<height>86</height>
2022-03-15 07:21:03 +13:00
</rect>
</property>
<property name="windowTitle">
2022-03-29 10:14:11 +13:00
<string notr="true">ProtonSettings</string>
2022-03-15 07:21:03 +13:00
</property>
<property name="title">
<string>Proton Settings</string>
</property>
2022-03-29 10:14:11 +13:00
<layout class="QFormLayout" name="proton_settings_layout">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
2022-03-15 07:21:03 +13:00
<item row="0" column="0">
<widget class="QLabel" name="proton_wrapper_label">
<property name="text">
<string>Proton</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="proton_combo">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<item>
<property name="text">
<string>Don't use Proton</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="proton_prefix_label">
<property name="text">
<string>Prefix</string>
</property>
</widget>
</item>
<item row="1" column="1">
2022-03-29 10:14:11 +13:00
<layout class="QHBoxLayout" name="prefix_layout"/>
2022-03-15 07:21:03 +13:00
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>