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"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer> </spacer>
<widget class="QPushButton"> <widget class="QPushButton">
<property name="name"> <property name="name">

View File

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

View File

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

View File

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