mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 09:05:53 +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
|
from collections import OrderedDict
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
class UserChangesModel(ListModel):
|
class UserChangesModel(ListModel):
|
||||||
KeyRole = Qt.UserRole + 1
|
KeyRole = Qt.UserRole + 1
|
||||||
LabelRole = Qt.UserRole + 2
|
LabelRole = Qt.UserRole + 2
|
||||||
ExtruderRole = Qt.UserRole +3
|
ExtruderRole = Qt.UserRole + 3
|
||||||
OriginalValueRole = Qt.UserRole + 4
|
OriginalValueRole = Qt.UserRole + 4
|
||||||
UserValueRole = Qt.UserRole + 6
|
UserValueRole = Qt.UserRole + 6
|
||||||
CategoryRole = Qt.UserRole + 7
|
CategoryRole = Qt.UserRole + 7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user