Qt Components Hildon
0.20
QML components for Maemo5 with Hildon styling.
Main Page
Modules
Classes
Examples
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
Label
{
anchors.centerIn: parent
text: qsTr(
"Hello World!"
)
}
}
Generated on Thu Oct 22 2015 02:09:39 for Qt Components Hildon by
1.8.1.2