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\meta {keywords} {qmltopic}
7\title The QML Reference
8\brief A multi-paradigm language for application development
9
10QML is a multi-paradigm language for creating highly dynamic applications. With
11QML, application building blocks such as UI components are \e declared and
12various properties set to define the application behavior. Application behavior
13can be further scripted through JavaScript, which is a subset of the language.
14In addition, QML heavily uses Qt, which allows types and other Qt features to
15be accessible directly from QML applications.
16
17This reference guide describes the features of the QML language. Many of the
18QML types in the guide originate from the \l{Qt Qml} or \l{Qt Quick}
19modules.
20
21\list
22\include includes/qml-language-reference.qdocinc qml-language-reference-structure
23\endlist
24
25*/