diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-06-17 03:57:15 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-06-17 03:57:15 (GMT) |
commit | a6b0458c5ab5bc8ad6c868425820e0bf0e932336 (patch) | |
tree | 6cf8859e697de7b8e6826eece91382292e244f11 /src/declarative/graphicsitems | |
parent | b294bedf9d6fdabca9fd384f1b2d910c02ec1c50 (diff) | |
download | Qt-a6b0458c5ab5bc8ad6c868425820e0bf0e932336.zip Qt-a6b0458c5ab5bc8ad6c868425820e0bf0e932336.tar.gz Qt-a6b0458c5ab5bc8ad6c868425820e0bf0e932336.tar.bz2 |
doc: add note that items with width or height of 0 are not positioned.
Diffstat (limited to 'src/declarative/graphicsitems')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativepositioners.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativepositioners.cpp b/src/declarative/graphicsitems/qdeclarativepositioners.cpp index ad61bab..b9231a1 100644 --- a/src/declarative/graphicsitems/qdeclarativepositioners.cpp +++ b/src/declarative/graphicsitems/qdeclarativepositioners.cpp @@ -358,6 +358,8 @@ Column { positioner may exhibit strange behaviour. If you need to perform any of these actions, consider positioning the items without the use of a Column. + Items with a width or height of 0 will not be positioned. + \sa Row, {declarative/positioners}{Positioners example} */ /*! @@ -502,6 +504,8 @@ Row { positioner may exhibit strange behaviour. If you need to perform any of these actions, consider positioning the items without the use of a Row. + Items with a width or height of 0 will not be positioned. + \sa Column, {declarative/positioners}{Positioners example} */ /*! @@ -657,6 +661,8 @@ Grid { positioner may exhibit strange behaviour. If you need to perform any of these actions, consider positioning the items without the use of a Grid. + Items with a width or height of 0 will not be positioned. + \sa Flow, {declarative/positioners}{Positioners example} */ /*! @@ -913,6 +919,8 @@ void QDeclarativeGrid::reportConflictingAnchors() positioner may exhibit strange behaviour. If you need to perform any of these actions, consider positioning the items without the use of a Flow. + Items with a width or height of 0 will not be positioned. + \sa Grid, {declarative/positioners}{Positioners example} */ /*! |