Cura/resources/qml/Preferences
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
..
Materials Turn MaterialManagementModel into a singleton 2019-08-27 15:47:41 +02:00
GeneralPage.qml Rename Orthogonal to Orthographic everywhere 2019-07-30 17:35:40 +02:00
MachinesPage.qml Remove a few more usages of deprecated functions 2019-05-16 15:20:38 +02:00
ProfilesPage.qml Add the ids for the menu buttons to be used in Squish. 2019-05-09 16:38:06 +02:00
ProfileTab.qml Added id's to printer button, installed plugins, material fields and profile tab for integration tests 2019-03-01 12:47:29 +01:00
ReadOnlySpinBox.qml Fix the updating of material diameter. 2019-07-02 15:16:41 +02:00
ReadOnlyTextArea.qml Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
ReadOnlyTextField.qml Fix Enter key handling on material management page 2018-03-16 11:05:38 +01:00
SettingVisibilityPage.qml Remove a few more usages of deprecated functions 2019-05-16 15:20:38 +02:00