Skip to content

Commit

Permalink
Re #11727 Add widget for function of log value
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed May 11, 2015
1 parent 80b1fd7 commit 11271f5
Showing 1 changed file with 17 additions and 0 deletions.
Expand Up @@ -103,6 +103,23 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="functionLabel">
<property name="text">
<string>Function</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="function">
<property name="editable">
<bool>false</bool>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContents</enum>
</property>
</widget>
</item>
</layout>
</item>
</layout>
Expand Down

0 comments on commit 11271f5

Please sign in to comment.