Initial work for Compatiility Dialog done

CURA-7038
This commit is contained in:
Dimitriovski 2019-12-20 13:10:22 +01:00
parent 799e7fc48c
commit dc20db393e
No known key found for this signature in database
GPG key ID: 4E62757E2B0D304D
4 changed files with 250 additions and 8 deletions

View file

@ -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")