diff options
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" } |