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
qtuitools-index.qdoc
Go to the documentation of this file.
1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \page qtuitools-index.html
6 \title Qt UI Tools
7
8 \brief Provides classes to handle forms created with \QD.
9
10 \QD forms are processed at run-time to produce dynamically generated
11 user interfaces. In order to generate a form at run-time, a resource
12 file containing a UI file is needed.
13
14 A form loader object, provided by the QUiLoader class, is used to construct
15 the user interface. This user interface can be retrieved from any QIODevice.
16 For example, a QFile object can be used to obtain a form stored in a
17 project's resources. The QUiLoader::load() function takes the user interface
18 description contained in the file and constructs the form widget.
19
20 \section1 Using the Module
21
22 \include {module-use.qdocinc} {using the c++ api}
23
24 \section2 Building with CMake
25
26 \include {module-use.qdocinc} {building with cmake} {UiTools}
27
28 \section2 Building with qmake
29
30 \include {module-use.qdocinc} {building_with_qmake} {uitools}
31
32 \section1 Licenses and Attributions
33
34 \section1 Examples
35
36 \list
37 \li \l {Qt UI Tools Examples}
38 \endlist
39
40 \section1 Reference
41
42 \list
43 \li \l {Qt UI Tools C++ Classes} {C++ Classes}
44 \endlist
45
46 \section1 Licenses
47
48 Qt UI Tools is available under commercial licenses from \l{The Qt Company}.
49 In addition, it is available under free software licenses. Since Qt 6.0,
50 these free software licenses are
51 \l{GNU Lesser General Public License, version 3}, or
52 the \l{GNU General Public License, version 2}.
53 See \l{Qt Licensing} for further details.
54*/