Fix widgets size for dock

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3988 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2015-05-24 13:44:45 +00:00
parent a4dd6e4710
commit 260437b16b
5 changed files with 42 additions and 18 deletions

View File

@@ -6,10 +6,16 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
<width>300</width>
<height>400</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>400</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
@@ -27,8 +33,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>380</width>
<height>280</height>
<width>280</width>
<height>380</height>
</rect>
</property>
<layout class="QVBoxLayout" name="scroll_layout_">