Cluster can now "target" one of it's printers for display

CL-541
This commit is contained in:
Jaime van Kessel 2017-11-30 13:07:01 +01:00
parent a49d3dbd8e
commit dea13899b3
5 changed files with 31 additions and 13 deletions

View file

@ -62,7 +62,6 @@ Component
}
}
ScrollView
{
id: printerScrollView
@ -93,10 +92,10 @@ Component
}
}
/*PrinterVideoStream
PrinterVideoStream
{
visible: OutputDevice.selectedPrinterName != ""
visible: OutputDevice.activePrinter != null
anchors.fill:parent
}*/
}
}
}