mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
WIP: Refactor ProfileMenu.qml
This commit is contained in:
parent
8f8de0454f
commit
cd53ae0639
6 changed files with 83 additions and 55 deletions
|
@ -55,9 +55,8 @@ class QualityChangesGroup:
|
|||
|
||||
class QualityGroup(ContainerGroup):
|
||||
|
||||
def __init__(self, name, quality_type, parent = None):
|
||||
super().__init__(parent)
|
||||
self.name = name
|
||||
def __init__(self, name: str, quality_type: str, parent = None):
|
||||
super().__init__(name, parent)
|
||||
self.quality_type = quality_type
|
||||
self.is_available = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue