summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-01 14:56:34 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-02 12:08:11 +0100
commit3c104c279911419f3d0a9e6f3ac050e6f3968e7e (patch)
treeecd48d188ee4cce2baf641407e41642ccfe22ce2 /src/widgets/widgets
parent277d809ba4f8c60812286f15a116d2520e2eb0fc (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 'src/widgets/widgets')
-rw-r--r--src/widgets/widgets/qmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/widgets/qmainwindow.cpp b/src/widgets/widgets/qmainwindow.cpp
index 256e97396b..a5f7973994 100644
--- a/src/widgets/widgets/qmainwindow.cpp
+++ b/src/widgets/widgets/qmainwindow.cpp
@@ -278,7 +278,7 @@ void QMainWindowPrivate::init()
\sa QMenuBar, QToolBar, QStatusBar, QDockWidget,
{Qt Widgets - Application Example}, {Dock Widgets Example},
- {MDI Example}, {SDI Example}, {Menus Example}
+ {MDI Example}, {Menus Example}
*/
/*!