aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2022-02-02 15:09:37 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-22 03:29:12 +0000
commit54c4f18fda4c0cc1bac2cb45e64b78f436db3cd6 (patch)
tree60b280f02de9c321983bb55610ba89557fdf57a3
parent9ec18b4be20d39fab93c316107d4d300d7ffe378 (diff)
Doc: link to Qt Quick Controls' Dialog type from Qt Quick Dialogs'
Unfortunately when searching online for "dialog qml", the only doc.qt.io links are for Qt Quick Dialogs and Qt Labs Platform, which makes it difficult to find the Dialog from Qt Quick Controls. Link to it from the detailed description to make it clearer. Change-Id: I8874b9111be5938b4e77e4dbd397f5eace2e5242 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 85c38d78d863e0201dd1d66093468ebca2c5bedc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quickdialogs2/quickdialogs2/qquickabstractdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quickdialogs2/quickdialogs2/qquickabstractdialog.cpp b/src/quickdialogs2/quickdialogs2/qquickabstractdialog.cpp
index 7e7f1fcf5c..011b1bb924 100644
--- a/src/quickdialogs2/quickdialogs2/qquickabstractdialog.cpp
+++ b/src/quickdialogs2/quickdialogs2/qquickabstractdialog.cpp
@@ -111,6 +111,7 @@ Q_LOGGING_CATEGORY(lcDialogs, "qt.quick.dialogs")
\brief The base class of native dialogs.
The Dialog type provides common QML API for native platform dialogs.
+ For the non-native dialog, see \l [QML QtQuickControls]{Dialog}.
To show a native dialog, construct an instance of one of the concrete
Dialog implementations, set the desired properties, and call \l open().