Merge pull request #4889 from Ultimaker/CL-1150_restyle_monitor_printer_tile

CL-1150 restyle monitor printer tile
This commit is contained in:
Simon Edwards 2018-11-28 11:31:11 +01:00 committed by GitHub
commit 8262c2dfd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 423 additions and 10 deletions

View file

@ -65,7 +65,6 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
self._received_print_jobs = False # type: bool
self._monitor_view_qml_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "../resources/qml/ClusterMonitorItem.qml")
self._control_view_qml_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "../resources/qml/ClusterControlItem.qml")
# See comments about this hack with the clusterPrintersChanged signal
self.printersChanged.connect(self.clusterPrintersChanged)