mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Replace UM.MessageDialog
with newly added Cura.MessageDialog
This dialog is different from the `UM.MessageDialog` in that it CURA-8688
This commit is contained in:
parent
e75993e7f3
commit
e03176a1fa
10 changed files with 37 additions and 17 deletions
|
@ -133,7 +133,7 @@ Item
|
|||
}
|
||||
}
|
||||
|
||||
UM.MessageDialog
|
||||
Cura.MessageDialog
|
||||
{
|
||||
id: sendToTopConfirmationDialog
|
||||
onAccepted: OutputDevice.sendJobToTop(printJob.key)
|
||||
|
@ -142,7 +142,7 @@ Item
|
|||
title: catalog.i18nc("@window:title", "Move print job to top")
|
||||
}
|
||||
|
||||
UM.MessageDialog
|
||||
Cura.MessageDialog
|
||||
{
|
||||
id: deleteConfirmationDialog
|
||||
onAccepted: OutputDevice.deleteJobFromQueue(printJob.key)
|
||||
|
@ -151,7 +151,7 @@ Item
|
|||
title: catalog.i18nc("@window:title", "Delete print job")
|
||||
}
|
||||
|
||||
UM.MessageDialog
|
||||
Cura.MessageDialog
|
||||
{
|
||||
id: abortConfirmationDialog
|
||||
onAccepted: printJob.setState("abort")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue