summaryrefslogtreecommitdiffstats
path: root/examples/declarative/objectlistmodel/dataobject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-79/+0
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* QList<QObject*> models now update their properties when they change.Martin Jones2010-05-051-2/+8
| | | | Task-number: QTBUG-10348
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Fix QList<QObject*> as a model. Add docs and example.Martin Jones2010-02-011-0/+73