Cura/resources/qml/Settings
Ghostkeeper dff94b4559
Make ExtruderManager a QML context item
There were two singletons of this manager: One created by QML and managed by QML, and one created by us and managed by our own singleton pattern. That won't work! So we now manage just our own singleton type, and make it a context item for QML so it can use the manager too.

Contributes to issues CURA-340 and CURA-1278.
2016-06-07 11:55:14 +02:00
..
SettingCategory.qml Remove qmldir from qml resources and use proper Cura namespace for everything 2016-05-31 18:07:33 +02:00
SettingCheckBox.qml Fix mouseover highlight of checkbox settings 2016-06-01 23:59:09 +02:00
SettingComboBox.qml Make SettingComboBox work (mostly) properly 2016-05-16 18:22:37 +02:00
SettingExtruder.qml Set colours of extruder selection to material colour 2016-06-05 16:18:07 +02:00
SettingItem.qml Added properties to make setting items more customisable 2016-06-02 15:52:25 +02:00
SettingTextField.qml Setting textfield now updates correctly, even when mouse is hovering another text field. 2016-06-01 13:35:09 +02:00
SettingUnknown.qml Fix SettingUnknown setting handler to display correctly 2016-05-11 17:19:31 +02:00
SettingView.qml Make ExtruderManager a QML context item 2016-06-07 11:55:14 +02:00