added custom info window,

set min size to mainwindow
This commit is contained in:
Anakin
2017-01-16 15:41:37 +01:00
parent 86dfe32145
commit 47c73ed881
6 changed files with 196 additions and 4 deletions

View File

@@ -10,11 +10,20 @@
<height>400</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>600</width>
<height>400</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget"/>
<widget class="QToolBar" name="mainToolBar">
<property name="allowedAreas">
<set>Qt::LeftToolBarArea|Qt::RightToolBarArea|Qt::TopToolBarArea</set>
</property>
<attribute name="toolBarArea">
<enum>LeftToolBarArea</enum>
</attribute>