summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-10-17 13:02:08 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-10-17 13:02:08 +0200
commitf2607137b744b66b84be799fe56db08595c38867 (patch)
tree36a7a66bcd6e7c9d53496a9b2a34dd616b33805c /ftnoir_tracker_pt/FTNoIR_PT_Controls.ui
parent97b6c47b21f5d2bfb7a43969f67d6b3ad6edab28 (diff)
pt: switch min/max point size to reals
Diffstat (limited to 'ftnoir_tracker_pt/FTNoIR_PT_Controls.ui')
-rw-r--r--ftnoir_tracker_pt/FTNoIR_PT_Controls.ui58
1 files changed, 32 insertions, 26 deletions
diff --git a/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui b/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui
index acdbda78..88575644 100644
--- a/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui
+++ b/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui
@@ -299,19 +299,6 @@
<string>Point extraction</string>
</property>
<layout class="QGridLayout" name="gridLayout_7">
- <item row="3" column="1">
- <widget class="QSpinBox" name="maxdiam_spin">
- <property name="toolTip">
- <string>Maximum point diameter</string>
- </property>
- <property name="suffix">
- <string> px</string>
- </property>
- <property name="maximum">
- <number>1024</number>
- </property>
- </widget>
- </item>
<item row="3" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
@@ -322,19 +309,6 @@
</property>
</widget>
</item>
- <item row="2" column="1">
- <widget class="QSpinBox" name="mindiam_spin">
- <property name="toolTip">
- <string>Minimum point diameter</string>
- </property>
- <property name="suffix">
- <string> px</string>
- </property>
- <property name="maximum">
- <number>1024</number>
- </property>
- </widget>
- </item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
@@ -394,6 +368,38 @@
</property>
</widget>
</item>
+ <item row="3" column="1">
+ <widget class="QDoubleSpinBox" name="maxdiam_spin">
+ <property name="toolTip">
+ <string>Maximum point diameter</string>
+ </property>
+ <property name="suffix">
+ <string> px</string>
+ </property>
+ <property name="decimals">
+ <number>1</number>
+ </property>
+ <property name="singleStep">
+ <double>0.100000000000000</double>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1">
+ <widget class="QDoubleSpinBox" name="mindiam_spin">
+ <property name="toolTip">
+ <string>Minimum point diameter</string>
+ </property>
+ <property name="suffix">
+ <string> px</string>
+ </property>
+ <property name="decimals">
+ <number>1</number>
+ </property>
+ <property name="singleStep">
+ <double>0.100000000000000</double>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>