summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/mdi.qdoc
blob: 23daeeb9bd47f124f9ec39b29a8763f621631d3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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

*/