+ do not add units to translation

This commit is contained in:
wmayer
2014-09-10 10:35:49 +02:00
parent 93e01c16b6
commit d1fb7fa839
11 changed files with 78 additions and 72 deletions

View File

@@ -53,7 +53,7 @@
<item>
<widget class="Gui::QuantitySpinBox" name="draftAngle">
<property name="unit" stdset="0">
<string>deg</string>
<string notr="true">deg</string>
</property>
<property name="minimum">
<double>0.000000000000000</double>

View File

@@ -51,7 +51,7 @@
<item>
<widget class="Gui::QuantitySpinBox" name="grooveAngle">
<property name="unit" stdset="0">
<string>deg</string>
<string notr="true">deg</string>
</property>
<property name="minimum">
<double>0.000000000000000</double>

View File

@@ -56,7 +56,7 @@
<item>
<widget class="Gui::QuantitySpinBox" name="doubleSpinBox">
<property name="unit" stdset="0">
<string>mm</string>
<string notr="true">mm</string>
</property>
<property name="minimum">
<double>0.000000000000000</double>

View File

@@ -77,7 +77,7 @@
<item>
<widget class="Gui::QuantitySpinBox" name="spinLength">
<property name="unit" stdset="0">
<string>mm</string>
<string notr="true">mm</string>
</property>
<property name="value">
<double>100.000000000000000</double>

View File

@@ -58,7 +58,7 @@
<item>
<widget class="Gui::QuantitySpinBox" name="pocketLength">
<property name="unit" stdset="0">
<string>mm</string>
<string notr="true">mm</string>
</property>
<property name="minimum">
<double>0.000000000000000</double>

View File

@@ -72,7 +72,7 @@
<item>
<widget class="Gui::QuantitySpinBox" name="polarAngle">
<property name="unit" stdset="0">
<string>deg</string>
<string notr="true">deg</string>
</property>
<property name="minimum">
<double>0.000000000000000</double>

View File

@@ -51,7 +51,7 @@
<item>
<widget class="Gui::QuantitySpinBox" name="revolveAngle">
<property name="unit" stdset="0">
<string>deg</string>
<string notr="true">deg</string>
</property>
<property name="minimum">
<double>0.000000000000000</double>

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>195</width>
<height>136</height>
<height>142</height>
</rect>
</property>
<property name="windowTitle">
@@ -62,7 +62,7 @@
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="unit" stdset="0">
<string>mm</string>
<string notr="true">mm</string>
</property>
<property name="decimals" stdset="0">
<number>3</number>
@@ -103,7 +103,7 @@
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="unit" stdset="0">
<string>deg</string>
<string notr="true">deg</string>
</property>
<property name="decimals" stdset="0">
<number>3</number>