Initial work for adding a save dialog for project saving

CURA-1263
This commit is contained in:
Jaime van Kessel 2016-12-08 11:56:42 +01:00
parent bc8a9c30cf
commit 36d743384c
6 changed files with 283 additions and 9 deletions

View file

@ -304,6 +304,20 @@ UM.PreferencesPage
}
}
UM.TooltipArea {
width: childrenRect.width
height: childrenRect.height
text: catalog.i18nc("@info:tooltip", "Should a summary be shown when saving a project file?")
CheckBox
{
text: catalog.i18nc("@option:check", "Show summary dialog when saving project")
checked: boolCheck(UM.Preferences.getValue("cura/dialog_on_project_save"))
onCheckedChanged: UM.Preferences.setValue("cura/dialog_on_project_save", checked)
}
}
Item
{
//: Spacer