summaryrefslogtreecommitdiff
path: root/src/effects
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects')
-rw-r--r--src/effects/doc/src/qtgraphicaleffects.qdoc20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/effects/doc/src/qtgraphicaleffects.qdoc b/src/effects/doc/src/qtgraphicaleffects.qdoc
index b77644f..b73659e 100644
--- a/src/effects/doc/src/qtgraphicaleffects.qdoc
+++ b/src/effects/doc/src/qtgraphicaleffects.qdoc
@@ -26,6 +26,26 @@
****************************************************************************/
/*!
+ \qmlmodule QtGraphicalEffects 1.0
+ \title Qt Graphical Effect QML Types
+ \ingroup qmlmodules
+
+ \brief The Qt Graphical Effects module provides a range of stunning
+ visual effects that can be applied to Qt Quick applications.
+
+ The \l{qtgraphicaleffects-index.html}{Qt Graphical Effects} module provides a set of QML types for
+ adding visually impressive and configurable effects to user
+ interfaces. Effects are visual items that can be added to Qt Quick
+ user interface as UI components.
+
+ To use the types in this module, import the module with the following line:
+ \qml
+ import QtGraphicalEffects 1.0
+ \endqml
+
+ */
+
+/*!
\title Qt Graphical Effects
\page qtgraphicaleffects-index.html
\brief Qt Graphical Effects module is a Qt Quick Add-On module.