photosurface: add C++ boilerplate launcher; open button
authorShawn Rutledge <shawn.rutledge@digia.com>
Thu, 20 Jun 2013 11:39:53 +0000 (13:39 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 26 Jun 2013 10:06:29 +0000 (12:06 +0200)
commit98a0fa014981c07102635d431bfe9bcf34fa1de9
tree9bd85e38198e25db31d4ce1c1f760e5ab7065bcb
parent4e2153a1d5056249fc31e23890d8c525a3986e1b
photosurface: add C++ boilerplate launcher; open button

Creator refuses to build it for Android otherwise, and this is a good
demo for tablets.  Also added a button to re-open the FileDialog.

Task-number: QTBUG-31898
Change-Id: I9f90de316fcaa2679484f8a875737ffafa774f31
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
examples/quick/demos/demos.pro
examples/quick/demos/photosurface/main.cpp [new file with mode: 0644]
examples/quick/demos/photosurface/photosurface.pro [new file with mode: 0644]
examples/quick/demos/photosurface/photosurface.qml
examples/quick/demos/photosurface/photosurface.qrc [new file with mode: 0644]
examples/quick/demos/photosurface/resources/folder.png [new file with mode: 0644]
examples/quick/demos/photosurface/resources/icon.png [new file with mode: 0644]
examples/quick/demos/photosurface/resources/photosurface.icns [new file with mode: 0644]
examples/quick/demos/photosurface/resources/photosurface.ico [new file with mode: 0644]
examples/quick/demos/photosurface/resources/photosurface.rc [new file with mode: 0644]