aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/animation.qrc
Commit message (Collapse)AuthorAgeFilesLines
* examples: Add type safety to animation/behaviors exampleUlf Hermann2019-11-151-0/+1
| | | | | | | | | As SideRect wants to access focusItem's "text" property, we should expose the fact that it exists. Therefore, move focusRect into a separate file that declares the property and reference that. Change-Id: Id9b1d1e7868ee5abb9de124bab8fad45ee1449a9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Animator overview docs and example.Gunnar Sletta2013-10-031-0/+1
| | | | | Change-Id: If0852e48dbbfea4fadca9c897ea0e62393763055 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Use resource files for most examplesKai Koehne2012-12-121-0/+22
Make examples shadow-build-friendly by using resource files instead of trying to derive the qml path from applicationDirPath(). Change-Id: I669424554c772d9b261249b366247190f5fbd8b1 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>