set min and max sizes for all windows

This commit is contained in:
Roland W-H 2025-04-26 16:39:05 +01:00
parent e2ca298919
commit 629ea6833d
4 changed files with 49 additions and 4 deletions

View File

@ -10,6 +10,18 @@
<height>100</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>100</height>
</size>
</property>
<property name="windowTitle">
<string>Name Platform</string>
</property>

View File

@ -10,6 +10,18 @@
<height>685</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>1330</width>
<height>685</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1330</width>
<height>685</height>
</size>
</property>
<property name="windowTitle">
<string>Results</string>
</property>

View File

@ -13,6 +13,18 @@
<height>567</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>630</width>
<height>567</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>630</width>
<height>567</height>
</size>
</property>
<property name="windowTitle">
<string>Platform Editor</string>
</property>

View File

@ -2,17 +2,26 @@
<ui version="4.0">
<class>PlatformList</class>
<widget class="QWidget" name="PlatformList">
<property name="windowModality">
<enum>Qt::WindowModality::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>264</width>
<width>263</width>
<height>473</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>263</width>
<height>473</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>263</width>
<height>473</height>
</size>
</property>
<property name="windowTitle">
<string>Platform List</string>
</property>