aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Move example docs related to QtQml under the correct moduleTopi Reinio2013-05-0339-0/+2239
| | | | | | | | | | | This change moves 'Extending QML' qdoc file and the tutorials from examples/quick to examples/qml, which is the correct location for them. Change-Id: I24bd9dfa75baaab7bc8efe08489f09a7b65d98a6 Reviewed-by: Jerome Pasion <[email protected]> Reviewed-by: Sze Howe Koh <[email protected]> Reviewed-by: Alan Alpert <[email protected]>
* Fix renaming merge with examplesAlan Alpert2012-03-0688-5417/+0
| | | | | | | Some examples were duplicated a few times. Removing the excess. Change-Id: I6fa59f79de63ac952103421ba1c063f5912b702b Reviewed-by: Martin Jones <[email protected]>
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-2488-0/+5417
Symbols beginning with QDeclarative are already exported by the quick1 module. Users can apply the bin/rename-qtdeclarative-symbols.sh script to modify client code using the previous names of the renamed symbols. Task-number: QTBUG-23737 Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66 Reviewed-by: Martin Jones <[email protected]>