Bitcoin Price widget v1.0.0: Plasma 5 applet (EUR via CoinGecko, trend-kleuren, config interval min 5 min)

This commit is contained in:
ArnoldCordewiner
2026-09-05 19:26:24 +02:00
commit e3934f33b6
7 changed files with 327 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import QtQuick 2.15
import org.kde.plasma.configuration 2.0
ConfigModel {
ConfigCategory {
name: i18n("Algemeen")
icon: "preferences-desktop"
source: "configGeneral.qml"
}
}