Added Disable link style

CURA-4630
This commit is contained in:
Aleksei S 2017-12-21 16:25:13 +01:00
parent 84a24a582c
commit 447c6e7e23
3 changed files with 16 additions and 2 deletions

View file

@ -1426,3 +1426,11 @@ class CuraApplication(QtApplication):
node = node.getParent()
Selection.add(node)
triggerPreferenceWindow = pyqtSignal()
# This event has a simple logic, display pereference window if user decided to disable "collect information"
@pyqtProperty(bool, notify = triggerPreferenceWindow)
def showMyTest(self):
return True