Add TextBalloon QML Scene Grpah example with documentation. I moved an old example...
authorCasper van Donderen <casper.vandonderen@nokia.com>
Thu, 19 May 2011 09:12:01 +0000 (11:12 +0200)
committerCasper van Donderen <casper.vandonderen@nokia.com>
Thu, 19 May 2011 09:27:26 +0000 (11:27 +0200)
commitfafbc9f51b3a7180750f008bc41d7e989f8c23ee
tree24391f9e88d8e483adf653f3ef2e1a5370fa8ebe
parent56d80e1590877e9f6cb9de0e7a0194519fb5813c
Add TextBalloon QML Scene Grpah example with documentation. I moved an old example over to a subfolder.

Reviewed-by: Gunnar Sletta
12 files changed:
doc/src/declarative/example-textballoons.qdoc [new file with mode: 0644]
doc/src/declarative/examples.qdoc
doc/src/images/declarative-textballoons_example.png [new file with mode: 0644]
examples/declarative/painteditem/smile/main.cpp [moved from examples/declarative/painteditem/main.cpp with 95% similarity]
examples/declarative/painteditem/smile/smile.pro [moved from examples/declarative/painteditem/painteditem.pro with 100% similarity]
examples/declarative/painteditem/smile/smile.qml [moved from examples/declarative/painteditem/myfile.qml with 100% similarity]
examples/declarative/painteditem/textballoons/textballoonplugin/plugin.h [new file with mode: 0644]
examples/declarative/painteditem/textballoons/textballoonplugin/qmldir [new file with mode: 0644]
examples/declarative/painteditem/textballoons/textballoonplugin/textballoon.cpp [new file with mode: 0644]
examples/declarative/painteditem/textballoons/textballoonplugin/textballoon.h [new file with mode: 0644]
examples/declarative/painteditem/textballoons/textballoons.pro [new file with mode: 0644]
examples/declarative/painteditem/textballoons/textballoons.qml [new file with mode: 0644]