fix: SettingsPage zu Settings umbenannt + Slider Signal Handler

- SettingsPage.qml -> Settings.qml für bessere QML-Engine-Kompatibilität
- onMoved -> onValueChanged für Slider-Signal-Handler (Qt-Version Kompatibilität)

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
darklithium
2026-06-03 00:32:59 +02:00
parent e31fd5fdce
commit f82cbf40c9
2 changed files with 88 additions and 7 deletions
-7
View File
@@ -232,17 +232,10 @@ MainView {
}
// ================================================================
SettingsPage {
id: settingsPage
}
=======
// SEITE 1: EINSTELLUNGEN
// ================================================================
Settings {
id: settingsPage
}================================================================
SettingsPage {
id: settingsPage
}
}
}