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
qtdesigner-index.qdoc
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \page qtdesigner-index.html
6 \title Qt Widgets Designer
7 \brief Provides classes to create your own custom widget plugins for
8 \QD and classes to access \QD components.
9
10 Provides classes to create your own custom widget plugins for
11 \QD and classes to access \QD components.
12
13 In addition, the QFormBuilder class provides the possibility of
14 constructing user interfaces from UI files at run-time.
15
16 \note This documentation covers the tool \QD and classes
17 related to building graphical user interfaces for Qt Widgets.
18 \l {Qt Design Studio Manual}{Qt Design Studio} is a UI composition tool
19 that covers all steps of UI design and implementation for Qt Quick user
20 interfaces.
21
22 \if !defined(qtforpython)
23
24 \section1 Using the Module
25
26 \include {module-use.qdocinc} {using the c++ api}
27
28 \section2 Building with CMake
29
30 \include {module-use.qdocinc} {building with cmake} {Designer}
31
32 \section2 Building with qmake
33
34 \include {module-use.qdocinc} {building_with_qmake} {designer}
35 \endif
36
37 \section1 Articles and Guides
38
39 These articles contain information about \QD.
40
41 \list
42 \li \l{Creating and Using Components for Qt Widgets Designer} - Creating and using
43 custom widget plugins
44 \li \l{Qt Widgets Designer Manual} - Using Qt Widgets Designer
45 \endlist
46
47 \section1 API Reference
48
49 These are links to the API reference material.
50
51 \list
52 \li \l{Qt Widgets Designer C++ Classes}{C++ Classes}
53 \endlist
54
55*/