aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/samegame/samegame.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Modify SameGame to use QML SingletonAntti Piira2013-10-291-2/+4
| | | | | | | | | | Converts SameGame to use QML Singleton for storing global settings data that was previously stored in javascript files. In addition adds a BlackBerry specific selector to load a different singleton settings instance. Change-Id: If511e5efd0e539c764ab70eca4fb0f2874b6240e Reviewed-by: Alan Alpert <aalpert@blackberry.com>
* Apply file selectors to QQmlApplicationEngine appsAlan Alpert2013-09-201-1/+2
| | | | | | | | | You can also manually apply them to a QQmlEngine using setUrlInterceptor(new QQmlFileSelector(parent)), or using your own QQmlAbstractUrlInterceptor subclass. Change-Id: I0c0ff8b080c138686b3c03e0bc3b9f25bcd11a85 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Use resource files for most examplesKai Koehne2012-12-121-0/+72
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>