PartDesign: Added support for expressions.

This commit is contained in:
Eivind Kvedalen
2015-06-23 00:47:09 +02:00
committed by wmayer
parent 8e5619f7a0
commit 8e112bd2db
28 changed files with 346 additions and 284 deletions

View File

@@ -75,11 +75,11 @@
</widget>
</item>
<item>
<widget class="Gui::QuantitySpinBox" name="spinLength">
<widget class="Gui::QuantitySpinBox" name="spinLength" native="true">
<property name="unit" stdset="0">
<string notr="true">mm</string>
</property>
<property name="value">
<property name="value" stdset="0">
<double>100.000000000000000</double>
</property>
</widget>
@@ -96,14 +96,7 @@
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinOccurrences">
<property name="minimum">
<number>2</number>
</property>
<property name="maximum">
<number>99999</number>
</property>
</widget>
<widget class="Gui::QuantitySpinBox" name="spinOccurrences" native="true"/>
</item>
</layout>
</item>