From 98a0fa014981c07102635d431bfe9bcf34fa1de9 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Thu, 20 Jun 2013 13:39:53 +0200 Subject: 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 Reviewed-by: Venugopal Shivashankar --- .../quick/demos/photosurface/resources/folder.png | Bin 0 -> 5851 bytes .../quick/demos/photosurface/resources/icon.png | Bin 0 -> 35894 bytes .../demos/photosurface/resources/photosurface.icns | Bin 0 -> 47407 bytes .../demos/photosurface/resources/photosurface.ico | Bin 0 -> 38623 bytes .../demos/photosurface/resources/photosurface.rc | 32 +++++++++++++++++++++ 5 files changed, 32 insertions(+) create mode 100644 examples/quick/demos/photosurface/resources/folder.png create mode 100644 examples/quick/demos/photosurface/resources/icon.png create mode 100644 examples/quick/demos/photosurface/resources/photosurface.icns create mode 100644 examples/quick/demos/photosurface/resources/photosurface.ico create mode 100644 examples/quick/demos/photosurface/resources/photosurface.rc (limited to 'examples/quick/demos/photosurface/resources') diff --git a/examples/quick/demos/photosurface/resources/folder.png b/examples/quick/demos/photosurface/resources/folder.png new file mode 100644 index 0000000000..2aec3b6ebf Binary files /dev/null and b/examples/quick/demos/photosurface/resources/folder.png differ diff --git a/examples/quick/demos/photosurface/resources/icon.png b/examples/quick/demos/photosurface/resources/icon.png new file mode 100644 index 0000000000..f8ff553fcb Binary files /dev/null and b/examples/quick/demos/photosurface/resources/icon.png differ diff --git a/examples/quick/demos/photosurface/resources/photosurface.icns b/examples/quick/demos/photosurface/resources/photosurface.icns new file mode 100644 index 0000000000..c69ec41c4e Binary files /dev/null and b/examples/quick/demos/photosurface/resources/photosurface.icns differ diff --git a/examples/quick/demos/photosurface/resources/photosurface.ico b/examples/quick/demos/photosurface/resources/photosurface.ico new file mode 100644 index 0000000000..03bb7ee367 Binary files /dev/null and b/examples/quick/demos/photosurface/resources/photosurface.ico differ diff --git a/examples/quick/demos/photosurface/resources/photosurface.rc b/examples/quick/demos/photosurface/resources/photosurface.rc new file mode 100644 index 0000000000..ec18eb1cfc --- /dev/null +++ b/examples/quick/demos/photosurface/resources/photosurface.rc @@ -0,0 +1,32 @@ +#include "winver.h" + +IDI_ICON1 ICON DISCARDABLE "photosurface.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 1,0,0,0 + PRODUCTVERSION 1,0,0,0 + FILEFLAGS 0x0L + FILEFLAGSMASK 0x3fL + FILEOS 0x00040004L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "CompanyName", "Digia Plc and/or its subsidiary(-ies)" + VALUE "FileDescription", "Photo Surface Demo" + VALUE "FileVersion", "1.0.0.0" + VALUE "LegalCopyright", "Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies)." + VALUE "InternalName", "photosurface" + VALUE "OriginalFilename", "photosurface.exe" + VALUE "ProductName", "Photo Surface Demo" + VALUE "ProductVersion", "1.0.0.0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END -- cgit v1.2.3