Commit 6458ad7e authored by SergeyChupligin's avatar SergeyChupligin Committed by Sergey Chupligin

[devicelock] Configurable lockscreen image

parent 9af75012
...@@ -2,10 +2,17 @@ import QtQuick 2.0 ...@@ -2,10 +2,17 @@ import QtQuick 2.0
import org.nemomobile.lipstick 0.1 import org.nemomobile.lipstick 0.1
import org.nemomobile.devicelock 1.0 import org.nemomobile.devicelock 1.0
import org.nemomobile.configuration 1.0
Image { Image {
id: lockScreen id: lockScreen
source: "qrc:/qml/images/graphics-wallpaper-home.jpg" source: lockScreenWallpaper.value
ConfigurationValue{
id: lockScreenWallpaper
key: "/home/glacier/lockScreen/wallpaperImage"
defaultValue: "qrc:/qml/images/graphics-wallpaper-home.jpg"
}
LockscreenClock { LockscreenClock {
id: clock id: clock
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment