mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 12:17:50 -06:00
Coding style fixes
This commit is contained in:
parent
5724ee71d0
commit
8b8fb8db95
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue