summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-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