summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/linearlayout.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Doc: Fixed text in license headers.David Boddie2010-09-131-1/+1
|
* Rename QGraphics...Layout classes/QML items to Graphics...LayoutBea Lam2010-05-311-14/+14
| | | | to make it clear they are custom classes/items (not built-in)
* Implement removeAt() for layout classes to clean up item removal. AlsoBea Lam2010-05-311-7/+15
| | | | clean up qmlAttachedProperties() implementation and improve QML example
* Split graphicsLayouts example into qgraphicslinearlayout andBea Lam2010-05-311-0/+167
qgraphicsgridlayout and clean up