mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 14:21:19 -07:00
Cleanup
This commit is contained in:
parent
faf77b2795
commit
acbef72b68
1 changed files with 0 additions and 13 deletions
|
|
@ -18,19 +18,6 @@ UM.MainWindow
|
||||||
//: Cura application window title
|
//: Cura application window title
|
||||||
title: catalog.i18nc("@title:window","Ultimaker Cura");
|
title: catalog.i18nc("@title:window","Ultimaker Cura");
|
||||||
viewportRect: Qt.rect(0, 0, (base.width - sidebar.width) / base.width, 1.0)
|
viewportRect: Qt.rect(0, 0, (base.width - sidebar.width) / base.width, 1.0)
|
||||||
property bool showPrintMonitor: false
|
|
||||||
|
|
||||||
Connections
|
|
||||||
{
|
|
||||||
target: Printer
|
|
||||||
onShowPrintMonitor: {
|
|
||||||
if (show) {
|
|
||||||
topbar.startMonitoringPrint()
|
|
||||||
} else {
|
|
||||||
topbar.stopMonitoringPrint()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue