Added grouping action

This commit is contained in:
Jaime van Kessel 2015-07-14 10:25:08 +02:00
parent c6f5ceaf56
commit 2683fa0958
3 changed files with 27 additions and 0 deletions

View file

@ -347,6 +347,11 @@ UM.MainWindow {
objectContextMenu.objectId = 0;
}
}
groupObjects.onTriggered:
{
Printer.groupSelected()
}
deleteAll.onTriggered: Printer.deleteAll()
resetAllTranslation.onTriggered: Printer.resetAllTranslation()
@ -373,6 +378,7 @@ UM.MainWindow {
MenuItem { action: actions.deleteObject; }
MenuItem { action: actions.multiplyObject; }
MenuItem { action: actions.splitObject; }
MenuItem { action: actions.groupObjects;}
MenuSeparator { }
MenuItem { action: actions.deleteAll; }
MenuItem { action: actions.reloadAll; }