https://github.com/qt-labs/qml-presentation-system
https://github.com/qt-labs/qml-presentation-system
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qt-labs/qml-presentation-system
- Owner: qt-labs
- Created: 2013-05-21T05:31:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T08:03:35.000Z (about 8 years ago)
- Last Synced: 2024-06-16T04:53:51.477Z (over 1 year ago)
- Language: QML
- Size: 133 KB
- Stars: 47
- Watchers: 7
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-qt-qml - qml-presentation-system - This is a slide presentation system written in QML. (Misc)
README
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.