Fix help text for filter control
This commit is contained in:
@@ -95,17 +95,17 @@
|
||||
<string><html><head/><body><p><br/></p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Threshold</string>
|
||||
<string>Filter Colinear lines</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QSpinBox" name="threshold">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Threshold is used by the medial axis filter to remove unwanted segments. If the resulting path contains unwanted segments, decrease this value. </p><p>Valid values are 0.0 - 1.0</p><p>Default = 0.8</p><p>1.0 will remove nothing.</p></body></html></string>
|
||||
<string><html><head/><body><p>Controls how aggressively colinear segments are filtered from the voronoi diagram</p><p>Valid values are 0 - 90 degrees (larger numbers filter more)</p><p>Default = 10</p><p><br/></p></body></html></string>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>180</number>
|
||||
<number>90</number>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>10</number>
|
||||
|
||||
Reference in New Issue
Block a user