summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2023-05-04 10:49:38 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2023-05-04 09:11:01 +0000
commitde6ed91c9c344236e9f0b607320cc2f9a0c68b6e (patch)
tree716cf03e047a26a23f61fd2f989ee2a94c3a863d
parentd2b3c31e0494ce03edf633adea50ca488456d09f (diff)
downloadqt-creator-de6ed91c9c344236e9f0b607320cc2f9a0c68b6e.tar.gz
Doc: Fix link to Qt UI Tools Text Finder example
The word "Example" was removed from the doc title. Change-Id: I67250c2f09a9c21e93a2d48e6391ac175780336c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc
index fb0dc11b4b..1298e81e9f 100644
--- a/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc
+++ b/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc
@@ -15,8 +15,8 @@
\title Creating a Qt Widget Based Application
This tutorial describes how to use \QC to create a small Qt application,
- Text Finder. It is a simplified version of the Qt UI Tools \l{Text Finder
- Example}. We use \QD to construct the application user interface from
+ Text Finder. It is a simplified version of the Qt UI Tools \l{Text Finder}
+ example. You'll use \QD to construct the application user interface from
Qt widgets and the code editor to write the application logic in C++.
\image qtcreator-textfinder-screenshot.png