From 2143fc14abe54b6cb20d185c4f7419be1574758d Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Thu, 23 Jun 2016 21:58:45 +0200 Subject: [PATCH] Add print job name CURA-1036 --- resources/qml/Sidebar.qml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index 4a111e7903..7f91332da4 100644 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -155,7 +155,7 @@ Rectangle Label { id: settingsModeLabel - text: catalog.i18nc("@label:listbox","Setup"); + text: catalog.i18nc("@label:listbox","Print Setup"); anchors.left: parent.left anchors.leftMargin: UM.Theme.getSize("default_margin").width; anchors.top: headerSeparator.bottom @@ -226,7 +226,7 @@ Rectangle Label { id: monitorLabel - text: catalog.i18nc("@label","Activity Data"); + text: catalog.i18nc("@label","Printer Monitor"); anchors.left: parent.left anchors.leftMargin: UM.Theme.getSize("default_margin").width; anchors.top: headerSeparator.bottom @@ -322,6 +322,16 @@ Rectangle Label { text: " "} Label { text: " "} + Label + { + text: "Job name:" + } + + Label + { + text: " " + Cura.MachineManager.printerOutputDevices[0].jobName + } + Label { text: "Printing Time:"