Qt Components Hildon  0.20
QML components for Maemo5 with Hildon styling.
 All Classes Functions Properties Groups Pages
helloworld.qml
import QtQuick 1.0
import org.hildon.components 1.0
Window {
id: window
title: qsTr("Hello World Example")
visible: true
anchors.centerIn: parent
text: qsTr("Hello World!")
}
}