Small Refactor (move all related widgets to subfolder)

Signed-off-by: Tayou <tayou@gmx.net>
This commit is contained in:
Tayou
2023-05-19 20:36:49 +02:00
committed by Tayou
parent 3949f52f1d
commit 8a6c0e7314
25 changed files with 45 additions and 31 deletions

View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GameOptionWidgetSpinnerFloat</class>
<widget class="QWidget" name="GameOptionWidgetSpinnerFloat">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>GameOptionWidgetComboBox</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBox"/>
</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>