diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-05-19 06:10:25 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-05-19 06:10:25 (GMT) |
commit | 03eae0610376bec9a3b85f8fb9abc0a789322e37 (patch) | |
tree | 576fbaf98179b2edc3de0beabd8c638e9c5d6aca /src/declarative/graphicsitems | |
parent | f4492bf01baae353ff63da18a9a602fb3a8058e4 (diff) | |
download | Qt-03eae0610376bec9a3b85f8fb9abc0a789322e37.zip Qt-03eae0610376bec9a3b85f8fb9abc0a789322e37.tar.gz Qt-03eae0610376bec9a3b85f8fb9abc0a789322e37.tar.bz2 |
Update old keyword in docs
Diffstat (limited to 'src/declarative/graphicsitems')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativelayoutitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativelayoutitem.cpp b/src/declarative/graphicsitems/qdeclarativelayoutitem.cpp index 1bbdd97..c8ecbb6 100644 --- a/src/declarative/graphicsitems/qdeclarativelayoutitem.cpp +++ b/src/declarative/graphicsitems/qdeclarativelayoutitem.cpp @@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE /*! \qmlclass LayoutItem QDeclarativeLayoutItem \since 4.7 - \brief The LayoutItem element allows you to place your Fluid UI elements inside a classical Qt layout. + \brief The LayoutItem element allows you to place your declarative UI elements inside a classical Qt layout. LayoutItem is a variant of Item with a couple of additional properties. These properties provide the size hints needed for items to work in conjunction with Qt Layouts. The Qt Layout will resize the LayoutItem as appropriate, |