set min and max sizes for all windows

This commit is contained in:
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>