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 Developer tools
14
15A set of tools provided by the Qt Qml module that aim to facilitate a QML
16developer's life during various phases of development. These tools are:
17
18\annotatedlist qtqml-tooling-devtools
19
20\section1 Designer tools
21
22The Qt Qml module also provides user facing tools which can increase the
23productivity of designers by helping them with fast prototyping. These tools are:
24
25\annotatedlist qtqml-tooling-design
26
27\section1 Internal tools
28
29Certain utility tools are not intended for direct user interaction.
30Instead, they are all meant to be invoked by the build system,
31augmenting its functionality and capabilities.
32
33\annotatedlist qtqml-tooling-internal
34
35\section1 All Qml tools
36
37*/