harbour-muchkin/qml/Main.qml

10 lines
113 B
QML

import QtQuick 2.0
import Sailfish.Silica 1.0
Page {
id: main
Label{
text:"qml example"
}
}