summaryrefslogtreecommitdiffstats
path: root/examples/declarative/objectlistmodel/view.qml
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-16/+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-1/+1
| | | | Task-number: QTBUG-10348
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* Fix QList<QObject*> as a model. Add docs and example.Martin Jones2010-02-011-0/+16