From fcd990e2e7d8feef81747892f08646e1bc751f12 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 1 Mar 2023 17:03:15 +0100 Subject: [PATCH] Doc: fix link to Widgets Tutorial It's been a while since we had a single Tutorial for all of Qt. Change-Id: I7317291c445c09b0bf728513670b6a575dd536bc Reviewed-by: Axel Spoerl (cherry picked from commit a776aea7aacfcb11a14afcb4fe8cd3edfbf86b37) Reviewed-by: Qt Cherry-pick Bot --- src/widgets/kernel/qwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp index 4da80073a82..501fee2d19a 100644 --- a/src/widgets/kernel/qwidget.cpp +++ b/src/widgets/kernel/qwidget.cpp @@ -402,7 +402,7 @@ void QWidget::setAutoFillBackground(bool enabled) such as QWidget or QFrame, and adding the necessary layout and child widgets in the constructor of the subclass. Many of the \l{Qt Widgets Examples} {examples provided with Qt} use this approach, and it is also covered in - the Qt \l{Tutorials}. + the Qt \l{Widgets Tutorial}. \section1 Custom Widgets and Painting