summaryrefslogtreecommitdiffstats
path: root/basicsuite/Graphical Effects/description.txt
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-04-26 11:15:56 +0200
committerGunnar Sletta <gunnar.sletta@digia.com>2013-04-26 12:18:28 +0300
commit87c5ac7bac247624bd4f074558fa3f212ce15f1e (patch)
treea1e642d971a3af47fb62b33ed012237ddf85407e /basicsuite/Graphical Effects/description.txt
parent96c0d5069473e929d597a96ebac994a983acd0d1 (diff)
New shader demo, more suitable for touch and embedded
Change-Id: I48af8bc9c58930c26e822503c5c94c55690f37db Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'basicsuite/Graphical Effects/description.txt')
-rw-r--r--basicsuite/Graphical Effects/description.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/basicsuite/Graphical Effects/description.txt b/basicsuite/Graphical Effects/description.txt
new file mode 100644
index 0000000..645aa99
--- /dev/null
+++ b/basicsuite/Graphical Effects/description.txt
@@ -0,0 +1,3 @@
+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.
+
+The example is taken from the manual testbed application in the qtgraphicaleffects module. It has been adapted slightly to run in the launcher.