summaryrefslogtreecommitdiffstats
path: root/basicsuite
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-05-10 09:17:40 +0200
committerGunnar Sletta <gunnar.sletta@digia.com>2013-05-10 10:20:36 +0300
commit9222ca22519748943d4ba00913b026d0985a90a0 (patch)
tree810f31a6f7bfa6d2cedca62ffa921542268a0029 /basicsuite
parent967b3350ed06807089cb1e740e1bed68d5b786fe (diff)
disable fancy gradient and add missing description
Change-Id: I9c7b25f31a1ecb3bbb83b802327eee5dd7df4890 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'basicsuite')
-rw-r--r--basicsuite/Graphical Effects/description.txt3
-rw-r--r--basicsuite/Qt5 Launch Presentation/main.qml2
2 files changed, 2 insertions, 3 deletions
diff --git a/basicsuite/Graphical Effects/description.txt b/basicsuite/Graphical Effects/description.txt
index 645aa99..8623c2c 100644
--- a/basicsuite/Graphical Effects/description.txt
+++ b/basicsuite/Graphical Effects/description.txt
@@ -1,3 +1,2 @@
-This example shows the QtGraphicalEffect module. Qt Quick 2.0 provides the ability to use inline GLSL in your Qt Quick applications to create stunning visual effects. However, as UIs typically reuse many of the same effects, the QtGraphicalEffects module provides a set of predefined, commonly used effects. This includes blur, drop-shadows, glow, blending, opacity maskes and more.
+This example shows the Qt Quick 2.0 ShaderEffect type and the QtGraphicalEffect module. Qt Quick 2.0 provides the ability to use inline GLSL in your Qt Quick applications to create stunning visual effects. However, as UIs typically reuse many of the same effects, the QtGraphicalEffects module provides a set of predefined, commonly used effects. This includes blur, drop-shadows, glow, blending, opacity maskes and more.
-The example is taken from the manual testbed application in the qtgraphicaleffects module. It has been adapted slightly to run in the launcher.
diff --git a/basicsuite/Qt5 Launch Presentation/main.qml b/basicsuite/Qt5 Launch Presentation/main.qml
index 7ff60a1..8ebd802 100644
--- a/basicsuite/Qt5 Launch Presentation/main.qml
+++ b/basicsuite/Qt5 Launch Presentation/main.qml
@@ -44,5 +44,5 @@ DemoMain {
height: 480
useDropShadow: false;
-// useSimpleGradient: true;
+ useSimpleGradient: true;
}