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
designer-examples.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 \group examples-designer
6 \ingroup all-examples
7 \title Qt Widgets Designer Examples
8 \brief Using \QD to build your UI.
9
10 \QD is a capable graphical user interface designer that lets you
11 create and configure forms without writing code. GUIs created with
12 \QD can be compiled into an application or created at run-time.
13
14 The following examples illustrate how to create and use \QD forms
15 and how to create \QD custom widget plugins.
16*/
17
18/*
19 \list
20 \li \l{arthurplugin}{Arthur Plugin}
21 \li \l{calculatorbuilder}{Calculator Builder}\raisedaster
22 \li \l{calculatorform}{Calculator Form}\raisedaster
23 \li \l{calculatorform_mi}{Calculator Form/Multiple Inheritance}\raisedaster
24 \li \l{customwidgetplugin}{Custom Widget Plugin}\raisedaster
25 \li \l{taskmenuextension}{Task Menu Extension}\raisedaster
26 \li \l{containerextension}{Container Extension}\raisedaster
27 \endlist
28
29 Examples marked with an asterisk (*) are fully documented.
30*/