The QML ReferenceΒΆ
A multi-paradigm language for application development
QML is a multi-paradigm language for creating highly dynamic applications. With QML, application building blocks such as UI components are declared and various properties set to define the application behavior. Application behavior can be further scripted through JavaScript, which is a subset of the language. In addition, QML heavily uses Qt, which allows types and other Qt features to be accessible directly from QML applications.
This reference guide describes the features of the QML language. Many of the QML types in the guide originate from the Qt Qml or Qt Quick modules.
id :ref:` <QML-Object-Attributes>` Attribute
Signal and Handler Event System
Integrating QML and JavaScript
QML Value Types
Defining Object Types from C++
QML Sequence Types
QML Namespaces
QML Modules
Specifying A QML Module
Supported QML Module Types
Identified Modules
Legacy Modules
Providing Types and Functionality in a C++ Plugin