summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2024-02-28 11:51:38 +0100
committerRobert Griebl <robert.griebl@qt.io>2024-02-28 14:53:25 +0100
commitd97ceffb2e203889366d10eca264a7f0da9a08ec (patch)
tree9e7e477c6d7860965733d3142fcc1c901e23390f
parentdd95e8a0023ad6d1ee3ac62087ef4ef70d47c64a (diff)
doc: document that Window.parent is not supported on AMWs yet
Change-Id: I7daa6bd08dcc9b03ac37f2a1c8fd34cdf4e4163b Pick-to: 6.7 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
-rw-r--r--doc/whatsnew.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew.qdoc b/doc/whatsnew.qdoc
index 98c3a8fc..5352e755 100644
--- a/doc/whatsnew.qdoc
+++ b/doc/whatsnew.qdoc
@@ -30,6 +30,8 @@ for all cases:
\li The new API closely mirrors Qt's existing \l{Window} API, including the attached properties.
\li Tracking the window's \l{ApplicationManagerWindow::}{active} state and its
\l{ApplicationManagerWindow::}{activeFocusItem} is now supported also in single-process mode.
+ \li Embedding an ApplicationManagerWindow into another one similar to the preliminary
+ Window::parent mechanism is not supported yet.
\li There still is full access to the \l{ApplicationManagerWindow::}{backingObject} (\l Window
or \l Item) if needed.
\endlist