Show rename profile dialog after creating a profile from the profiles dropdown

CURA-1585
This commit is contained in:
fieldOfView 2016-06-06 13:02:20 +02:00
parent 22857bf3e1
commit 3752a6bbef

View file

@ -71,6 +71,9 @@ UM.ManagementPage
scrollviewCaption: catalog.i18nc("@label %1 is printer name","Printer: %1").arg(Cura.MachineManager.activeMachineName)
signal showProfileNameDialog()
onShowProfileNameDialog: { renameDialog.removeWhenRejected = true; renameDialog.open(); renameDialog.selectText(); }
signal selectContainer(string id)
onSelectContainer: {
objectList.currentIndex = objectList.model.find("id", id);