summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-launchpresentation/README
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-01-24 13:22:02 +0100
committerTopi Reiniƶ <topi.reinio@digia.com>2014-01-27 11:29:55 +0200
commitca01d5f9f5e960337a044be6e00de58fd4fbdb05 (patch)
tree3f2e25c5f05d5e5ba9bc44f2e5a09b86741c3fb5 /basicsuite/qt5-launchpresentation/README
parent5a362f80d9da6d2d36efc127588f3c427211f98c (diff)
Make basicsuite demos run stand-alone
This change will make the demos run standalone when built in Qt Creator. - Rename example directories to lowercase/non-whitespace to avoid build & deployment problems - Add title.txt files so titles remain displayed correctly in the launcher - Add a common shared source files used for the standalone apps, and .pro-files for each example - Remove .qmlproject files (not needed) - Adjust documentation to match the new directory structure Change-Id: Ib24e461952da3b2c88aab0363249115ea44ee0f2 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'basicsuite/qt5-launchpresentation/README')
-rw-r--r--basicsuite/qt5-launchpresentation/README51
1 files changed, 51 insertions, 0 deletions
diff --git a/basicsuite/qt5-launchpresentation/README b/basicsuite/qt5-launchpresentation/README
new file mode 100644
index 0000000..6b3f927
--- /dev/null
+++ b/basicsuite/qt5-launchpresentation/README
@@ -0,0 +1,51 @@
+This project contains quick tour of Qt 5.0, primarily focusing on its
+graphical capabilities.
+
+
+
+------------------------------------------------------------------------
+ Requirements:
+
+ - Qt 5, including QtDeclarative, QtGraphicalEffects and QtMultimedia.
+ Commercial URL: http://qt.digia.com
+ Open Source URL: http://qt-project.org
+
+ - The QML Presentation System:
+ URL: https://qt.gitorious.org/qt-labs/qml-presentation-system
+ git: git clone https://git.gitorious.org/qt-labs/qml-presentation-system.git
+
+ - A movie file called 'bunny.mov' in the same directory as the
+ main.qml file. The demo will run without, but the Video slide will
+ not show anything.
+
+
+
+------------------------------------------------------------------------
+ Running:
+
+To run the demo, start it using the Qt Quick 2.0 'qmlscene' tool.
+
+> qmlscene main.qml
+
+The demo includes a slightly fancy fullscreen gradient and a rather
+computationally intensive drop shadow which can be too much for
+low-end GPUs. On these systems, one could try to use the 'lofi'
+launcher instead.
+
+> qmlscene main_lofi.qml
+
+It is possible to tweak the parameters of the main file also.
+
+
+
+------------------------------------------------------------------------
+ Troubleshooting:
+
+For a -developer-build of Qt, the webkit plugin and QtWebProcess will
+be located inside the qtwebkit module, rather than inside QtBase, the plugin
+must be added to the QML import path and the path to QtWebProcess must be
+added to PATH for the demo to run.
+
+The slides have been written for the resolution 1280x720. When resized
+some of the spacing and content will look a bit odd. Any patches to
+fix this will be welcomed :) \ No newline at end of file