mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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. |
||
|---|---|---|
| .. | ||
| Materials | ||
| GeneralPage.qml | ||
| MachinesPage.qml | ||
| ProfilesPage.qml | ||
| ProfileTab.qml | ||
| ReadOnlySpinBox.qml | ||
| ReadOnlyTextArea.qml | ||
| ReadOnlyTextField.qml | ||
| SettingVisibilityPage.qml | ||