diff options
author | Gunnar Sletta <gunnar.sletta@digia.com> | 2012-11-30 08:55:57 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-30 09:18:12 +0100 |
commit | 447dfbcde77214aacfe940120fcfeb1af06cdeb9 (patch) | |
tree | 60143244c8bc5a8ccb55e51a2827fe54f2facef2 | |
parent | bcdaf070ba43c372664ef385d4cb154d020df264 (diff) | |
download | qtgraphicaleffects-447dfbcde77214aacfe940120fcfeb1af06cdeb9.tar.gz |
Add \qmlmodule to Qt Graphical Effects
Change-Id: I92ebde6a189442a2f6cc8c37d7bc3582551159fe
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
-rw-r--r-- | src/effects/doc/src/qtgraphicaleffects.qdoc | 20 |
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. |