diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-08-05 15:22:38 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-08-05 15:31:44 (GMT) |
commit | a49f2700c6b5c0f5851f9cfab38b5554e9530577 (patch) | |
tree | b126d88d895d595a000181db97825c61560821e9 /doc/src/widgets-and-layouts | |
parent | 05bb249c2ad3ee15eb205a806f8546c105683096 (diff) | |
download | Qt-a49f2700c6b5c0f5851f9cfab38b5554e9530577.zip Qt-a49f2700c6b5c0f5851f9cfab38b5554e9530577.tar.gz Qt-a49f2700c6b5c0f5851f9cfab38b5554e9530577.tar.bz2 |
QStyleSheet documentation: QMenu's tear-off is styled with ::tearoff
Task-number: QTBUG-12553
Reviewed-by: Carlos Duclos
Diffstat (limited to 'doc/src/widgets-and-layouts')
-rw-r--r-- | doc/src/widgets-and-layouts/stylesheet.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/widgets-and-layouts/stylesheet.qdoc b/doc/src/widgets-and-layouts/stylesheet.qdoc index 1390376..977f641 100644 --- a/doc/src/widgets-and-layouts/stylesheet.qdoc +++ b/doc/src/widgets-and-layouts/stylesheet.qdoc @@ -925,7 +925,7 @@ The scroller is styled using the \l{#scroller-sub}{::scroller}. - The tear-off is styled using the \l{#tear-off-sub}{::tear-off}. + The tear-off is styled using the \l{#tearoff-sub}{::tearoff}. See \l{Qt Style Sheets Examples#Customizing QMenu}{Customizing QMenu} for an example. @@ -3337,7 +3337,7 @@ \o The tear indicator of a QTabBar. \row - \o \c ::tear-off \target tear-off-sub + \o \c ::tearoff \target tearoff-sub \o The tear-off indicator of a QMenu. \row |