diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-06-13 08:10:50 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-06-13 08:10:50 +0200 |
commit | cec3d41e2e76fb1e89500ee04ca5326cf60efcc2 (patch) | |
tree | cdf4bc719d84e51dfba0d6e031c503789c538139 | |
parent | 6cba92a8ac9c66c01d484f4235e41752e751fa71 (diff) |
ewma: change ui slider ranges
Submitted-by: dbaarda
-rw-r--r-- | ftnoir_filter_ewma2/ftnoir_ewma_filtercontrols.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ftnoir_filter_ewma2/ftnoir_ewma_filtercontrols.ui b/ftnoir_filter_ewma2/ftnoir_ewma_filtercontrols.ui index 76158795..1a798a45 100644 --- a/ftnoir_filter_ewma2/ftnoir_ewma_filtercontrols.ui +++ b/ftnoir_filter_ewma2/ftnoir_ewma_filtercontrols.ui @@ -75,11 +75,11 @@ border-color: rgb(0, 0, 0);</string> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">Min. frames:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">Min:</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">Defines the way the filter responds to fast movements;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">Higher value: slower response;</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2';"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">Max. frames:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">Max:</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">Defines the way the filter responds to slow movements;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">Higher value: slower response;</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2';"><br /></p> @@ -117,7 +117,7 @@ p, li { white-space: pre-wrap; } <string notr="true"/> </property> <property name="text"> - <string>Min.</string> + <string>Min</string> </property> </widget> <widget class="QSlider" name="maxSmooth"> @@ -176,7 +176,7 @@ p, li { white-space: pre-wrap; } <number>1</number> </property> <property name="maximum"> - <number>100</number> + <number>120</number> </property> <property name="singleStep"> <number>5</number> @@ -300,7 +300,7 @@ p, li { white-space: pre-wrap; } <string notr="true"/> </property> <property name="text"> - <string>Max.</string> + <string>Max</string> </property> </widget> <widget class="QSlider" name="minSmooth"> @@ -359,7 +359,7 @@ p, li { white-space: pre-wrap; } <number>1</number> </property> <property name="maximum"> - <number>100</number> + <number>120</number> </property> <property name="singleStep"> <number>5</number> |