shift-shell/look-and-feel/contents/lockscreen/LockKey.qml

13 lines
230 B
QML
Raw Normal View History

import QtQuick 2.0
import org.kde.plasma.core 2.0 as PlasmaCore
PlasmaCore.SvgItem {
id: square
property int value: 0
2014-08-19 16:03:47 +00:00
anchors.top: parent.top
width: parent.width/4
height: parent.height
svg: symbolsSvg
}