From 776e1f92c26c2c0c6b91915606a604791c6826f0 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 11 Dec 2020 16:22:02 +0100 Subject: Doc: Fix broken link in stylesheet examples Task-number: QTBUG-89211 Change-Id: Idde01e22dd57c37c78d8c86305d047562e5c1f64 Reviewed-by: Paul Wicking --- src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/widgets') diff --git a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc index 81513ba6f9..2ad637e626 100644 --- a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc +++ b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc @@ -3934,8 +3934,10 @@ \image tabWidget-stylesheet2.png For a tab widget that looks like above, we make use of - \l{http://www.communitymx.com/content/article.cfm?cid=B0029} - {negative margins}. The resulting stylesheet looks like this: + \l{https://doc.qt.io/qt-5/stylesheet-customizing.html#the-box-model} + {negative margins}. Negative values draw the element closer to its + neighbors than it would be by default. The resulting stylesheet + looks like this: \snippet code/doc_src_stylesheet.qdoc 146 -- cgit v1.2.3