diff options
author | Venugopal Shivashankar <venugopal.shivashankar@digia.com> | 2012-12-06 19:27:20 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-11 10:37:51 +0100 |
commit | 6a9eb8ed01e002393b2fb26838cefadf8d41f036 (patch) | |
tree | 42ddb4c2860db75fc4c75c68e38801091fcefe5c /examples/widgets/doc/src/lighting.qdoc | |
parent | 5b3e7c8dfa4856b04013ace24d19bbd104dc3bd0 (diff) | |
download | qtbase-6a9eb8ed01e002393b2fb26838cefadf8d41f036.tar.gz |
Doc: Added documentation for the examples
- Moved documentation for the Qt XML, Qt Widgets, Qt Concurrent, and
Qt Network examples from qtdoc.
- Grouped the documentation pages under relevant groups
- Fixed \snippet paths
Task-number: QTBUG-27515
Change-Id: I43c22a679e2eefbb48e3cd5893aa2afd3d905863
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'examples/widgets/doc/src/lighting.qdoc')
-rw-r--r-- | examples/widgets/doc/src/lighting.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/lighting.qdoc b/examples/widgets/doc/src/lighting.qdoc index 8277f0e5b8..e519bacb91 100644 --- a/examples/widgets/doc/src/lighting.qdoc +++ b/examples/widgets/doc/src/lighting.qdoc @@ -29,7 +29,7 @@ \example effects/lighting \title Lighting Effect Example \ingroup examples-graphicsview-graphicseffects - \brief This example shows the use of QGraphicsDropShadowEffect. + \brief Demonstrates how to apply effects on items in the view \image lightingeffect-example.png */ |