summaryrefslogtreecommitdiffstats
path: root/basicsuite/graphicaleffects/description.txt
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/graphicaleffects/description.txt')
-rw-r--r--basicsuite/graphicaleffects/description.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/basicsuite/graphicaleffects/description.txt b/basicsuite/graphicaleffects/description.txt
index e2d3acf..c19b2c4 100644
--- a/basicsuite/graphicaleffects/description.txt
+++ b/basicsuite/graphicaleffects/description.txt
@@ -1,2 +1,4 @@
-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 masks and more.
+This example shows the Qt Quick 2.0 ShaderEffect type and the Qt Graphical Effects 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 Qt Graphical Effects module provides a set of predefined, commonly used effects. This includes blur, drop-shadows, glow, blending, opacity masks and more.