summaryrefslogtreecommitdiffstats
path: root/basicsuite/Graphical Effects/description.txt
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/Graphical Effects/description.txt')
-rw-r--r--basicsuite/Graphical Effects/description.txt3
1 files changed, 1 insertions, 2 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.