diff options
| author | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2023-03-01 14:56:34 +0100 |
|---|---|---|
| committer | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2023-03-02 12:08:11 +0100 |
| commit | 3c104c279911419f3d0a9e6f3ac050e6f3968e7e (patch) | |
| tree | ecd48d188ee4cce2baf641407e41642ccfe22ce2 /examples/widgets/doc/src | |
| parent | 277d809ba4f8c60812286f15a116d2520e2eb0fc (diff) | |
Remove the 'sdi' example
It is essentially the same as the other mainwindow examples, showing
how to create a text editor. The only special code here is the tiling of
the different main windows, which - without any documentation or
explanation - is neither very helpful, nor relevant in 2023.
Pick-to: 6.5
Change-Id: I48b92b1cf057f586e0d2842d1c0a3312154e9a13
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'examples/widgets/doc/src')
| -rw-r--r-- | examples/widgets/doc/src/application.qdoc | 5 | ||||
| -rw-r--r-- | examples/widgets/doc/src/sdi.qdoc | 13 |
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 -*/ |
