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:
@@ -232,17 +232,10 @@ MainView {
|
||||
}
|
||||
|
||||
// ================================================================
|
||||
SettingsPage {
|
||||
id: settingsPage
|
||||
}
|
||||
=======
|
||||
// SEITE 1: EINSTELLUNGEN
|
||||
// ================================================================
|
||||
Settings {
|
||||
id: settingsPage
|
||||
}================================================================
|
||||
SettingsPage {
|
||||
id: settingsPage
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user