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
qtqml-tooling.qdoc
Go to the documentation of this file.
1// Copyright (C) 2023 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3/*!
4\group qtqml-tooling
5\title Qt Qml Tooling
6\brief List of Qt Qml Tools and Utilities
7
8The Qt Qml module provides a range of tools and utilities that enhance
9the developer and designer experience and includes some internal tools
10used by Qt. The following sections offer a concise overview of these tools
11and utilities, along with links to additional information about each of them.
12
13\section1 Qt Quick Compiler
14
15The \l{Qt Quick Compiler} processes QML and JavaScript code at compile time to improve
16application performance. It consists of two main components: the QML type compiler
17which generates C++ classes from QML types, and the QML script compiler which compiles
18bindings and functions to efficient byte code and C++. This results in faster
19application startup and more efficient execution of QML code.
20
21\section1 Developer tools
22
23A set of tools provided by the Qt Qml module that aim to facilitate a QML
24developer's life during various phases of development. These tools are:
25
26\annotatedlist qtqml-tooling-devtools
27
28\section1 Designer tools
29
30The Qt Qml module also provides user facing tools which can increase the
31productivity of designers by helping them with fast prototyping. These tools are:
32
33\annotatedlist qtqml-tooling-design
34
35\section1 Internal tools
36
37Certain utility tools are not intended for direct user interaction.
38Instead, they are all meant to be invoked by the build system,
39augmenting its functionality and capabilities.
40
41\annotatedlist qtqml-tooling-internal
42
43\section1 All Qml tools
44
45*/