FEM: Add Purge FEM results button

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-04-30 22:13:42 +01:00
parent c703fe8294
commit 92baddfce9
4 changed files with 231 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Fem_ConstraintPulley"
<< "Separator"
<< "Fem_MechanicalJobControl"
<< "Fem_PurgeResults"
<< "Fem_ShowResult";
return root;
}
@@ -94,6 +95,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Fem_ConstraintPulley"
<< "Separator"
<< "Fem_MechanicalJobControl"
<< "Fem_PurgeResults"
<< "Fem_ShowResult";
return root;