Merge pull request #283 from sliptonic/master

bug with EngraveEdit
This commit is contained in:
wwmayer 2016-09-16 14:28:48 +02:00 committed by GitHub
commit 279418f032

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>322</width> <width>321</width>
<height>517</height> <height>504</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
@ -33,8 +33,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>304</width> <width>303</width>
<height>349</height> <height>366</height>
</rect> </rect>
</property> </property>
<attribute name="icon"> <attribute name="icon">
@ -111,8 +111,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>304</width> <width>303</width>
<height>349</height> <height>366</height>
</rect> </rect>
</property> </property>
<attribute name="icon"> <attribute name="icon">
@ -123,16 +123,28 @@
<string>Depths</string> <string>Depths</string>
</attribute> </attribute>
<layout class="QFormLayout" name="formLayout_2"> <layout class="QFormLayout" name="formLayout_2">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="Gui::InputField" name="startDepth">
<property name="unit" stdset="0"> <property name="unit" stdset="0">
<string notr="true">mm</string> <string notr="true">mm</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Start Depth</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="Gui::InputField" name="finalDepth">
<property name="unit" stdset="0">
<string notr="true">mm</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="label_4"> <widget class="QLabel" name="label_4">
<property name="text"> <property name="text">
<string>Final Depth</string> <string>Final Depth</string>
@ -146,8 +158,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>304</width> <width>303</width>
<height>349</height> <height>366</height>
</rect> </rect>
</property> </property>
<attribute name="icon"> <attribute name="icon">
@ -193,8 +205,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>231</width> <width>303</width>
<height>38</height> <height>366</height>
</rect> </rect>
</property> </property>
<attribute name="icon"> <attribute name="icon">
@ -236,7 +248,6 @@
</customwidgets> </customwidgets>
<resources> <resources>
<include location="../Path.qrc"/> <include location="../Path.qrc"/>
<include location="../Path.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>