From 6cb69d337fad75b3ea5839a9fd20d20061bd15fb Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Fri, 14 Dec 2012 14:00:32 +0100 Subject: changes. --- SlideDeck.qml | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/SlideDeck.qml b/SlideDeck.qml index d0ba9a6..652fd00 100644 --- a/SlideDeck.qml +++ b/SlideDeck.qml @@ -85,9 +85,14 @@ OpacityTransitionPresentation { It is an application written with Qt Quick 2.0, based on the modules shipped with Qt 5.0 and using the QML Presentation System from Qt labs. The source code is available from: https://git.gitorious.org/qt-labs/qt5-launch-demo.git - - We hope you will enjoy Qt 5.0 as much as we have enjoyed creating it." + + Image { + source: "images/qt-logo.png" + opacity: 0.4 + z: -1 + anchors.centerIn: parent + } } Slide { @@ -197,19 +202,21 @@ JSON Support - Fast parser and writer, binary format support Unicode - Updated to latest Unicode specification, UTF-8 source files" } - Slide { - fontScale: 1.8 - centeredText: "99% source compatible with Qt 4.8" - } - WidgetsSlide { } Slide { title: "Links" - content: ["Qt Project: qt-project.org", - "Qt Commercial: qt.digia.com", - "", - "This demo: https://git.gitorious.org/qt-labs/qt5-launch-demo.git" + content: [ + "Qt Project: qt-project.org", + "Qt by Digia: qt.digia.com", + "Follow us on Twitter", + " @QtProject", + " @QtCommercial", + "Find us on Facebook:", + " Qt Project", + " Qt by Digia", + "", + "This demo: https://git.gitorious.org/qt-labs/qt5-launch-demo.git" ]; Image { -- cgit v1.2.3