summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2012-12-18 16:47:44 +0100
committerGunnar Sletta <gunnar.sletta@digia.com>2012-12-18 16:47:44 +0100
commitdcaf845541c1a21b324374cf94c5adf0b94834e7 (patch)
treec080df8f2cf4bfef38b720bc3d8d925f2782fead
parent2c4c3377fc9f4b74d9335f462070c3a0123ef539 (diff)
more tweaks
-rw-r--r--FontSlide.qml2
-rw-r--r--ShaderSlide.qml2
-rw-r--r--SlideDeck.qml10
-rw-r--r--WidgetsSlide.qml6
4 files changed, 10 insertions, 10 deletions
diff --git a/FontSlide.qml b/FontSlide.qml
index f79e4d1..12106fa 100644
--- a/FontSlide.qml
+++ b/FontSlide.qml
@@ -44,7 +44,7 @@ import Qt.labs.presentation 1.0
Slide {
id: fontSlide;
title: "Qt Quick - Fonts"
- writeInText: "The default font rendering in Qt Quick 2.0 uses distance fields, making it possible to do fully transformable text with subpixel positioning and subpixel antialiasing.
+ writeInText: "The default font rendering in Qt Quick 2.0 uses distance fields, making\nit possible to do fully transformable text with subpixel positioning and\nsubpixel antialiasing.
Native font rendering is also an option for applications that want to look native."
diff --git a/ShaderSlide.qml b/ShaderSlide.qml
index 40d8e92..593af6d 100644
--- a/ShaderSlide.qml
+++ b/ShaderSlide.qml
@@ -47,7 +47,7 @@ Slide {
title: "Qt Quick - ShaderEffect"
- writeInText: "Harness the raw power of the graphics processor. The ShaderEffect element lets you write GLSL inline in your QML files."
+ writeInText: "Harness the raw power of the graphics processor. The ShaderEffect\nelement lets you write GLSL inline in your QML files."
Image {
id: sourceItem
diff --git a/SlideDeck.qml b/SlideDeck.qml
index 2204b4b..2e09579 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 code is available from:
+It is an application written with Qt Quick, based on Qt 5. The source\ncode 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 animations, particles and impressive graphical effects
+ writeInText: "OpenGL based scene graph for Qt Quick 2.0 - providing velvet\nanimations, 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 simplifying deployment
+ writeInText: "Modularization of the Qt libraries - sanitizing our codebase and\nsimplifying deployment
-Qt Platform Abstraction - Unifying the Qt codebase across platforms, minimizing the porting effort for new platforms
+Qt Platform Abstraction - Unifying the Qt codebase across platforms,\nminimizing the porting effort for new platforms
-Wayland support - Wayland 1.0 compatible Qt backend and compositor framework"
+Wayland support - Wayland 1.0 compatible Qt backend and\ncompositor framework"
}
diff --git a/WidgetsSlide.qml b/WidgetsSlide.qml
index e2ef9b6..4a28382 100644
--- a/WidgetsSlide.qml
+++ b/WidgetsSlide.qml
@@ -44,12 +44,12 @@ import Qt.labs.presentation 1.0
Slide {
id: slide
- writeInText: "The Qt Widgets are working better than ever with accessibility and retina display support!"
+ writeInText: "The Qt Widgets are working better than ever with accessibility\nimprovements and retina display support."
property int slamTime: 800;
property int waitTime: 500;
- y: parent.height * 0.15
+ y: parent.height * 0.1
SequentialAnimation {
id: widgetAnimation
@@ -93,7 +93,7 @@ Slide {
Row {
x: slide.width * 0.05
- y: slide.height * 0.58;
+ y: slide.height * 0.65;
width: parent.width
Image {
id: boxesImage;