15.10 adds a ManageProfilesAction

Moves it from the button to the bottom of the menu

Contributes to: issue CURA-60
This commit is contained in:
Tamara Hogenhout 2015-09-03 15:50:48 +02:00
parent a839371832
commit d6fde94e92
4 changed files with 49 additions and 30 deletions

View file

@ -33,6 +33,7 @@ Item
property alias addMachine: addMachineAction;
property alias configureMachines: settingsAction;
property alias manageProfiles: manageProfilesAction;
property alias preferences: preferencesAction;
@ -101,6 +102,13 @@ Item
iconName: "configure";
}
Action
{
id: manageProfilesAction;
//: manage profiles action
text: catalog.i18nc("@action","Manage Profiles");
}
Action
{
id: documentationAction;