summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-12-10 16:36:30 -0800
committerStanislaw Halik <sthalik@misaki.pl>2013-12-10 16:36:30 -0800
commit0f349108853d0ae1e266198be3c227fd6ef4f463 (patch)
tree38266486aacec5993fc80f28fd923fa7d8f648be /FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui
parent27d0ff6e03cce603c5dd47b3fa78581b6a6120d5 (diff)
parent927948970782fe1d91b5827bd3c7662e82a298b8 (diff)
Merge pull request #14 from usrusr/feature/pt-hysteresis
Feature/pt hysteresis
Diffstat (limited to 'FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui')
-rw-r--r--FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui32
1 files changed, 32 insertions, 0 deletions
diff --git a/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui b/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui
index 1495249a..9ad4f83c 100644
--- a/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui
+++ b/FTNoIR_Tracker_PT/FTNoIR_PT_Controls.ui
@@ -848,6 +848,38 @@
</item>
</layout>
</item>
+
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_secondary">
+ <item>
+ <widget class="QLabel" name="label_secondary">
+ <property name="text">
+ <string>Hysteresis</string>
+ </property>
+ <property name="buddy">
+ <cstring>threshold_secondary_slider</cstring>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QSlider" name="threshold_secondary_slider">
+ <property name="toolTip">
+ <string>Per pixel hysteresis width (leave left if there is little difference between dot and non-dot, move right for increased stability against pixel noise)</string>
+ </property>
+ <property name="maximum">
+ <number>255</number>
+ </property>
+ <property name="value">
+ <number>100</number>
+ </property>
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>