mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:05:59 +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();
|
onSaveRequested: saveAction.trigger();
|
||||||
}
|
}
|
||||||
|
|
||||||
// UM.JobList { anchors.left: parent.left; anchors.bottom: parent.bottom; width: parent.width / 10; height: parent.height / 5; }
|
UM.MessageStack {
|
||||||
|
anchors.bottom: parent.bottom;
|
||||||
// ProgressBar {
|
anchors.horizontalCenter: parent.horizontalCenter;
|
||||||
// id: progressBar;
|
width: parent.width * 0.333;
|
||||||
//
|
height: 250;
|
||||||
// anchors {
|
}
|
||||||
// left: parent.left;
|
|
||||||
// bottom: parent.bottom;
|
|
||||||
// right: parent.right;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// minimumValue: 0;
|
|
||||||
// maximumValue: 1;
|
|
||||||
//
|
|
||||||
// Connections {
|
|
||||||
// target: UM.Backend;
|
|
||||||
// onProcessingProgress: progressBar.value = amount;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user