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