Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qmlreference.qdoc
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\page qmlreference.html
6\title The QML Reference
7\brief A multi-paradigm language for application development
8
9QML is a multi-paradigm language for creating highly dynamic applications. With
10QML, application building blocks such as UI components are \e declared and
11various properties set to define the application behavior. Application behavior
12can be further scripted through JavaScript, which is a subset of the language.
13In addition, QML heavily uses Qt, which allows types and other Qt features to
14be accessible directly from QML applications.
15
16This reference guide describes the features of the QML language. Many of the
17QML types in the guide originate from the \l{Qt Qml} or \l{Qt Quick}
18modules.
19
20\list
21\include includes/qml-language-reference.qdocinc qml-language-reference-structure
22\endlist
23
24*/