mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Re-added material detail view
Contributes to CURA-5378
This commit is contained in:
parent
00eb8e6788
commit
6225fff1f8
8 changed files with 51 additions and 51 deletions
|
@ -34,7 +34,7 @@ class BaseMaterialsModel(ListModel):
|
|||
|
||||
self.addRoleName(self.RootMaterialIdRole, "root_material_id")
|
||||
self.addRoleName(self.IdRole, "id")
|
||||
self.addRoleName(self.GUIDRole, "guid")
|
||||
self.addRoleName(self.GUIDRole, "GUID")
|
||||
self.addRoleName(self.NameRole, "name")
|
||||
self.addRoleName(self.BrandRole, "brand")
|
||||
self.addRoleName(self.MaterialRole, "material")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue