set the main window to a fixed size

This commit is contained in:
Andreas Zweili 2019-03-31 19:47:32 +02:00
parent 276d12a835
commit 4399217400
1 changed files with 24 additions and 0 deletions

View File

@ -10,6 +10,30 @@
<height>699</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>798</width>
<height>699</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>798</width>
<height>699</height>
</size>
</property>
<property name="baseSize">
<size>
<width>798</width>
<height>699</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>