Skip to content

Commit

Permalink
Move decay radio widget into advanced group box, and set the default …
Browse files Browse the repository at this point in the history
…value to 0. This method of controlling the kernel shape is non-standard, and should be achieved instead by giving users a choice of standard kernel functions.
  • Loading branch information
nyalldawson committed Mar 12, 2013
1 parent 1164c81 commit 7bd89ce
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/plugins/heatmap/heatmapguibase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>430</width>
<height>380</height>
<width>460</width>
<height>382</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -101,20 +101,6 @@
</item>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="mDecayLabel">
<property name="text">
<string>Decay Ratio</string>
</property>
</widget>
</item>
<item row="5" column="1" colspan="2">
<widget class="QLineEdit" name="mDecayLineEdit">
<property name="text">
<string>0.1</string>
</property>
</widget>
</item>
<item row="6" column="0" colspan="3">
<widget class="QGroupBox" name="advancedGroupBox">
<property name="sizePolicy">
Expand Down Expand Up @@ -239,6 +225,20 @@
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QLineEdit" name="mDecayLineEdit">
<property name="text">
<string>0.0</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="mDecayLabel">
<property name="text">
<string>Decay Ratio</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
Expand Down

0 comments on commit 7bd89ce

Please sign in to comment.