summaryrefslogtreecommitdiffstats
path: root/examples/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-06-02 23:06:44 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2015-06-02 23:39:22 +0000
commit754efa57d89c62d1796e01b407e9222e67450f52 (patch)
treeebbe795a4067da7b1e75f5597de2373aaf4ba308 /examples/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc
parentf44a59f390be9b67365db8796aa6a54fe9241028 (diff)
parent166c2499d989919a037a599942fb95beb362971e (diff)
Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/staging/5.5
Diffstat (limited to 'examples/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc')
-rw-r--r--examples/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc b/examples/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc
index 07acef6b4d..2751c64e76 100644
--- a/examples/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc
+++ b/examples/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc
@@ -28,10 +28,13 @@
/*!
\example gestures/imagegestures
\title Image Gestures Example
+ \brief Demonstrates the use of simple gestures in a widget
This example shows how to enable gestures for a widget and use gesture input
to perform actions.
+ \image imagegestures-example.jpg
+
We use two classes to create the user interface for the application: \c MainWidget
and \c ImageWidget. The \c MainWidget class is simply used as a container for the
\c ImageWidget class, which we will configure to accept gesture input. Since we