15 lines
360 B
Plaintext
15 lines
360 B
Plaintext
// 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
|
|
|
|
*/
|