summaryrefslogtreecommitdiffstats
path: root/src/designer/src/designer/doc/src/designer-examples.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/designer/doc/src/designer-examples.qdoc')
-rw-r--r--src/designer/src/designer/doc/src/designer-examples.qdoc43
1 files changed, 9 insertions, 34 deletions
diff --git a/src/designer/src/designer/doc/src/designer-examples.qdoc b/src/designer/src/designer/doc/src/designer-examples.qdoc
index 72f7fb500..6eb9dc8a0 100644
--- a/src/designer/src/designer/doc/src/designer-examples.qdoc
+++ b/src/designer/src/designer/doc/src/designer-examples.qdoc
@@ -1,42 +1,18 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU Free Documentation License Usage
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of
-** this file. Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\group examples-designer
\ingroup all-examples
- \title Qt Designer Examples
- \brief Using Qt Designer to build your UI.
+ \title Qt Widgets Designer Examples
+ \brief Using \QD to build your UI.
- Qt Designer is a capable graphical user interface designer that lets you
+ \QD is a capable graphical user interface designer that lets you
create and configure forms without writing code. GUIs created with
- Qt Designer can be compiled into an application or created at run-time.
+ \QD can be compiled into an application or created at run-time.
- The following examples illustrate how to create and use Qt Designer forms
- and how to create Qt Designer custom widget plugins.
+ The following examples illustrate how to create and use \QD forms
+ and how to create \QD custom widget plugins.
*/
/*
@@ -44,11 +20,10 @@
\li \l{arthurplugin}{Arthur Plugin}
\li \l{calculatorbuilder}{Calculator Builder}\raisedaster
\li \l{calculatorform}{Calculator Form}\raisedaster
+ \li \l{calculatorform_mi}{Calculator Form/Multiple Inheritance}\raisedaster
\li \l{customwidgetplugin}{Custom Widget Plugin}\raisedaster
\li \l{taskmenuextension}{Task Menu Extension}\raisedaster
\li \l{containerextension}{Container Extension}\raisedaster
- \li \l{worldtimeclockbuilder}{World Time Clock Builder}\raisedaster
- \li \l{worldtimeclockplugin}{World Time Clock Plugin}\raisedaster
\endlist
Examples marked with an asterisk (*) are fully documented.