summaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components
Commit message (Collapse)AuthorAgeFilesLines
* Doc fixes, improvementsBea Lam2010-05-261-0/+0
|
* Integrate some QML examples and demos into qtdemoAlan Alpert2010-05-2412-0/+228
| | | | | | | | | | | | | Includes minor changes and additions to the existing doc and examples, so that they follow Qt conventions better. Note that while blurring the background was part of the plan for the embedded QML viewer I could not get it to perform well enough. In the future, when blur is fast enough (or someone else can get it to perform better than I) -use-blur should become the default, and -no-blur the option. Task-number: QTBUG-10582
* Add license headers for .qml files.Jason McDonald2010-05-2114-0/+560
| | | | | | | 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-1635-0/+1560
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).