diff options
| author | Gunnar Sletta <gunnar.sletta@digia.com> | 2012-12-11 11:15:10 +0100 |
|---|---|---|
| committer | Gunnar Sletta <gunnar.sletta@digia.com> | 2012-12-11 11:15:10 +0100 |
| commit | 32f88a0724856e0c941db3e9bc830d0c5ffcc8dc (patch) | |
| tree | b3124b08fbdc4d48d1fcfdf2ce0a3285162aeccc /README | |
| parent | bb1f9dafbd281392cc8a75c1d12385ef2d0f4b05 (diff) | |
added reame
Diffstat (limited to 'README')
| -rw-r--r-- | README | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -0,0 +1,38 @@ + +This project contains quick tour of Qt 5.0, primarily focusing on its +graphical capabilities. + + + +------------------------------------------------------------------------ + Requirements: + + - Qt 5, including QtDeclarative, QtGraphicalEffects and QtMultimedia. + Commercial URL: http://qt.digia.com + Open Source URL: http://qt-project.org + + - The QML Presentation System: + URL: https://qt.gitorious.org/qt-labs/qml-presentation-system + git: git clone https://git.gitorious.org/qt-labs/qml-presentation-system.git + + - A movie file called 'bunny.mov' in the same directory as the + main.qml file. The demo will run without, but the Video slide will + not show anything. + + + +------------------------------------------------------------------------ + Running: + +To run the demo, start it using the Qt Quick 2.0 'qmlscene' tool. + +> qmlscene main.qml + +The demo includes a slightly fancy fullscreen gradient and a rather +computationally intensive drop shadow which can be too much for +low-end GPUs. On these systems, one could try to use the 'lofi' +launcher instead. + +> qmlscene main_lofi.qml + +It is possible to tweak the parameters of the main file also.
\ No newline at end of file |
