Improve the machine selector header to show an icon in case it is a

network printer.

Contributes to CURA-5942.
This commit is contained in:
Diego Prado Gesto 2018-11-22 17:37:10 +01:00
parent 2b08857331
commit 1d84bd7356
13 changed files with 50 additions and 91 deletions

View file

@ -47,6 +47,7 @@ Column
{
id: estimatedTime
width: parent.width
height: childrenRect.height
text: PrintInformation.currentPrintTime.getDisplayString(UM.DurationFormat.Long)
source: UM.Theme.getIcon("clock")
@ -57,6 +58,7 @@ Column
{
id: estimatedCosts
width: parent.width
height: childrenRect.height
property var printMaterialLengths: PrintInformation.materialLengths
property var printMaterialWeights: PrintInformation.materialWeights