From e09bb8017dda864fbafdfb30f97d6457f4a29715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 30 Nov 2021 09:52:38 +0100 Subject: [PATCH] Do not talk about Qt Quick Designer in overview Change-Id: Ia0a4e196ba1ca863f31393c4dea7d23b60852750 Reviewed-by: Leena Miettinen --- src/plugins/welcome/introductionwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/welcome/introductionwidget.cpp b/src/plugins/welcome/introductionwidget.cpp index 0146e4e1982..14286ba5305 100644 --- a/src/plugins/welcome/introductionwidget.cpp +++ b/src/plugins/welcome/introductionwidget.cpp @@ -113,7 +113,7 @@ IntroductionWidget::IntroductionWidget(QWidget *parent) "Welcome:Open examples, tutorials, and " "recent sessions and projects." "Edit:Work with code and navigate your project." - "Design:Work with UI designs for Qt Widgets or Qt Quick." + "Design:Visually edit Widget-based user interfaces, state charts and UML models." "Debug:Analyze your application with a debugger or other " "analyzers." "Projects:Manage project settings."