summaryrefslogtreecommitdiffstats
path: root/basicsuite/graphicaleffects/demo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/graphicaleffects/demo.xml')
-rw-r--r--basicsuite/graphicaleffects/demo.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/basicsuite/graphicaleffects/demo.xml b/basicsuite/graphicaleffects/demo.xml
new file mode 100644
index 0000000..07d4fe4
--- /dev/null
+++ b/basicsuite/graphicaleffects/demo.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application title="Graphical Effects" main="main.qml" icon="preview_l.jpg">
+<description>
+This example shows the Qt Quick ShaderEffect type and the Qt Graphical Effects module. Qt Quick 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.
+</description>
+</application>