summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
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/kernel
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/kernel')
-rw-r--r--src/widgets/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
index e77aec6f72..eb7627d641 100644
--- a/src/widgets/kernel/qwidget.cpp
+++ b/src/widgets/kernel/qwidget.cpp
@@ -11482,7 +11482,7 @@ void QWidgetPrivate::setWindowOpacity_sys(qreal level)
its parent because other children of the parent might have been
modified.
- \sa windowTitle, {Qt Widgets - Application Example}, {SDI Example},
+ \sa windowTitle, {Qt Widgets - Application Example},
{MDI Example}
*/
bool QWidget::isWindowModified() const