mirror of
https://github.com/samjage/weather-and-stats.git
synced 2026-06-06 00:20:42 +00:00
17 lines
355 B
QML
17 lines
355 B
QML
import QtQuick
|
|
import org.kde.plasma.plasmoid
|
|
import org.kde.plasma.configuration
|
|
|
|
ConfigModel {
|
|
ConfigCategory {
|
|
name: "General"
|
|
icon: "weather-and-stats"
|
|
source: "configGeneral.qml"
|
|
}
|
|
ConfigCategory {
|
|
name: "Appearance"
|
|
icon: "preferences-desktop-theme"
|
|
source: "configAppearance.qml"
|
|
}
|
|
}
|