14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
// Copyright (C) 2016 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
|
|
|
/*!
|
|
\example mainwindows/sdi
|
|
\title SDI Example
|
|
\ingroup examples-mainwindow
|
|
|
|
\brief The SDI example shows how to create a Single Document Interface. It uses a number of
|
|
top-level windows to display the contents of different text files.
|
|
|
|
\image sdi-example.png
|
|
*/
|