From de6ed91c9c344236e9f0b607320cc2f9a0c68b6e Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 4 May 2023 10:49:38 +0200 Subject: [PATCH] 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 --- doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc | 4 ++-- 1 file 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 fb0dc11b4bd..1298e81e9f8 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