aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2022-02-02 15:09:37 +0800
committerMitch Curtis <mitch.curtis@qt.io>2022-02-22 08:45:23 +0800
commit85c38d78d863e0201dd1d66093468ebca2c5bedc (patch)
tree49869311d34e2b0e8451f79d66c8c2ea80debc19
parent801fcbcfa382d25137080056512957f7fd26c967 (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 Pick-to: 6.2 6.3 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-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().