Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 Developer Tools
14
15A set of tools provided by the Qt Qml module that aim to facilitate a QML developer's life
16during various phases of development. These tools are:
17
18\list
19 \li \l {qmllint Reference}{qmllint}
20 \li \l {qmlformat}
21 \li \l {\QMLLS Reference}{qmlls}
22 \li \l {qmlprofiler}
23\endlist
24
25\section1 Designer Tools
26
27The Qt Qml module also provides user facing tools which can increase the productivity
28of designers by helping them with fast prototyping. These tools are:
29
30\list
31 \li \l{qml}
32 \li \l{qmlpreview}
33\endlist
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\list
42 \li \l {QML type compiler}
43 \li \l {QML script compiler}
44 \li \l {qmltyperegistrar}
45 \li \l {qmlimportscanner}
46\endlist
47
48*/