diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2026-02-07 17:29:48 +0100 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2026-02-07 17:29:48 +0100 |
| commit | 2eda97537b63d68b2e9ba06500e3fb491894d10c (patch) | |
| tree | 52873ad380cd97f4327765aac24659a2b00079b1 /package/contents/config/config.qml | |
feat: camper van energy monitoring widget for Plasma 6main
Pure QML KPackage widget with Rust background service for real-time
Victron energy system monitoring via MQTT and D-Bus.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'package/contents/config/config.qml')
| -rw-r--r-- | package/contents/config/config.qml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/contents/config/config.qml b/package/contents/config/config.qml new file mode 100644 index 0000000..1b48b5d --- /dev/null +++ b/package/contents/config/config.qml @@ -0,0 +1,11 @@ +import QtQuick 6.0 + +import org.kde.plasma.configuration 2.0 as PlasmaConfig + +PlasmaConfig.ConfigModel { + PlasmaConfig.ConfigCategory { + name: i18n("General") + icon: "configure" + source: "ConfigGeneral.qml" + } +} |
