mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Added Disable link style
CURA-4630
This commit is contained in:
parent
84a24a582c
commit
447c6e7e23
3 changed files with 16 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue