summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-12-12 13:55:12 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-12-15 17:20:36 +0000
commit65f228f8f5cfbe670ed17d3c115ec31fb146924a (patch)
tree7e8f3160085c363fa9608438da655d16639bc57c
parent96289e100d623245d244eeed2299f0e680454c10 (diff)
Doc: Add link to Qt Design Studio in Qt Designer Manual page
This page is one of the most visited documentation pages but, according to Google Analytics, it has very little user engagement (time spent on site, amount of scrolling, and so on). It could be that many readers are, in fact, looking for Qt Design Studio or Qt Quick related user interface design. Even though there's already a \note section after the first paragraph that informs the user about user interface design with Qt Quick and its benefits, add one more link to Qt Design studio and Qt Quick at the beginning of the paragraph to allow the user to quickly access these topics. Fixes: QTBUG-119886 Pick-to: 6.5 Change-Id: Ie10d65537a16cf17cd2b1f6138f262ca566a7b5a Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit c7b25190d804f0a6751b57b2e4694976b2d2f6f0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit c740fcb6fef1d042d3a532d0d98729642e89640e)
-rw-r--r--src/designer/src/designer/doc/src/designer-manual.qdoc20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/designer/src/designer/doc/src/designer-manual.qdoc b/src/designer/src/designer/doc/src/designer-manual.qdoc
index 2578463d7..fd0d7fd50 100644
--- a/src/designer/src/designer/doc/src/designer-manual.qdoc
+++ b/src/designer/src/designer/doc/src/designer-manual.qdoc
@@ -9,15 +9,17 @@
\keyword Qt Designer
\QD is the Qt tool for designing and building graphical user
- interfaces (GUIs) with \l {Qt Widgets}. You can compose and customize your
- windows or dialogs in a what-you-see-is-what-you-get (WYSIWYG) manner, and
- test them using different styles and resolutions.
-
- Widgets and forms created with \QD integrate seamlessly with programmed
- code, using Qt's signals and slots mechanism, so that you can easily assign
- behavior to graphical elements. All properties set in \QD can be changed
- dynamically within the code. Furthermore, features like widget promotion
- and custom plugins allow you to use your own components with \QD.
+ interfaces (GUIs) with \l {Qt Widgets}. For user interface design with
+ \l {Qt Quick}, see \l {Qt Design Studio Manual} {Qt Design Studio}.
+
+ You can compose and customize your windows or dialogs in a
+ what-you-see-is-what-you-get (WYSIWYG) manner, and test them using different
+ styles and resolutions. Widgets and forms created with \QD integrate
+ seamlessly with programmed code, using Qt's signals and slots mechanism, so
+ that you can easily assign behavior to graphical elements. All properties
+ set in \QD can be changed 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} and
\l {Qt Design Studio Manual}{Qt Design Studio} for user interface