Move MDI example to manual test

Pick-to: 6.5 6.6
Change-Id: Ide698a171a4600cb4bac6574b6be74c17f779051
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Tor Arne Vestbø 2023-06-26 14:43:36 +02:00
parent 15db0935c5
commit 4b79834e1a
20 changed files with 2 additions and 22 deletions

View File

@ -1,14 +0,0 @@
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\example mainwindows/mdi
\title MDI Example
\ingroup examples-mainwindow
\brief The MDI example shows how to implement a Multiple Document Interface using Qt's
QMdiArea class.
\image mdi-example.png
*/

View File

@ -2,5 +2,4 @@
# SPDX-License-Identifier: BSD-3-Clause
qt_internal_add_example(mainwindow)
qt_internal_add_example(mdi)
qt_internal_add_example(menus)

View File

@ -1,4 +1,3 @@
TEMPLATE = subdirs
SUBDIRS = mainwindow \
mdi \
menus

View File

@ -486,10 +486,6 @@
\header
\li About
\li Here
\row
\li MDI applications
\li QMdiArea,
\l{MDI Example}
\row
\li Files and I/O devices
\li QFile, QIODevice

View File

@ -11543,7 +11543,7 @@ void QWidgetPrivate::setWindowOpacity_sys(qreal level)
its parent because other children of the parent might have been
modified.
\sa windowTitle, {MDI Example}
\sa windowTitle
*/
bool QWidget::isWindowModified() const
{

View File

@ -281,7 +281,7 @@ void QMainWindowPrivate::init()
of the toolbars and dock widgets that are stored.
\sa QMenuBar, QToolBar, QStatusBar, QDockWidget,
{MDI Example}, {Menus Example}
{Menus Example}
*/
/*!

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 852 B

After

Width:  |  Height:  |  Size: 852 B

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB