Points: Add new icons to the Gui
This commit is contained in:
@@ -57,6 +57,9 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
|
||||
*pnt << "Points_Import"
|
||||
<< "Points_Export"
|
||||
<< "Separator"
|
||||
<< "Points_Convert"
|
||||
<< "Points_Structure"
|
||||
<< "Points_Merge"
|
||||
<< "Points_PolyCut";
|
||||
return root;
|
||||
}
|
||||
@@ -68,7 +71,10 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
|
||||
Gui::ToolBarItem* pnt = new Gui::ToolBarItem( root );
|
||||
pnt->setCommand("Points tools");
|
||||
*pnt << "Points_Import"
|
||||
<< "Points_Export";
|
||||
<< "Points_Export"
|
||||
<< "Points_Convert"
|
||||
<< "Points_Structure"
|
||||
<< "Points_Merge";
|
||||
return root;
|
||||
}
|
||||
|
||||
@@ -78,7 +84,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
Gui::MenuItem* item = root->findItem("&Windows");
|
||||
Gui::MenuItem* pnts = new Gui::MenuItem;
|
||||
root->insertItem(item, pnts);
|
||||
|
||||
|
||||
pnts->setCommand("&Points");
|
||||
*pnts << "Points_Convert"
|
||||
<< "Points_Structure"
|
||||
|
||||
Reference in New Issue
Block a user