Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
QML
Other
Latest commit
4071343
Apr 4, 2017
Fixes the following error when calling qmake -recursive: Project ERROR: Project has no top-level .qmake.conf file. Change-Id: Iac9beb9acbc99d09ae3e74813e0dcc6a274c3f3d Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Permalink
| Failed to load latest commit information. | |||
|
|
examples |
|
|
|
|
src |
|
|
|
|
tools/printslides |
|
|
|
|
.qmake.conf |
|
|
|
|
README |
|
|
|
|
presentation.pro |
|
|
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.