Cura/resources/qml/Preferences/Materials
Ghostkeeper 8346e465f6
Turn MaterialManagementModel into a singleton
Just like MaterialManager used to be. There can be only one instance of the page then.
This prevents a crash when Qt deletes the QObject because it's no longer used in the page when you close the preferences screen. But when you open it again it doesn't construct a new one. Now there is always one instance so that's not a problem any more. Also it allows other pages to access this item.

Contributes to issue CURA-6600.
2019-08-27 15:47:41 +02:00
..
MaterialsBrandSection.qml Remove custom text property in materials brand section 2019-05-07 14:27:39 +02:00
MaterialsDetailsPanel.qml Ensure that the material selection gets reset when diameter is changed 2019-07-02 17:59:27 +02:00
MaterialsList.qml Fix material current item reset 2019-07-30 15:16:50 +02:00
MaterialsPage.qml Turn MaterialManagementModel into a singleton 2019-08-27 15:47:41 +02:00
MaterialsSlot.qml Fix the disabling of the material setting fields. 2019-07-30 11:29:49 +02:00
MaterialsTypeSection.qml Fix a number of QML warnings 2019-05-16 14:23:09 +02:00
MaterialsView.qml Turn MaterialManagementModel into a singleton 2019-08-27 15:47:41 +02:00