doc: Remove link to missing showShaded() function

Pick-to: 6.8 6.9
Change-Id: I8a70558521a6829e0bd99f03a7aa695681061945
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
This commit is contained in:
David Boddie 2025-02-17 13:28:40 +01:00
parent bcbb1701ab
commit c08ca6ff02

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