summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-05-26 10:35:48 +0200
committerGunnar Sletta <gunnar.sletta@nokia.com>2011-05-26 10:35:48 +0200
commit81dbb350844c61d9a9bbaa40b465208967287cec (patch)
tree92e1f9dfa7e3d2e297dcc5d5327693ea0d6d6166
parent2200cebeba99115e19c200721eb5fdc510dbae9d (diff)
Added a readme file
-rw-r--r--README34
1 files changed, 34 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f69fb2d
--- /dev/null
+++ b/README
@@ -0,0 +1,34 @@
+This is a slide presentation system written in QML.
+
+
+
+Installing
+----------
+
+No installation is required. Just add the root directory to your QML_IMPORT_PATH
+and run 'qmlscene' on your slides to run presentations.
+
+
+
+Organization
+------------
+
+There is a tutorial covering most features under:
+ examples/tutorial/SlideDeck.qml
+This is a good place to start if you want to use it.
+
+Examples on more advanced presentations are located here:
+ examples/customtransition/SlideDeck.qml
+ examples/animatedbackground/SlideDeck.qml
+
+The source code for the Slide and Presentation elements are located under:
+ Qt/labs/presentation
+
+
+
+Usage Tips
+----------
+
+ - The default size of presentations is hardcoded into the presentation .qml
+ file. One can pass '--fullscreen' on the command line to qmlscene to show
+ the presentation fullscreen.