summaryrefslogtreecommitdiffstats
path: root/README
blob: a32574bd1ced529a45ab21717b0a861cdeceb401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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

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.