mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Initial work for Compatiility Dialog done
CURA-7038
This commit is contained in:
parent
799e7fc48c
commit
dc20db393e
4 changed files with 250 additions and 8 deletions
|
@ -1062,6 +1062,9 @@ class CuraApplication(QtApplication):
|
|||
qmlRegisterType(ExtrudersModel, "Cura", 1, 0, "ExtrudersModel")
|
||||
qmlRegisterType(GlobalStacksModel, "Cura", 1, 0, "GlobalStacksModel")
|
||||
|
||||
# from plugins.Toolbox.src.SubscribedPackagesModel import SubscribedPackagesModel
|
||||
# qmlRegisterType(SubscribedPackagesModel, "Cura", 1, 6, "SubscribedPackagesModel") ### This might not be needed
|
||||
|
||||
qmlRegisterType(FavoriteMaterialsModel, "Cura", 1, 0, "FavoriteMaterialsModel")
|
||||
qmlRegisterType(GenericMaterialsModel, "Cura", 1, 0, "GenericMaterialsModel")
|
||||
qmlRegisterType(MaterialBrandsModel, "Cura", 1, 0, "MaterialBrandsModel")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue