summaryrefslogtreecommitdiffstats
path: root/examples/widgets/gestures/imagegestures/doc/src
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-06-02 09:43:46 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-06-02 09:44:03 +0200
commit166c2499d989919a037a599942fb95beb362971e (patch)
tree748e58d2ed42422aae1e32a28f57180f5bb1cbea /examples/widgets/gestures/imagegestures/doc/src
parentf7047d52da47a8426189d0aff8c5104b23cbfd89 (diff)
parent7bc9310a2265e14b6880aa29d96adba6d3d7aed0 (diff)
Merge remote-tracking branch 'origin/5.5.0' into 5.5
Diffstat (limited to 'examples/widgets/gestures/imagegestures/doc/src')
-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