Make the main window resizeable (#130)

Remove the maximum size restriction and assign a layout to the main
window so it resizes gracefully
This commit is contained in:
Antonio Larrosa 2019-01-17 10:00:21 +01:00 committed by Manuel Riel
parent 6f5e4c5637
commit 075fc4e2e7
1 changed files with 1 additions and 29 deletions

View File

@ -16,12 +16,6 @@
<height>600</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>800</width>
<height>600</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
@ -29,28 +23,7 @@
<double>1.000000000000000</double>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="verticalLayoutWidget_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>801</width>
<height>571</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>10</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>10</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="topMargin">
@ -292,7 +265,6 @@
</layout>
</item>
</layout>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionLatest">