Move MDI example to manual test
Pick-to: 6.5 6.6 Change-Id: Ide698a171a4600cb4bac6574b6be74c17f779051 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
@ -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
|
||||
|
||||
*/
|
@ -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)
|
||||
|
@ -1,4 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = mainwindow \
|
||||
mdi \
|
||||
menus
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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}
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 852 B After Width: | Height: | Size: 852 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |