Add some commands to assembly

This commit is contained in:
jriegel
2012-02-08 22:29:34 +01:00
committed by Stefan Tröger
parent 57d4edab07
commit 437bf6d917
14 changed files with 373 additions and 14 deletions

View File

@@ -49,6 +49,10 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
Gui::ToolBarItem* part = new Gui::ToolBarItem(root);
part->setCommand(QT_TR_NOOP("Assembly"));
*part << "Assembly_ConstraintAxle";
*part << "Separator";
*part << "Assembly_AddNewPart";
*part << "Assembly_AddNewComponent";
*part << "Assembly_AddExistingComponent";
return root;
}