summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_filter_ewma2
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-10-16 18:34:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-10-17 02:42:57 +0200
commita83723b75e35e0a63ad5ed7b205aaae1e72a0cb7 (patch)
treee888e2ccda80731a7289f7ef2aed1b50831250ed /ftnoir_filter_ewma2
parentb091ac9b9614dc4d8c0f02f63321eb1e88c291b7 (diff)
show exact slider value in now-read-only spinboxes.
Diffstat (limited to 'ftnoir_filter_ewma2')
-rw-r--r--ftnoir_filter_ewma2/ftnoir_ewma_filtercontrols.ui69
1 files changed, 68 insertions, 1 deletions
diff --git a/ftnoir_filter_ewma2/ftnoir_ewma_filtercontrols.ui b/ftnoir_filter_ewma2/ftnoir_ewma_filtercontrols.ui
index a66966e7..9387f0d5 100644
--- a/ftnoir_filter_ewma2/ftnoir_ewma_filtercontrols.ui
+++ b/ftnoir_filter_ewma2/ftnoir_ewma_filtercontrols.ui
@@ -100,6 +100,12 @@
<property name="styleSheet">
<string notr="true">background:none;</string>
</property>
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
+ <property name="buttonSymbols">
+ <enum>QAbstractSpinBox::PlusMinus</enum>
+ </property>
<property name="minimum">
<number>1</number>
</property>
@@ -169,6 +175,12 @@
<property name="styleSheet">
<string notr="true">background:none;</string>
</property>
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
+ <property name="buttonSymbols">
+ <enum>QAbstractSpinBox::PlusMinus</enum>
+ </property>
<property name="minimum">
<number>1</number>
</property>
@@ -238,6 +250,12 @@
<property name="styleSheet">
<string notr="true">background:none;</string>
</property>
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
+ <property name="buttonSymbols">
+ <enum>QAbstractSpinBox::PlusMinus</enum>
+ </property>
<property name="maximum">
<number>100</number>
</property>
@@ -296,7 +314,56 @@ p, li { white-space: pre-wrap; }
<resources>
<include location="ewma-filter.qrc"/>
</resources>
- <connections/>
+ <connections>
+ <connection>
+ <sender>minSmooth</sender>
+ <signal>valueChanged(int)</signal>
+ <receiver>spinMinSmooth</receiver>
+ <slot>setValue(int)</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>303</x>
+ <y>33</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>391</x>
+ <y>36</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>maxSmooth</sender>
+ <signal>valueChanged(int)</signal>
+ <receiver>spinMaxSmooth</receiver>
+ <slot>setValue(int)</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>281</x>
+ <y>61</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>390</x>
+ <y>74</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>powCurve</sender>
+ <signal>valueChanged(int)</signal>
+ <receiver>spinPowCurve</receiver>
+ <slot>setValue(int)</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>236</x>
+ <y>101</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>391</x>
+ <y>98</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
<slots>
<slot>startEngineClicked()</slot>
<slot>stopEngineClicked()</slot>