summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/parallax/parallax.qml
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some examplesBea Lam2010-06-221-5/+1
|
* Allow things that load SameGame to disable the Quit buttonAlan Alpert2010-06-211-0/+1
| | | | | | | If I missed any, just set inAnotherDemo to true on the SameGame root item. Task-number: QTBUG-11562
* Add license headers for .qml files.Jason McDonald2010-05-211-0/+40
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-0/+41
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).