QML Utility Elements

Component

Element encapsulates a QML component definition

Connections

A Connections element describes generalized connections to signals

FontLoader

Element allows fonts to be loaded by name or URL

LayoutItem

Element allows declarative UI elements to be placed inside Qt's Graphics View layouts

LayoutMirroring

Attached property is used to mirror layout behavior

Loader

Item allows dynamically loading an Item-based subtree from a URL or Component

Qt

QML global Qt object provides useful enums and functions from Qt

QtObject

Element is the most basic element in QML

Repeater

Element allows you to repeat an Item-based component using a model

SystemPalette

Element provides access to the Qt palettes

Timer

Item triggers a handler at a specified interval

WorkerScript

Element enables the use of threads in QML

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.