summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-11-24 13:34:33 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-24 13:34:33 (GMT)
commitfe23e6e4e7ae81b3a2dee76282be2a4cb4208b89 (patch)
tree9751e38c6d990a1230a0326e7de2ead6179b68e2 /src
parent4e53466f63bf05e90a69f80fda8580dabc1e9ed0 (diff)
downloadQt-fe23e6e4e7ae81b3a2dee76282be2a4cb4208b89.zip
Qt-fe23e6e4e7ae81b3a2dee76282be2a4cb4208b89.tar.gz
Qt-fe23e6e4e7ae81b3a2dee76282be2a4cb4208b89.tar.bz2
Doc: Fixes to markup.
Reviewed-by: Trust Me
Diffstat (limited to 'src')
-rw-r--r--src/gui/graphicsview/qgraphicsitem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp
index 3f6dff2..da1c151 100644
--- a/src/gui/graphicsview/qgraphicsitem.cpp
+++ b/src/gui/graphicsview/qgraphicsitem.cpp
@@ -52,7 +52,7 @@
painting implementation and item interaction through its event handlers.
QGraphicsItem is part of \l{The Graphics View Framework}
- \img graphicsview-items.png
+ \image graphicsview-items.png
For convenience, Qt provides a set of standard graphics items for the most
common shapes. These are:
@@ -378,14 +378,14 @@
it's parent if it's z-value is negative. This flag enables setZValue() to
toggle ItemStacksBehindParent.
- \value ItemIsPanel. The item is a panel. A panel provides activation and
+ \value ItemIsPanel The item is a panel. A panel provides activation and
contained focus handling. Only one panel can be active at a time (see
QGraphicsItem::isActive()). When no panel is active, QGraphicsScene
activates all non-panel items. Window items (i.e.,
QGraphicsItem::isWindow() returns true) are panels. This flag was
introduced in Qt 4.6.
- \omitvalue ItemIsFocusScope Internal only (for now).
+ \omitvalue ItemIsFocusScope \omit Internal only (for now). \endomit
\value ItemSendsScenePositionChanges The item enables itemChange()
notifications for ItemScenePositionHasChanged. For performance reasons,