Implement sending a signal when changing intent changes quality level

For now it does nothing. But I'm adding a function that should cause the combobox to pulse. That'll be a new feature so I'm implementing it in a separate commit.

Contributes to issue CURA-8849.
This commit is contained in:
Ghostkeeper 2022-06-14 15:39:28 +02:00
parent 40d473c243
commit bd131257fe
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
3 changed files with 21 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2019 Ultimaker B.V.
# Copyright (c) 2022 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from PyQt6.QtCore import QObject, pyqtProperty, pyqtSignal, pyqtSlot