summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-03-20 10:41:24 +0200
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-03-20 14:36:59 +0200
commite9ad3352df0815761c1fde8ea36b040e8431f360 (patch)
treefc3616cad4c8a6ebbfc4806939eaf00f0ff93f5a
parent6c62408bc4ca6978232ba6d3c88cc5649c2c8919 (diff)
Docs: recommend to use QtQuickControls 2 Dialog on Androidv5.15.0-beta4v5.15.0-beta3
Fixes: QTBUG-82781 Change-Id: I98bb77d9118d05b16235cc1107d6e7a74b70fc65 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
-rw-r--r--src/dialogs/qquickdialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dialogs/qquickdialog.cpp b/src/dialogs/qquickdialog.cpp
index 4ccc0f9d7..eeb9cda84 100644
--- a/src/dialogs/qquickdialog.cpp
+++ b/src/dialogs/qquickdialog.cpp
@@ -56,6 +56,8 @@ QT_BEGIN_NAMESPACE
The purpose of Dialog is to wrap arbitrary content into a \e {dialog window}
including a row of platform-tailored buttons.
+ \note On Android, it is recommended to use \l {QQuickDialog}{Qt Quick Controls 2 Dialog}.
+
The \l contentItem is the default property (the only allowed child
element), and items declared inside the Dialog will actually be children of
another Item inside the \c contentItem. The row of \l standardButtons will