Jauge tolerance

This commit is contained in:
2026-05-17 17:22:40 +02:00
parent 9d436d6ea0
commit b35fa829e2
9 changed files with 317 additions and 5 deletions

View File

@@ -32,6 +32,13 @@ this repository contains the full copyright notices and license terms. -->
<label name="tol_max"/>
<field name="tol_max"/>
<newline/>
<field name="tolerance_min" invisible="1"/>
<field name="tolerance_max" invisible="1"/>
<label name="tolerance_used"/>
<field name="tolerance_used" widget="tolerance_gauge"
min_field="tolerance_min" max_field="tolerance_max"
xexpand="1" xfill="1"/>
<newline/>
<label name="from_location"/>
<field name="from_location"/>
<label name="to_location"/>

View File

@@ -32,6 +32,13 @@ this repository contains the full copyright notices and license terms. -->
<label name="tol_max"/>
<field name="tol_max"/>
<newline/>
<field name="tolerance_min" invisible="1"/>
<field name="tolerance_max" invisible="1"/>
<label name="tolerance_used"/>
<field name="tolerance_used" widget="tolerance_gauge"
min_field="tolerance_min" max_field="tolerance_max"
xexpand="1" xfill="1"/>
<newline/>
<label name="from_location"/>
<field name="from_location"/>
<label name="to_location"/>