diff options
author | David Boddie <david.boddie@nokia.com> | 2010-09-13 13:45:25 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-09-13 13:45:25 (GMT) |
commit | cf5d53ac1dc1fa71d32ba199717fcf12fdef185c (patch) | |
tree | d3270f95fddff8cdcd3a588bfe35200bc757f64e /src/declarative/graphicsitems/qdeclarativeflickable.cpp | |
parent | f1244a099ecc806582ce8c2488552e21c85ac519 (diff) | |
download | Qt-cf5d53ac1dc1fa71d32ba199717fcf12fdef185c.zip Qt-cf5d53ac1dc1fa71d32ba199717fcf12fdef185c.tar.gz Qt-cf5d53ac1dc1fa71d32ba199717fcf12fdef185c.tar.bz2 |
Doc: More work on the declarative API documentation.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeflickable.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeflickable.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeflickable.cpp b/src/declarative/graphicsitems/qdeclarativeflickable.cpp index 062bbfb..477c511 100644 --- a/src/declarative/graphicsitems/qdeclarativeflickable.cpp +++ b/src/declarative/graphicsitems/qdeclarativeflickable.cpp @@ -372,11 +372,12 @@ void QDeclarativeFlickablePrivate::updateBeginningEnd() \inlineimage flickable.gif \endfloat - The following example shows a large + The following example shows a small view onto a large image in which the + user can drag or flick the image in order to view different parts of it. - \clearfloat \snippet doc/src/snippets/declarative/flickable.qml document + \clearfloat \section1 Limitations \note Due to an implementation detail, items placed inside a Flickable cannot anchor to it by |