11 lines
149 B
QML
11 lines
149 B
QML
|
import QtQuick 2.0
|
||
|
import Sailfish.Silica 1.0
|
||
|
|
||
|
Page {
|
||
|
Image {
|
||
|
anchors.fill: parent
|
||
|
source: "image://python/loadedImage"
|
||
|
}
|
||
|
|
||
|
}
|