diff options
author | David Boddie <david.boddie@nokia.com> | 2010-12-13 18:57:01 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-12-13 18:57:01 (GMT) |
commit | 5cb2226ddf96555417f08c9bfe35addfc93f6acd (patch) | |
tree | 6a33ffe9f4117fe2034e77b137c8c68f9e5219d0 /src/gui/graphicsview | |
parent | 38ac76c159044117c1faba7dbfa3e0ee65c487ed (diff) | |
download | Qt-5cb2226ddf96555417f08c9bfe35addfc93f6acd.zip Qt-5cb2226ddf96555417f08c9bfe35addfc93f6acd.tar.gz Qt-5cb2226ddf96555417f08c9bfe35addfc93f6acd.tar.bz2 |
Doc: Changed floating images to use the new float qdoc macros.
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r-- | src/gui/graphicsview/qgraphicsanchorlayout.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/graphicsview/qgraphicsanchorlayout.cpp b/src/gui/graphicsview/qgraphicsanchorlayout.cpp index 539826b..1d1d257 100644 --- a/src/gui/graphicsview/qgraphicsanchorlayout.cpp +++ b/src/gui/graphicsview/qgraphicsanchorlayout.cpp @@ -56,9 +56,7 @@ Items that are anchored are automatically added to the layout, and if items are removed, all their anchors will be automatically removed. - \beginfloatleft - \inlineimage simpleanchorlayout-example.png Using an anchor layout to align simple colored widgets. - \endfloat + \figureleft{simpleanchorlayout-example.png}{Using an anchor layout to align simple colored widgets.} Anchors are always set up between edges of an item, where the "center" is also considered to be an edge. Consider the following example: |