summaryrefslogtreecommitdiffstats
path: root/basicsuite/graphicaleffects/demo.xml
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2019-04-26 09:47:12 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2019-04-26 09:47:39 +0300
commitc10b4e842adaf096bf46ed5f98e236f3fee87870 (patch)
treec91d66d8a9628d9af8bfe868ac8945173db098ab /basicsuite/graphicaleffects/demo.xml
parent0ea39397893edb54454bfceabde4b83fc5b60a2e (diff)
parent34310ed69919f452dbcdae42f350254a40a06113 (diff)
Merge remote-tracking branch 'origin/5.12' into 5.13
* origin/5.12: 34310ed Split demos.xml to individual xml files 7eea480 Doc: Bump version to 5.12.3 Conflicts: doc/b2qt-demos.qdoc doc/b2qt-demos.qdocconf Change-Id: I25c43406d1940d7e7ebb0427f91a6638f4b7273d
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>