Tidy up examples documentation
authorAlan Alpert <alan.alpert@nokia.com>
Tue, 20 Mar 2012 07:57:07 +0000 (17:57 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 28 Mar 2012 03:49:28 +0000 (05:49 +0200)
commit1025b77fe09f010be71ac460475da144e742bf09
tree4e3496b305895948c2d16abe6a6f30b363153fa0
parenta3d4c97c5fb28599e007116fec679b16656df512
Tidy up examples documentation

Add missing doc images, move documentation into examples directory, and
update example doc references to the new locations (quick/qml instead of
declarative or qtquick).

Change-Id: I67a9302f2b451b8bf30f4ca6b625f54b240da429
Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
26 files changed:
doc/src/examples/example-textballoons.qdoc
doc/src/examples/examples-toys.qdoc
doc/src/examples/examples.qdoc
doc/src/images/qml-canvas-example.png [new file with mode: 0644]
doc/src/images/qml-draganddrop-example.png [new file with mode: 0644]
doc/src/images/qml-keyinteraction-example.png [new file with mode: 0644]
doc/src/images/qml-mousearea-example.png [new file with mode: 0644]
doc/src/images/qml-positioners-example.png
doc/src/images/qml-righttoleft-example.png [new file with mode: 0644]
doc/src/images/qml-threading-example.png [new file with mode: 0644]
examples/demos/calculator/calculator.qdoc
examples/demos/clocks/clocks.qdoc [new file with mode: 0644]
examples/localstorage/localstorage.qml
examples/qml/dynamicscene/dynamicscene.qml
examples/qml/i18n/i18n.qml
examples/quick/accessibility/accessibility.qml
examples/quick/animation/animation.qml
examples/quick/canvas/canvas.qml
examples/quick/draganddrop/draganddrop.qml
examples/quick/imageelements/imageelements.qml
examples/quick/positioners/positioners-transitions.qml
examples/quick/righttoleft/righttoleft.qml
examples/quick/shadereffects/shadereffects.qml
examples/quick/text/text.qml
examples/quick/threading/threading.qml
examples/quick/touchinteraction/touchinteraction.qml