Open new track for importing Assembly structures with OCSF reader.

This commit is contained in:
jriegel
2014-04-14 05:40:02 +02:00
committed by Stefan Tröger
parent 2c617fca47
commit 288b5b32fb
7 changed files with 1279 additions and 16 deletions

View File

@@ -88,6 +88,11 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Assembly_AddNewComponent"
<< "Assembly_AddExistingComponent";
Gui::MenuItem* impCmd = new Gui::MenuItem();
root->insertItem(asmCmd, impCmd);
impCmd->setCommand("&Import");
*impCmd << "Assembly_Import";
return root;
}