summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2012-12-14 14:00:32 +0100
committerGunnar Sletta <gunnar.sletta@digia.com>2012-12-14 14:00:32 +0100
commit6cb69d337fad75b3ea5839a9fd20d20061bd15fb (patch)
tree9ade6b7455ca63b230f6cfc0fa30dc1ec6172e60
parentf98a99e800414386f1c36d879e3c4ebcec874f07 (diff)
changes.
-rw-r--r--SlideDeck.qml29
1 files 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 {