Skip to content
Snippets Groups Projects
user avatar
Teemu Kaukoranta authored
Updated licenses using replace-licenses.zsh from mkdist repo.
Possible copyright and contact changes will come later.

Reviewed-by: default avatarJanne Anttila <janne.anttila@digia.com&gt;,>
Sergio Ahumada <sergio.ahumada@digia.com>

Change-Id: Ic7a632fdaa54433c3267f9423bc61f77fe3149ae
Reviewed-by: default avatarSergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: default avatarJanne Anttila <janne.anttila@digia.com>
3e80b596
History
Name Last commit Last update
examples
src
tools/printslides
README
presentation.pro
This is a slide presentation system written in QML.



Installing
----------

Do 'make install' in the root directory to install the files to QTDIR/imports

Once that is done, all examples should run out of the box



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
  examples/notes/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.

 - under tools/printslides, there is a small tool to generate a slide deck
   .pdf file from your slide deck.