HomeLab/hs80/hs80-kde-extension/package/contents/ui/main.qml
griffix 82c36314d1
init files from local folder
init with all my previous files
2025-08-01 14:59:36 +02:00

9 lines
No EOL
179 B
QML

import QtQuick
import org.kde.plasma.plasmoid
import org.kde.plasma.components as PlasmaComponents
PlasmoidItem{
PlasmaComponents.Label {
text: "Hello World!"
}
}