QML Utility Elements
Element encapsulates a QML component definition | |
A Connections element describes generalized connections to signals | |
Element allows fonts to be loaded by name or URL | |
Element allows declarative UI elements to be placed inside Qt's Graphics View layouts | |
Attached property is used to mirror layout behavior | |
Item allows dynamically loading an Item-based subtree from a URL or Component | |
QML global Qt object provides useful enums and functions from Qt | |
Element is the most basic element in QML | |
Element allows you to repeat an Item-based component using a model | |
Element provides access to the Qt palettes | |
Item triggers a handler at a specified interval | |
Element enables the use of threads in QML |
Element encapsulates a QML component definition | |
A Connections element describes generalized connections to signals | |
Element allows fonts to be loaded by name or URL | |
Element allows declarative UI elements to be placed inside Qt's Graphics View layouts | |
Attached property is used to mirror layout behavior | |
Item allows dynamically loading an Item-based subtree from a URL or Component | |
QML global Qt object provides useful enums and functions from Qt | |
Element is the most basic element in QML | |
Element allows you to repeat an Item-based component using a model | |
Element provides access to the Qt palettes | |
Item triggers a handler at a specified interval | |
Element enables the use of threads in QML |