MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML Utility Elements

QML Component Element

The Component element encapsulates a QML component definition.

QML Connections Element

A Connections element describes generalized connections to signals.

QML FontLoader Element

The FontLoader element allows fonts to be loaded by name or URL.

QML LayoutItem Element

The LayoutItem element allows declarative UI elements to be placed inside Qt's Graphics View layouts.

QML LayoutMirroring Element

The LayoutMirroring attached property is used to mirror layout behavior.

QML Loader Element

The Loader item allows dynamically loading an Item-based subtree from a URL or Component.

QML Qt Element

The QML global Qt object provides useful enums and functions from Qt.

QML QtObject Element

The QtObject element is the most basic element in QML.

QML Repeater Element

The Repeater element allows you to repeat an Item-based component using a model.

QML SystemPalette Element

The SystemPalette element provides access to the Qt palettes.

QML Timer Element

The Timer item triggers a handler at a specified interval.

QML WorkerScript Element

The WorkerScript element enables the use of threads in QML.