QML Utility Elements

LayoutMirroring

The LayoutMirroring attached property is used to mirror layout behavior.

LayoutItem

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

Loader

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

Repeater

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

Component

The Component element encapsulates a QML component definition.

QtObject

The QtObject element is the most basic element in QML.

Qt

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

WorkerScript

The WorkerScript element enables the use of threads in QML.

Connections

A Connections element describes generalized connections to signals.

FontLoader

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

SystemPalette

The SystemPalette element provides access to the Qt palettes.

Timer

The Timer item triggers a handler at a specified interval.

Groups Of Related QML Elements

If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here.

LayoutMirroring

The LayoutMirroring attached property is used to mirror layout behavior.

LayoutItem

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

Loader

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

Repeater

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

Component

The Component element encapsulates a QML component definition.

QtObject

The QtObject element is the most basic element in QML.

Qt

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

WorkerScript

The WorkerScript element enables the use of threads in QML.

Connections

A Connections element describes generalized connections to signals.

FontLoader

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

SystemPalette

The SystemPalette element provides access to the Qt palettes.

Timer

The Timer item triggers a handler at a specified interval.

Groups Of Related QML Elements

If you know what kind of QML element you want (Basic Visual, Interaction, Animation, etc), look here.