init files from local folder
init with all my previous files
This commit is contained in:
commit
82c36314d1
23 changed files with 1023 additions and 0 deletions
9
hs80/hs80-kde-extension/package/contents/ui/main.qml
Normal file
9
hs80/hs80-kde-extension/package/contents/ui/main.qml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import QtQuick
|
||||
import org.kde.plasma.plasmoid
|
||||
import org.kde.plasma.components as PlasmaComponents
|
||||
|
||||
PlasmoidItem{
|
||||
PlasmaComponents.Label {
|
||||
text: "Hello World!"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue