aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/pyside-examples/pyside-classwizard.qdoc
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-03-16 23:39:14 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-03-17 21:51:46 +0000
commitdc3e4a064ee7e88e0950b860f8d0aa7557fb6f5c (patch)
tree65b2c51d5e3d03f7771efc3ee83672b058162e6c /sources/pyside6/doc/pyside-examples/pyside-classwizard.qdoc
parent5810a773a1e7ebcba77de76dcd701d45032be8b9 (diff)
doc: migrate qdoc approach to document examples
There were two previous documented examples using the approach based on qdoc: stardelegate, and classwizard. This patch moves them into the 'doc/' directory for each example, and partially revert the changes from 308157f01260c640e21f6972619d3b380c007acb Additionally, an unrelated screenshot was moved to a new general 'images/' directory. Task-number: PYSIDE-1112 Change-Id: I239a24fa4e4f970540857ba8b33b9b13c18142b1 Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit d97aedf37809c479ab409c4247b60c0cfcef35d6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'sources/pyside6/doc/pyside-examples/pyside-classwizard.qdoc')
-rw-r--r--sources/pyside6/doc/pyside-examples/pyside-classwizard.qdoc39
1 files changed, 0 insertions, 39 deletions
diff --git a/sources/pyside6/doc/pyside-examples/pyside-classwizard.qdoc b/sources/pyside6/doc/pyside-examples/pyside-classwizard.qdoc
deleted file mode 100644
index edfd68fd5..000000000
--- a/sources/pyside6/doc/pyside-examples/pyside-classwizard.qdoc
+++ /dev/null
@@ -1,39 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2019 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$
-**
-****************************************************************************/
-
-/*!
- \example widgets/dialogs/classwizard
- \title PySide6.QtWidgets - Classwizard Example
- \ingroup all-pyside-examples
- \brief Demonstrates the use of QDialog in a wizard application
-
- This example demonstrates the use a custom QDialog in a wizard,
- which generates necessary C++ class template code.
-
- \image pysideexample-classwizard.png
-
-*/