fix for #5760 - make heatmap dialog resizeable and use a layout in advanced options

This commit is contained in:
Tim Sutton 2012-06-07 19:23:29 +02:00
parent 21ce807fc7
commit 209aaa9fc2

View File

@ -10,11 +10,11 @@
<height>380</height> <height>380</height>
</rect> </rect>
</property> </property>
<property name="maximumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<width>430</width> <horstretch>0</horstretch>
<height>380</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Heatmap Plugin</string> <string>Heatmap Plugin</string>
@ -132,15 +132,8 @@
<property name="checked"> <property name="checked">
<bool>false</bool> <bool>false</bool>
</property> </property>
<widget class="QWidget" name="gridLayoutWidget"> <layout class="QGridLayout" name="gridLayout_3">
<property name="geometry"> <item row="0" column="0">
<rect>
<x>10</x>
<y>30</y>
<width>391</width>
<height>61</height>
</rect>
</property>
<layout class="QGridLayout" name="advancedGrid"> <layout class="QGridLayout" name="advancedGrid">
<property name="sizeConstraint"> <property name="sizeConstraint">
<enum>QLayout::SetFixedSize</enum> <enum>QLayout::SetFixedSize</enum>
@ -198,16 +191,8 @@
<widget class="QLineEdit" name="cellYLineEdit"/> <widget class="QLineEdit" name="cellYLineEdit"/>
</item> </item>
</layout> </layout>
</widget> </item>
<widget class="QWidget" name="gridLayoutWidget_4"> <item row="1" column="0">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>391</width>
<height>61</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QCheckBox" name="useRadius"> <widget class="QCheckBox" name="useRadius">
@ -255,7 +240,8 @@
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </item>
</layout>
</widget> </widget>
</item> </item>
</layout> </layout>