PrismLauncher/launcher/ui/widgets/GameOptions/GameOptionWidgetComboBox.ui
Tayou 8a6c0e7314
Small Refactor (move all related widgets to subfolder)
Signed-off-by: Tayou <tayou@gmx.net>
2023-08-12 16:01:19 +02:00

50 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GameOptionWidgetComboBox</class>
<widget class="QWidget" name="GameOptionWidgetComboBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>45</height>
</rect>
</property>
<property name="windowTitle">
<string>GameOptionWidgetComboBox</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QComboBox" name="comboBox"/>
</item>
<item>
<widget class="QPushButton" name="resetButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>24</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string></string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>