remove unneeded base geometry tab

This commit is contained in:
sliptonic 2016-11-02 13:39:41 -05:00
parent bc2d0135a1
commit e1fad4e76f

View File

@ -23,43 +23,19 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QToolBox" name="toolBox"> <widget class="QToolBox" name="toolBox">
<property name="currentIndex"> <property name="currentIndex">
<number>4</number> <number>3</number>
</property> </property>
<widget class="QWidget" name="Geometry">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>334</width>
<height>288</height>
</rect>
</property>
<property name="toolTip">
<string>Contour works on shape outer loop but maybe could work on something else</string>
</property>
<attribute name="icon">
<iconset resource="../../../FreeCAD/src/Mod/Path/Gui/Resources/Path.qrc">
<normaloff>:/icons/Path-BaseGeometry.svg</normaloff>:/icons/Path-BaseGeometry.svg</iconset>
</attribute>
<attribute name="label">
<string>Base Geometry</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_2"/>
</widget>
<widget class="QWidget" name="Depths"> <widget class="QWidget" name="Depths">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>334</width> <width>334</width>
<height>288</height> <height>318</height>
</rect> </rect>
</property> </property>
<attribute name="icon"> <attribute name="icon">
<iconset resource="../../../FreeCAD/src/Mod/Path/Gui/Resources/Path.qrc"> <iconset resource="../Path.qrc">
<normaloff>:/icons/Path-Depths.svg</normaloff>:/icons/Path-Depths.svg</iconset> <normaloff>:/icons/Path-Depths.svg</normaloff>:/icons/Path-Depths.svg</iconset>
</attribute> </attribute>
<attribute name="label"> <attribute name="label">
@ -121,12 +97,12 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>334</width> <width>165</width>
<height>288</height> <height>70</height>
</rect> </rect>
</property> </property>
<attribute name="icon"> <attribute name="icon">
<iconset resource="../../../FreeCAD/src/Mod/Path/Gui/Resources/Path.qrc"> <iconset resource="../Path.qrc">
<normaloff>:/icons/Path-Heights.svg</normaloff>:/icons/Path-Heights.svg</iconset> <normaloff>:/icons/Path-Heights.svg</normaloff>:/icons/Path-Heights.svg</iconset>
</attribute> </attribute>
<attribute name="label"> <attribute name="label">
@ -172,7 +148,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>334</width> <width>334</width>
<height>288</height> <height>318</height>
</rect> </rect>
</property> </property>
<attribute name="label"> <attribute name="label">
@ -230,11 +206,11 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>334</width> <width>334</width>
<height>288</height> <height>318</height>
</rect> </rect>
</property> </property>
<attribute name="icon"> <attribute name="icon">
<iconset resource="../../../FreeCAD/src/Mod/Path/Gui/Resources/Path.qrc"> <iconset resource="../Path.qrc">
<normaloff>:/icons/Path-OperationB.svg</normaloff>:/icons/Path-OperationB.svg</iconset> <normaloff>:/icons/Path-OperationB.svg</normaloff>:/icons/Path-OperationB.svg</iconset>
</attribute> </attribute>
<attribute name="label"> <attribute name="label">
@ -358,8 +334,8 @@
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="../../../FreeCAD/src/Mod/Path/Gui/Resources/Path.qrc"/> <include location="../Path.qrc"/>
<include location="../../../FreeCAD/src/Mod/Path/Gui/Resources/Path.qrc"/> <include location="../Path.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>