Doc: Combine the extending QML tutorial chapters into a single example
authorTopi Reinio <topi.reinio@digia.com>
Fri, 26 Sep 2014 13:00:14 +0000 (15:00 +0200)
committerTopi Reiniƶ <topi.reinio@digia.com>
Tue, 30 Sep 2014 10:33:22 +0000 (12:33 +0200)
commitfccf0e29120f64a8b9b2a15b33971a648ab190e7
tree5e68eea9f4303408c93771596a28031de060e8cf
parentc2c710e5a8d66fa696276aa69c2e3b00436eefe5
Doc: Combine the extending QML tutorial chapters into a single example

Combine the six examples associated with each tutorial chapter
into a single, top-level example project 'extending-qml', with
subprojects for each of the tutorial chapters.

Clean up the docs, add links, and a note about a warning that
the user may see when running the code in the first chapter.

Task-number: QTBUG-32947
Change-Id: Idba4e2153817ab29f1afaf1947d1f2e25964e7b3
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
49 files changed:
examples/qml/tutorials/extending-qml/chapter1-basics/app.qml [moved from examples/qml/tutorials/extending/chapter1-basics/app.qml with 100% similarity]
examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.pro [moved from examples/qml/tutorials/extending/chapter1-basics/chapter1-basics.pro with 72% similarity]
examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.qrc [moved from examples/qml/tutorials/extending/chapter1-basics/chapter1-basics.qrc with 100% similarity]
examples/qml/tutorials/extending-qml/chapter1-basics/main.cpp [moved from examples/qml/tutorials/extending/chapter3-bindings/main.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter1-basics/piechart.cpp [moved from examples/qml/tutorials/extending/chapter1-basics/piechart.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter1-basics/piechart.h [moved from examples/qml/tutorials/extending/chapter1-basics/piechart.h with 100% similarity]
examples/qml/tutorials/extending-qml/chapter2-methods/app.qml [moved from examples/qml/tutorials/extending/chapter2-methods/app.qml with 100% similarity]
examples/qml/tutorials/extending-qml/chapter2-methods/chapter2-methods.pro [moved from examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pro with 72% similarity]
examples/qml/tutorials/extending-qml/chapter2-methods/chapter2-methods.qrc [moved from examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.qrc with 100% similarity]
examples/qml/tutorials/extending-qml/chapter2-methods/main.cpp [moved from examples/qml/tutorials/extending/chapter2-methods/main.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter2-methods/piechart.cpp [moved from examples/qml/tutorials/extending/chapter2-methods/piechart.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter2-methods/piechart.h [moved from examples/qml/tutorials/extending/chapter2-methods/piechart.h with 100% similarity]
examples/qml/tutorials/extending-qml/chapter3-bindings/app.qml [moved from examples/qml/tutorials/extending/chapter3-bindings/app.qml with 100% similarity]
examples/qml/tutorials/extending-qml/chapter3-bindings/chapter3-binding.qrc [moved from examples/qml/tutorials/extending/chapter3-bindings/chapter3-binding.qrc with 100% similarity]
examples/qml/tutorials/extending-qml/chapter3-bindings/chapter3-bindings.pro [moved from examples/qml/tutorials/extending/chapter3-bindings/chapter3-bindings.pro with 72% similarity]
examples/qml/tutorials/extending-qml/chapter3-bindings/main.cpp [moved from examples/qml/tutorials/extending/chapter1-basics/main.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter3-bindings/piechart.cpp [moved from examples/qml/tutorials/extending/chapter3-bindings/piechart.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter3-bindings/piechart.h [moved from examples/qml/tutorials/extending/chapter3-bindings/piechart.h with 100% similarity]
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/app.qml [moved from examples/qml/tutorials/extending/chapter4-customPropertyTypes/app.qml with 100% similarity]
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro [moved from examples/qml/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro with 74% similarity]
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/chapter4-customPropertyTypes.qrc [moved from examples/qml/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.qrc with 100% similarity]
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/main.cpp [moved from examples/qml/tutorials/extending/chapter4-customPropertyTypes/main.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/piechart.cpp [moved from examples/qml/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/piechart.h [moved from examples/qml/tutorials/extending/chapter4-customPropertyTypes/piechart.h with 100% similarity]
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/pieslice.cpp [moved from examples/qml/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/pieslice.h [moved from examples/qml/tutorials/extending/chapter4-customPropertyTypes/pieslice.h with 100% similarity]
examples/qml/tutorials/extending-qml/chapter5-listproperties/app.qml [moved from examples/qml/tutorials/extending/chapter5-listproperties/app.qml with 100% similarity]
examples/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.pro [moved from examples/qml/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro with 75% similarity]
examples/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.qrc [moved from examples/qml/tutorials/extending/chapter5-listproperties/chapter5-listproperties.qrc with 100% similarity]
examples/qml/tutorials/extending-qml/chapter5-listproperties/main.cpp [moved from examples/qml/tutorials/extending/chapter5-listproperties/main.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter5-listproperties/piechart.cpp [moved from examples/qml/tutorials/extending/chapter5-listproperties/piechart.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter5-listproperties/piechart.h [moved from examples/qml/tutorials/extending/chapter5-listproperties/piechart.h with 100% similarity]
examples/qml/tutorials/extending-qml/chapter5-listproperties/pieslice.cpp [moved from examples/qml/tutorials/extending/chapter6-plugins/import/pieslice.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter5-listproperties/pieslice.h [moved from examples/qml/tutorials/extending/chapter5-listproperties/pieslice.h with 100% similarity]
examples/qml/tutorials/extending-qml/chapter6-plugins/app.pro [moved from examples/qml/tutorials/extending/chapter6-plugins/app.pro with 100% similarity]
examples/qml/tutorials/extending-qml/chapter6-plugins/app.qml [moved from examples/qml/tutorials/extending/chapter6-plugins/app.qml with 100% similarity]
examples/qml/tutorials/extending-qml/chapter6-plugins/app.qrc [moved from examples/qml/tutorials/extending/chapter6-plugins/app.qrc with 100% similarity]
examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pro [moved from examples/qml/tutorials/extending/chapter6-plugins/chapter6-plugins.pro with 100% similarity]
examples/qml/tutorials/extending-qml/chapter6-plugins/import/chartsplugin.cpp [moved from examples/qml/tutorials/extending/chapter6-plugins/import/chartsplugin.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter6-plugins/import/chartsplugin.h [moved from examples/qml/tutorials/extending/chapter6-plugins/import/chartsplugin.h with 100% similarity]
examples/qml/tutorials/extending-qml/chapter6-plugins/import/import.pro [moved from examples/qml/tutorials/extending/chapter6-plugins/import/import.pro with 86% similarity]
examples/qml/tutorials/extending-qml/chapter6-plugins/import/piechart.cpp [moved from examples/qml/tutorials/extending/chapter6-plugins/import/piechart.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter6-plugins/import/piechart.h [moved from examples/qml/tutorials/extending/chapter6-plugins/import/piechart.h with 100% similarity]
examples/qml/tutorials/extending-qml/chapter6-plugins/import/pieslice.cpp [moved from examples/qml/tutorials/extending/chapter5-listproperties/pieslice.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/chapter6-plugins/import/pieslice.h [moved from examples/qml/tutorials/extending/chapter6-plugins/import/pieslice.h with 100% similarity]
examples/qml/tutorials/extending-qml/chapter6-plugins/import/qmldir [moved from examples/qml/tutorials/extending/chapter6-plugins/import/qmldir with 100% similarity]
examples/qml/tutorials/extending-qml/chapter6-plugins/main.cpp [moved from examples/qml/tutorials/extending/chapter6-plugins/main.cpp with 100% similarity]
examples/qml/tutorials/extending-qml/extending-qml.pro [moved from examples/qml/tutorials/extending/extending.pro with 100% similarity]
src/qml/doc/src/cppintegration/extending-tutorial.qdoc