From 34310ed69919f452dbcdae42f350254a40a06113 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 2 Apr 2019 17:32:59 +0300 Subject: Split demos.xml to individual xml files Each demo describes itself and can then be excluded from a device by not including the directory. Task-number: QTBUG-74930 Change-Id: Ica45db9dfbf1224cf7a08b83632ba90c5cc55faa Reviewed-by: Kari Oikarinen --- basicsuite/graphicaleffects/demo.xml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 basicsuite/graphicaleffects/demo.xml (limited to 'basicsuite/graphicaleffects/demo.xml') 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 @@ + + + + +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. + + -- cgit v1.2.3