mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Prepare "Add profile" dialog
This commit is contained in:
parent
bfa45245cc
commit
f97e2fa6aa
5 changed files with 61 additions and 26 deletions
|
@ -31,6 +31,7 @@ Item
|
|||
|
||||
property alias addMachine: addMachineAction;
|
||||
property alias configureMachines: settingsAction;
|
||||
property alias addProfile: addProfileAction;
|
||||
property alias manageProfiles: manageProfilesAction;
|
||||
|
||||
property alias preferences: preferencesAction;
|
||||
|
@ -95,6 +96,12 @@ Item
|
|||
iconName: "configure";
|
||||
}
|
||||
|
||||
Action
|
||||
{
|
||||
id: addProfileAction;
|
||||
text: catalog.i18nc("@action:inmenu menubar:profile","&Add Profile...");
|
||||
}
|
||||
|
||||
Action
|
||||
{
|
||||
id: manageProfilesAction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue