summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src')
-rw-r--r--examples/widgets/doc/src/application.qdoc5
-rw-r--r--examples/widgets/doc/src/sdi.qdoc13
2 files changed, 2 insertions, 16 deletions
diff --git a/examples/widgets/doc/src/application.qdoc b/examples/widgets/doc/src/application.qdoc
index 0c6839bf4a6..43073a8152f 100644
--- a/examples/widgets/doc/src/application.qdoc
+++ b/examples/widgets/doc/src/application.qdoc
@@ -27,9 +27,8 @@
To keep the example simple, recently opened files aren't shown in
the \uicontrol{File} menu, even though this feature is desired in 90%
of applications. Furthermore, this example can only load one file at a
- time. The \l{mainwindows/sdi}{SDI} and \l{mainwindows/mdi}{MDI} examples
- show how to lift these restrictions and how to implement recently opened files
- handling.
+ time. The \l{mainwindows/mdi}{MDI} example shows how to lift these
+ restrictions and how to implement recently opened files handling.
\section1 MainWindow Class Definition
diff --git a/examples/widgets/doc/src/sdi.qdoc b/examples/widgets/doc/src/sdi.qdoc
deleted file mode 100644
index eebb50cbfee..00000000000
--- a/examples/widgets/doc/src/sdi.qdoc
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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
-*/