mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:39:04 +08:00
Some file renaming
Contributes to CURA-5378
This commit is contained in:
parent
61c635fbaf
commit
13069a2f99
@ -82,7 +82,7 @@ Rectangle
|
||||
Repeater
|
||||
{
|
||||
model: types_model
|
||||
delegate: MaterialTypeSection {}
|
||||
delegate: MaterialsTypeSection {}
|
||||
}
|
||||
}
|
||||
}
|
@ -50,7 +50,7 @@ Item
|
||||
}
|
||||
}
|
||||
|
||||
MaterialView // Material detailed information view below the title Label
|
||||
MaterialsView // Material detailed information view below the title Label
|
||||
{
|
||||
id: materialDetailsView
|
||||
anchors
|
||||
|
@ -94,7 +94,7 @@ Item
|
||||
Repeater
|
||||
{
|
||||
model: favoriteMaterialsModel
|
||||
delegate: MaterialSlot {
|
||||
delegate: MaterialsSlot {
|
||||
material: model
|
||||
}
|
||||
}
|
||||
@ -171,7 +171,7 @@ Item
|
||||
Repeater
|
||||
{
|
||||
model: genericMaterialsModel
|
||||
delegate: MaterialSlot {
|
||||
delegate: MaterialsSlot {
|
||||
material: model
|
||||
}
|
||||
}
|
||||
@ -181,7 +181,7 @@ Item
|
||||
{
|
||||
id: brand_list
|
||||
model: materialsModel
|
||||
delegate: MaterialBrandSection {}
|
||||
delegate: MaterialsBrandSection {}
|
||||
}
|
||||
}
|
||||
}
|
@ -89,7 +89,7 @@ Rectangle
|
||||
Repeater
|
||||
{
|
||||
model: colors_model
|
||||
delegate: MaterialSlot {
|
||||
delegate: MaterialsSlot {
|
||||
material: model
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user