summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/linearlayout.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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