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 <axel.spoerl@qt.io>
(cherry picked from commit a776aea7aacfcb11a14afcb4fe8cd3edfbf86b37)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Volker Hilsheimer 2023-03-01 17:03:15 +01:00 committed by Qt Cherry-pick Bot
parent d8269a96b8
commit fcd990e2e7

View File

@ -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