summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-01 17:03:15 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-01 22:22:26 +0100
commita776aea7aacfcb11a14afcb4fe8cd3edfbf86b37 (patch)
tree80032c3b6300e0666ba59eb4ff45fb246215700f /src/widgets/kernel
parentb7b712181bd47a84640a655100661c4aa008c6e9 (diff)
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>
Diffstat (limited to 'src/widgets/kernel')
-rw-r--r--src/widgets/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
index 3ca70d56e5..e77aec6f72 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