doc: Remove link to missing showShaded() function

Pick-to: 6.8
Change-Id: I8a70558521a6829e0bd99f03a7aa695681061945
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
(cherry picked from commit c08ca6ff02af9d735b2692b958c1666ea96996bd)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
David Boddie 2025-02-17 13:28:40 +01:00 committed by Qt Cherry-pick Bot
parent 7cab94a4c8
commit 73e9605765

View File

@ -19,10 +19,7 @@
Unlike the window managers for top-level windows, all window flags
(Qt::WindowFlags) are supported by QMdiArea as long as the flags
are supported by the current widget style. If a specific flag is
not supported by the style (e.g., the
\l{Qt::}{WindowShadeButtonHint}), you can still shade the window
with showShaded().
are supported by the current widget style.
Subwindows in QMdiArea are instances of QMdiSubWindow. They
are added to an MDI area with addSubWindow(). It is common to pass