mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:16:02 +08:00
Some file renaming
Contributes to CURA-5378
This commit is contained in:
parent
61c635fbaf
commit
13069a2f99
@ -82,7 +82,7 @@ Rectangle
|
|||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
model: types_model
|
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
|
id: materialDetailsView
|
||||||
anchors
|
anchors
|
||||||
|
@ -94,7 +94,7 @@ Item
|
|||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
model: favoriteMaterialsModel
|
model: favoriteMaterialsModel
|
||||||
delegate: MaterialSlot {
|
delegate: MaterialsSlot {
|
||||||
material: model
|
material: model
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -171,7 +171,7 @@ Item
|
|||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
model: genericMaterialsModel
|
model: genericMaterialsModel
|
||||||
delegate: MaterialSlot {
|
delegate: MaterialsSlot {
|
||||||
material: model
|
material: model
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -181,7 +181,7 @@ Item
|
|||||||
{
|
{
|
||||||
id: brand_list
|
id: brand_list
|
||||||
model: materialsModel
|
model: materialsModel
|
||||||
delegate: MaterialBrandSection {}
|
delegate: MaterialsBrandSection {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -89,7 +89,7 @@ Rectangle
|
|||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
model: colors_model
|
model: colors_model
|
||||||
delegate: MaterialSlot {
|
delegate: MaterialsSlot {
|
||||||
material: model
|
material: model
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user