diff options
author | Gunnar Sletta <[email protected]> | 2013-01-30 08:49:26 +0100 |
---|---|---|
committer | Gunnar Sletta <[email protected]> | 2013-01-30 08:58:17 +0100 |
commit | c43ddf9d354761c51266ecbdc6cb90a3aac1903d (patch) | |
tree | 052088c59b7fbf2431a1495e1c227881d51763c2 /SlideDeck.qml | |
parent | 63109c9b545b3d976b5ef55b845c26fa1f05bc00 (diff) |
Diffstat (limited to 'SlideDeck.qml')
-rw-r--r-- | SlideDeck.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/SlideDeck.qml b/SlideDeck.qml index cb8f85f..36416db 100644 --- a/SlideDeck.qml +++ b/SlideDeck.qml @@ -82,7 +82,7 @@ OpacityTransitionPresentation { writeInText: "The following is a quick tour of what is new in Qt 5. -It is an application written with Qt Quick, based on Qt 5. The source\ncode is available from: +It is an application written with Qt Quick, based on Qt 5. The source code is available from: https://qt.gitorious.org/qt-labs/qt5-launch-demo @@ -108,7 +108,7 @@ We hope you will enjoy Qt 5 as much as we have enjoyed creating it." Slide { - writeInText: "OpenGL-based scene graph for Qt Quick 2.0 - providing velvet\nanimations, particles and impressive graphical effects + writeInText: "OpenGL-based scene graph for Qt Quick 2.0 - providing velvet animations, particles and impressive graphical effects Multimedia - Audio, Video and Camera support on all major platforms @@ -125,11 +125,11 @@ JSON Support - Fast parser and writer, binary format support" } Slide { - writeInText: "Modularization of the Qt libraries - sanitizing our codebase and\nsimplifying deployment + writeInText: "Modularization of the Qt libraries - sanitizing our codebase and simplifying deployment -Qt Platform Abstraction - Unifying the Qt codebase across platforms,\nminimizing the porting effort for new platforms +Qt Platform Abstraction - Unifying the Qt codebase across platforms, minimizing the porting effort for new platforms -Wayland support - Wayland-compatible Qt backend and\ncompositor framework" +Wayland support - Wayland-compatible Qt backend and compositor framework" } |