summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-10-19 12:06:56 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-11-23 15:12:50 +0000
commit825cae95665de8dae699897e4e1fcbcbb9152aa6 (patch)
treefa3d9182a079128f1fd15e5011346c4502f393fd
parentbc05a1b6dfe49ab192c3eb47f9edf3e3bc8a2861 (diff)
downloadqttools-825cae95665de8dae699897e4e1fcbcbb9152aa6.tar.gz
Doc: Link to Qt Design Studio from the Qt Designer manual
e6e53002ee1f6e1339 already added a link to Qt Design Studio from qtdesigner-index.html . Also do that from the manual page. Change-Id: I6b6028a8b785d138763c35c16dc855c71e111e1a Reviewed-by: Tuukka Turunen <tuukka.turunen@qt.io> Reviewed-by: hjk <hjk@qt.io> (cherry picked from commit 6c7926b9470a31781100458420c1c5a55617581d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/designer/src/designer/doc/src/designer-manual.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/designer/src/designer/doc/src/designer-manual.qdoc b/src/designer/src/designer/doc/src/designer-manual.qdoc
index 193f9363b..a475d227b 100644
--- a/src/designer/src/designer/doc/src/designer-manual.qdoc
+++ b/src/designer/src/designer/doc/src/designer-manual.qdoc
@@ -19,7 +19,8 @@
dynamically within the code. Furthermore, features like widget promotion
and custom plugins allow you to use your own components with \QD.
- \note You have the option of using \l {Qt Quick} for user interface
+ \note You have the option of using \l {Qt Quick} and
+ \l {Qt Design Studio Manual}{Qt Design Studio} for user interface
design rather than widgets. It is a much easier way to write many kinds of
applications. It enables a completely customizable appearance,
touch-reactive elements, and smooth animated transitions, taking advantage