summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2012-12-11 11:13:54 +0100
committerGunnar Sletta <gunnar.sletta@nokia.com>2012-12-11 11:13:54 +0100
commitbb1f9dafbd281392cc8a75c1d12385ef2d0f4b05 (patch)
tree074066a970dcb161d57cc5b2f65699bf12a13e13
parente3d48cfa7550a0ea9211f5782471232818fe184d (diff)
Tweaks to effects and add correct links
-rw-r--r--EffectsSlide.qml4
-rw-r--r--SlideDeck.qml6
-rw-r--r--images/butterfly.pngbin36912 -> 18668 bytes
-rw-r--r--main_lofi.qml4
4 files changed, 10 insertions, 4 deletions
diff --git a/EffectsSlide.qml b/EffectsSlide.qml
index 6db43a0..5344d05 100644
--- a/EffectsSlide.qml
+++ b/EffectsSlide.qml
@@ -97,8 +97,8 @@ Slide {
Column {
Glow {
id: glowEffect
- radius: 8
- samples: 8
+ radius: 4
+ samples: 4
spread: slide.t
source: noEffect
width: grid.cw * 0.9
diff --git a/SlideDeck.qml b/SlideDeck.qml
index 4d67e69..ef0f89e 100644
--- a/SlideDeck.qml
+++ b/SlideDeck.qml
@@ -83,7 +83,9 @@ OpacityTransitionPresentation {
writeInText: "The following is a quick tour of what is new in Qt 5.0.
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://tada.data.da/qt5-launch-demo.git
+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."
}
@@ -197,7 +199,7 @@ Unicode - Updated to latest Unicode specification, UTF-8 source files"
content: ["Qt Project: qt-project.org",
"Qt Commercial: qt.digia.com",
"",
- "This demo: blahdi-blah-blah.org"
+ "This demo: https://git.gitorious.org/qt-labs/qt5-launch-demo.git"
];
Image {
diff --git a/images/butterfly.png b/images/butterfly.png
index ce544f2..b8cc35c 100644
--- a/images/butterfly.png
+++ b/images/butterfly.png
Binary files differ
diff --git a/main_lofi.qml b/main_lofi.qml
index 501ed2f..de8fb4f 100644
--- a/main_lofi.qml
+++ b/main_lofi.qml
@@ -39,6 +39,10 @@
****************************************************************************/
DemoMain {
+
+ width: 854
+ height: 480
+
useDropShadow: false;
useSimpleGradient: true;
}