Doc: fix link to Widgets Tutorial

It's been a while since we had a single Tutorial for all of Qt.

Pick-to: 6.5
Change-Id: I7317291c445c09b0bf728513670b6a575dd536bc
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
Volker Hilsheimer 2023-03-01 17:03:15 +01:00
parent b7b712181b
commit a776aea7aa

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