summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2020-12-11 16:22:02 +0100
committerNico Vertriest <nico.vertriest@qt.io>2020-12-23 07:32:04 +0100
commit776e1f92c26c2c0c6b91915606a604791c6826f0 (patch)
tree07babd8304c7b0ff3403b378c3498222f1abf0db /src/widgets/doc
parent02f6a7b6addf5ebe8cc3348871ef2bd35cca4aac (diff)
Doc: Fix broken link in stylesheet examples
Task-number: QTBUG-89211 Change-Id: Idde01e22dd57c37c78d8c86305d047562e5c1f64 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/widgets/doc')
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc6
1 files changed, 4 insertions, 2 deletions
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