first working ui

This commit is contained in:
MA-DEVELOP\apeltauer
2019-01-18 16:44:33 +01:00
committed by wmayer
parent 587a2476e5
commit f4971d723f
6 changed files with 185 additions and 1 deletions

View File

@@ -134,6 +134,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Part_Offset"
<< "Part_Offset2D"
<< "Part_Thickness"
<< "Part_projectionOnSurface"
<< "Separator"
<< "Part_EditAttachment";
@@ -188,7 +189,8 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Part_Loft"
<< "Part_Sweep"
<< "Part_CompOffset"
<< "Part_Thickness";
<< "Part_Thickness"
<< "Part_projectionOnSurface";
Gui::ToolBarItem* boolop = new Gui::ToolBarItem(root);
boolop->setCommand("Boolean");