Merge pull request #1378 from fieldOfView/feature_layerview_legend

Layerview Legend
This commit is contained in:
jack 2017-01-25 11:53:41 +01:00 committed by GitHub
commit 26ad2c8f6e
11 changed files with 240 additions and 48 deletions

View file

@ -319,6 +319,11 @@ class CuraApplication(QtApplication):
showPrintMonitor = pyqtSignal(bool, arguments = ["show"])
def setViewLegendItems(self, items):
self.viewLegendItemsChanged.emit(items)
viewLegendItemsChanged = pyqtSignal("QVariantList", arguments = ["items"])
## Cura has multiple locations where instance containers need to be saved, so we need to handle this differently.
#
# Note that the AutoSave plugin also calls this method.