mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Use the new MessageStack in Printer
This commit is contained in:
parent
943bb9ea48
commit
a8454a48d1
25
Printer.qml
25
Printer.qml
@ -165,25 +165,12 @@ UM.MainWindow {
|
||||
onSaveRequested: saveAction.trigger();
|
||||
}
|
||||
|
||||
// UM.JobList { anchors.left: parent.left; anchors.bottom: parent.bottom; width: parent.width / 10; height: parent.height / 5; }
|
||||
|
||||
// ProgressBar {
|
||||
// id: progressBar;
|
||||
//
|
||||
// anchors {
|
||||
// left: parent.left;
|
||||
// bottom: parent.bottom;
|
||||
// right: parent.right;
|
||||
// }
|
||||
//
|
||||
// minimumValue: 0;
|
||||
// maximumValue: 1;
|
||||
//
|
||||
// Connections {
|
||||
// target: UM.Backend;
|
||||
// onProcessingProgress: progressBar.value = amount;
|
||||
// }
|
||||
// }
|
||||
UM.MessageStack {
|
||||
anchors.bottom: parent.bottom;
|
||||
anchors.horizontalCenter: parent.horizontalCenter;
|
||||
width: parent.width * 0.333;
|
||||
height: 250;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user