9 lines
No EOL
179 B
QML
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!"
|
|
}
|
|
} |