summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2024-02-28 11:51:38 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-02-28 16:29:27 +0000
commit0a04f62aa3a466c19649e59ec47ace3cf6b8a04e (patch)
tree3c14c39f6273869fd9b265f56bd662975c5ef88e
parent4819ee4448c89b4801911780982999d242f74392 (diff)
doc: document that Window.parent is not supported on AMWs yet
Change-Id: I7daa6bd08dcc9b03ac37f2a1c8fd34cdf4e4163b Reviewed-by: Dominik Holland <dominik.holland@qt.io> (cherry picked from commit d97ceffb2e203889366d10eca264a7f0da9a08ec) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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