Cura/resources/qml/Settings
HellAholic 9bd874a38d Add null checks for definition in settings QML files
Added checks for null or undefined 'definition' objects in SettingCategory.qml, SettingComboBox.qml, SettingItem.qml, and SettingTextField.qml to prevent runtime errors. This improves stability when settings definitions are missing or not yet loaded.
2025-09-09 19:13:06 +02:00
..
SettingCategory.qml Add null checks for definition in settings QML files 2025-09-09 19:13:06 +02:00
SettingCheckBox.qml Click on checkbox only for checkbox-setting. 2022-08-05 13:33:50 +02:00
SettingComboBox.qml Add null checks for definition in settings QML files 2025-09-09 19:13:06 +02:00
SettingExtruder.qml Move base hovered logic out of ComboBox.qml since base is undefined in most places the component is used. 2022-11-15 14:08:47 +01:00
SettingItem.qml Add null checks for definition in settings QML files 2025-09-09 19:13:06 +02:00
SettingOptionalExtruder.qml Move base hovered logic out of ComboBox.qml since base is undefined in most places the component is used. 2022-11-15 14:08:47 +01:00
SettingTextField.qml Add null checks for definition in settings QML files 2025-09-09 19:13:06 +02:00
SettingUnknown.qml Replace usage of controls label with our custom label 2021-11-10 16:37:26 +01:00
SettingView.qml Fix value-units can now change visually/immediately on printer switch. 2025-03-04 16:08:50 +01:00