summaryrefslogtreecommitdiffstats
path: root/src/designer/src/designer/doc/src/qtdesigner-index.qdoc
blob: 469cb587f9e4432a4ee1c4104db13d5cf429a2be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \page qtdesigner-index.html
    \title Qt Widgets Designer

    \brief Provides classes to create your own custom widget plugins for
    \QD and classes to access \QD components.

    In addition, the QFormBuilder class provides the possibility of
    constructing user interfaces from UI files at run-time.

    \note This documentation covers the tool \QD and classes
    related to building graphical user interfaces for Qt Widgets.
    \l {Qt Design Studio Manual}{Qt Design Studio} is a UI composition tool
    that covers all steps of UI design and implementation for Qt Quick user
    interfaces.

    \if !defined(qtforpython)

    \section1 Using the Module

    \include {module-use.qdocinc} {using the c++ api}

    \section2 Building with CMake

    \include {module-use.qdocinc} {building with cmake} {Designer}

    \section2 Building with qmake

    \include {module-use.qdocinc} {building_with_qmake} {designer}
    \endif

    \section1 Articles and Guides

    These articles contain information about \QD.

    \list
    \li \l{Creating and Using Components for Qt Widgets Designer} - Creating and using
        custom widget plugins
    \li \l{Qt Widgets Designer Manual} - Using Qt Widgets Designer
    \endlist

    \section1 API Reference

    These are links to the API reference material.

    \list
    \li \l{Qt Widgets Designer C++ Classes}{C++ Classes}
    \endlist

*/