mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:26:00 +08:00
Coding style fixes
This commit is contained in:
parent
5724ee71d0
commit
8b8fb8db95
@ -10,10 +10,11 @@ from UM.Settings.SettingFunction import SettingFunction
|
||||
from collections import OrderedDict
|
||||
import os
|
||||
|
||||
|
||||
class UserChangesModel(ListModel):
|
||||
KeyRole = Qt.UserRole + 1
|
||||
LabelRole = Qt.UserRole + 2
|
||||
ExtruderRole = Qt.UserRole +3
|
||||
ExtruderRole = Qt.UserRole + 3
|
||||
OriginalValueRole = Qt.UserRole + 4
|
||||
UserValueRole = Qt.UserRole + 6
|
||||
CategoryRole = Qt.UserRole + 7
|
||||
|
Loading…
x
Reference in New Issue
Block a user