avoid setting 0 sizes

This commit is contained in:
dockes 2009-01-28 08:45:25 +00:00
parent efa269acab
commit db021bf673
4 changed files with 6 additions and 12 deletions

View File

@ -95,12 +95,6 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
<widget class="QPushButton">
<property name="name">

View File

@ -8,8 +8,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>0</width>
<height>0</height>
<width>200</width>
<height>100</height>
</rect>
</property>
<property name="caption">

View File

@ -22,8 +22,8 @@
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="caption">

View File

@ -8,8 +8,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>0</width>
<height>0</height>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="caption">