The QML Reference
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.
- The QML Language
- The QML Type System
- QML Object Types
- QML Value Types
- QML Enumerations
- QML Sequence Types
- Singletons in QML
- QML Attached Types
- QML Namespaces
- JavaScript Types
- Data Type Conversion Between QML and C++
- Interacting with QML Objects from C++
- Integrating with JavaScript values from C++
- Embedding C++ Objects into QML with Context Properties
- QML Modules
- JavaScript in QML