Reduce maximum sizes, make isle-config smaller

This commit is contained in:
VoxelTek 2025-07-14 12:36:16 +10:00
parent 232ef07b51
commit 26b450a719

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>575</width> <width>550</width>
<height>600</height> <height>610</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -56,13 +56,16 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QWidget" name="settingsWidget" native="true"> <widget class="QWidget" name="settingsWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<widget class="QWidget" name="dataPaths" native="true"> <widget class="QWidget" name="dataPaths" native="true">
@ -89,7 +92,7 @@
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>50</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -108,7 +111,7 @@
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>50</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -129,10 +132,7 @@
<string>Save Path:</string> <string>Save Path:</string>
</property> </property>
<property name="textFormat"> <property name="textFormat">
<enum>Qt::TextFormat::PlainText</enum> <enum>Qt::PlainText</enum>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property> </property>
</widget> </widget>
</item> </item>
@ -162,10 +162,7 @@
<string>Data Path:</string> <string>Data Path:</string>
</property> </property>
<property name="textFormat"> <property name="textFormat">
<enum>Qt::TextFormat::PlainText</enum> <enum>Qt::PlainText</enum>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property> </property>
</widget> </widget>
</item> </item>
@ -189,11 +186,11 @@
</property> </property>
<item row="0" column="3"> <item row="0" column="3">
<widget class="QGroupBox" name="modelQualityGroup"> <widget class="QGroupBox" name="modelQualityGroup">
<property name="maximumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<width>16777215</width> <horstretch>0</horstretch>
<height>120</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Set 3D model detail level.</string> <string>Set 3D model detail level.</string>
@ -204,8 +201,14 @@
<layout class="QVBoxLayout" name="verticalLayout_6"> <layout class="QVBoxLayout" name="verticalLayout_6">
<item> <item>
<widget class="QRadioButton" name="modelQualityLowRadioButton"> <widget class="QRadioButton" name="modelQualityLowRadioButton">
<property name="toolTip">
<string>Broken, not recommended.</string>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 0);</string>
</property>
<property name="text"> <property name="text">
<string>Low</string> <string>Low - BROKEN!</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -228,6 +231,12 @@
</item> </item>
<item row="1" column="2"> <item row="1" column="2">
<widget class="QGroupBox" name="maxLoDGroup"> <widget class="QGroupBox" name="maxLoDGroup">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
@ -240,12 +249,15 @@
<property name="title"> <property name="title">
<string>Maximum LOD</string> <string>Maximum LOD</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_7"> <layout class="QHBoxLayout" name="horizontalLayout_7">
<item> <item>
<widget class="QSlider" name="maxLoDSlider"> <widget class="QSlider" name="maxLoDSlider">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximum"> <property name="maximum">
<number>50</number> <number>50</number>
</property> </property>
@ -262,10 +274,10 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="orientation"> <property name="orientation">
<enum>Qt::Orientation::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="tickPosition"> <property name="tickPosition">
<enum>QSlider::TickPosition::TicksBothSides</enum> <enum>QSlider::NoTicks</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>10</number> <number>10</number>
@ -277,6 +289,12 @@
</item> </item>
<item row="0" column="2"> <item row="0" column="2">
<widget class="QGroupBox" name="textureQualityGroup"> <widget class="QGroupBox" name="textureQualityGroup">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Set texture detail level.</string> <string>Set texture detail level.</string>
</property> </property>
@ -309,18 +327,27 @@
</item> </item>
<item row="1" column="3"> <item row="1" column="3">
<widget class="QGroupBox" name="maxActorsGroup"> <widget class="QGroupBox" name="maxActorsGroup">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Maximum number of LEGO actors to exist in the world at a time. The game will gradually increase the number of actors until this maximum is reached and while performance is acceptable.</string> <string>Maximum number of LEGO actors to exist in the world at a time. The game will gradually increase the number of actors until this maximum is reached and while performance is acceptable.</string>
</property> </property>
<property name="title"> <property name="title">
<string>Maximum Actors (5..40)</string> <string>Maximum Actors (5..40)</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_8"> <layout class="QHBoxLayout" name="horizontalLayout_8">
<item> <item>
<widget class="QSlider" name="maxActorsSlider"> <widget class="QSlider" name="maxActorsSlider">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimum"> <property name="minimum">
<number>5</number> <number>5</number>
</property> </property>
@ -340,10 +367,10 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="orientation"> <property name="orientation">
<enum>Qt::Orientation::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="tickPosition"> <property name="tickPosition">
<enum>QSlider::TickPosition::TicksBothSides</enum> <enum>QSlider::NoTicks</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>5</number> <number>5</number>
@ -358,7 +385,22 @@
</item> </item>
<item> <item>
<widget class="QWidget" name="checkboxWidget" native="true"> <widget class="QWidget" name="checkboxWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing">
<number>10</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item> <item>
<widget class="QCheckBox" name="sound3DCheckBox"> <widget class="QCheckBox" name="sound3DCheckBox">
<property name="toolTip"> <property name="toolTip">
@ -403,76 +445,81 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="label"> <widget class="QGroupBox" name="transitionBox">
<property name="text"> <property name="sizePolicy">
<string>Transition Type</string> <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property> </property>
</widget>
</item>
<item>
<widget class="QComboBox" name="transitionTypeComboBox">
<property name="toolTip"> <property name="toolTip">
<string>Sets the transition effect to be used in game.</string> <string>Sets the transition effect to be used in game.</string>
</property> </property>
<property name="currentText"> <property name="title">
<string>Idle - Broken</string> <string>Transition Type</string>
</property> </property>
<property name="placeholderText"> <layout class="QVBoxLayout" name="verticalLayout_3">
<string/> <item>
</property> <widget class="QComboBox" name="transitionTypeComboBox">
<item> <property name="currentText">
<property name="text"> <string>Mosaic</string>
<string>Idle - Broken</string> </property>
</property> <property name="currentIndex">
</item> <number>3</number>
<item> </property>
<property name="text"> <item>
<string>No Animation</string> <property name="text">
</property> <string>Idle - Broken</string>
</item> </property>
<item> </item>
<property name="text"> <item>
<string>Dissolve</string> <property name="text">
</property> <string>No Animation</string>
</item> </property>
<item> </item>
<property name="text"> <item>
<string>Mosaic</string> <property name="text">
</property> <string>Dissolve</string>
</item> </property>
<item> </item>
<property name="text"> <item>
<string>Wipe Down</string> <property name="text">
</property> <string>Mosaic</string>
</item> </property>
<item> </item>
<property name="text"> <item>
<string>Windows</string> <property name="text">
</property> <string>Wipe Down</string>
</item> </property>
<item> </item>
<property name="text"> <item>
<string>Unknown - Broken</string> <property name="text">
</property> <string>Windows</string>
</item> </property>
</item>
<item>
<property name="text">
<string>Unknown - Broken</string>
</property>
</item>
</widget>
</item>
</layout>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="advancedGroup"> <widget class="QGroupBox" name="advancedGroup">
<property name="maximumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<width>16777215</width> <horstretch>0</horstretch>
<height>225</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>3D graphics device used to render the game.</string> <string>3D graphics device used to render the game.</string>
</property> </property>
<property name="title"> <property name="title">
<string/> <string>Graphics Devices</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property> </property>
<property name="flat"> <property name="flat">
<bool>false</bool> <bool>false</bool>
@ -490,28 +537,6 @@
<property name="bottomMargin"> <property name="bottomMargin">
<number>6</number> <number>6</number>
</property> </property>
<item>
<widget class="QLabel" name="direct3DDevicesLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="text">
<string>Direct 3D Devices</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
</widget>
</item>
<item> <item>
<widget class="QListWidget" name="devicesList"> <widget class="QListWidget" name="devicesList">
<property name="enabled"> <property name="enabled">
@ -526,17 +551,17 @@
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>125</height> <height>100</height>
</size> </size>
</property> </property>
<property name="editTriggers"> <property name="editTriggers">
<set>QAbstractItemView::EditTrigger::NoEditTriggers</set> <set>QAbstractItemView::NoEditTriggers</set>
</property> </property>
<property name="alternatingRowColors"> <property name="alternatingRowColors">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="selectionBehavior"> <property name="selectionBehavior">
<enum>QAbstractItemView::SelectionBehavior::SelectRows</enum> <enum>QAbstractItemView::SelectItems</enum>
</property> </property>
</widget> </widget>
</item> </item>
@ -545,9 +570,15 @@
</item> </item>
<item> <item>
<widget class="QWidget" name="buttonWidgets" native="true"> <widget class="QWidget" name="buttonWidgets" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6"> <layout class="QHBoxLayout" name="horizontalLayout_6">
<property name="spacing"> <property name="spacing">
<number>30</number> <number>10</number>
</property> </property>
<property name="leftMargin"> <property name="leftMargin">
<number>0</number> <number>0</number>