shift-shell/look-and-feel/lockscreen/LockScreen.qml

8 lines
87 B
QML

Item {
id: lockscreen
Rectangle {
id: test
color: red
}
}