diff options
author | Assam Boudjelthia <assam.boudjelthia@qt.io> | 2020-03-20 10:41:24 +0200 |
---|---|---|
committer | Assam Boudjelthia <assam.boudjelthia@qt.io> | 2020-03-20 14:36:59 +0200 |
commit | e9ad3352df0815761c1fde8ea36b040e8431f360 (patch) | |
tree | fc3616cad4c8a6ebbfc4806939eaf00f0ff93f5a | |
parent | 6c62408bc4ca6978232ba6d3c88cc5649c2c8919 (diff) | |
download | qtquickcontrols-e9ad3352df0815761c1fde8ea36b040e8431f360.tar.gz |
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.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dialogs/qquickdialog.cpp b/src/dialogs/qquickdialog.cpp index 4ccc0f9d..eeb9cda8 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 |