a462d8ab4f
Plasma/Applet package metadata (tray applet, id sk.houmeres.synologynas) and the KConfigXT schema (hosts JSON, mount root, SMB version, options). Passwords are never stored in config — they live in KWallet. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
16 lines
325 B
QML
16 lines
325 B
QML
import QtQuick
|
|
import org.kde.plasma.configuration
|
|
|
|
ConfigModel {
|
|
ConfigCategory {
|
|
name: i18n("NAS Hosts")
|
|
icon: "network-server"
|
|
source: "config/ConfigHosts.qml"
|
|
}
|
|
ConfigCategory {
|
|
name: i18n("General")
|
|
icon: "configure"
|
|
source: "config/ConfigGeneral.qml"
|
|
}
|
|
}
|