diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-09-04 08:39:06 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-09-04 08:39:06 (GMT) |
commit | 462456192424082ccc5ccc7238a751f92521ddcf (patch) | |
tree | b89f40aff10124b2b5c059e3df4cf7d13ea6cea8 /src/declarative/fx/qfxitem.cpp | |
parent | 4f6d883c1869104d75cda341738002f18ef3547f (diff) | |
download | Qt-462456192424082ccc5ccc7238a751f92521ddcf.zip Qt-462456192424082ccc5ccc7238a751f92521ddcf.tar.gz Qt-462456192424082ccc5ccc7238a751f92521ddcf.tar.bz2 |
Doc
Diffstat (limited to 'src/declarative/fx/qfxitem.cpp')
-rw-r--r-- | src/declarative/fx/qfxitem.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp index d28f531..073d5d9 100644 --- a/src/declarative/fx/qfxitem.cpp +++ b/src/declarative/fx/qfxitem.cpp @@ -235,10 +235,10 @@ QFxContents::QFxContents() : m_x(0), m_y(0), m_width(0), m_height(0) } /*! - \qmlproperty qreal Item::childrenRect.x - \qmlproperty qreal Item::childrenRect.y - \qmlproperty qreal Item::childrenRect.width - \qmlproperty qreal Item::childrenRect.height + \qmlproperty real Item::childrenRect.x + \qmlproperty real Item::childrenRect.y + \qmlproperty real Item::childrenRect.width + \qmlproperty real Item::childrenRect.height The childrenRect properties allow an item access to the geometry of its children. This property is useful if you have an item that needs to be |