harbour-muchkin/qml/ImageView.qml

11 lines
149 B
QML
Raw Normal View History

2015-02-21 14:19:19 +00:00
import QtQuick 2.0
import Sailfish.Silica 1.0
Page {
Image {
anchors.fill: parent
source: "image://python/loadedImage"
}
}