summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-02-17 00:29:52 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-02-17 00:29:52 (GMT)
commitb4754aa9a3761c1bcd8519280d98e34371f4ff10 (patch)
tree5c664db9fb7e2a64866c68a93ef764edcda06b51 /src
parent2c8fd4485a707000be2cb001fd8cd7f0398ff9a1 (diff)
parent9042c290f3dd711a5e351892e050dc71f682446f (diff)
downloadQt-b4754aa9a3761c1bcd8519280d98e34371f4ff10.zip
Qt-b4754aa9a3761c1bcd8519280d98e34371f4ff10.tar.gz
Qt-b4754aa9a3761c1bcd8519280d98e34371f4ff10.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml
Diffstat (limited to 'src')
-rw-r--r--src/declarative/graphicsitems/qmlgraphicslayoutitem.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicslayoutitem.cpp b/src/declarative/graphicsitems/qmlgraphicslayoutitem.cpp
index 98361dc..856a37f 100644
--- a/src/declarative/graphicsitems/qmlgraphicslayoutitem.cpp
+++ b/src/declarative/graphicsitems/qmlgraphicslayoutitem.cpp
@@ -50,6 +50,13 @@ QT_BEGIN_NAMESPACE
/*!
\qmlclass LayoutItem QmlGraphicsLayoutItem
\brief The LayoutItem element allows you to place your Fluid 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,
+ taking its size hints into account, and you can propagate this to the other elements in your UI via anchors and bindings.
+
+ This is a QGraphicsLayoutItem subclass, and the properties merely expose the QGraphicsLayoutItem functionality to QML.
+ See the QGraphicsLayoutItem documentation for further details.
*/
/*!