summaryrefslogtreecommitdiffstats
path: root/examples/widgets/gestures
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-06-01 17:46:58 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-06-01 17:46:58 +0200
commitfcfd31c9fdd84b234cb9e42b97be62ec18389b61 (patch)
treecbaa212790b49e024dae18ecbcead3bbf16a18cf /examples/widgets/gestures
parent5b739a5b8cfbbedd9265b192d08b346d9b265590 (diff)
parent0c5fbd397ceda4d9f0046f1204b5e49229d04312 (diff)
Merge remote-tracking branch 'origin/5.4' into 5.5
Conflicts: qmake/generators/mac/pbuilder_pbx.cpp src/corelib/global/qglobal.h Change-Id: I2c0f7544bf194f2d0f59218fd583c822901487b0
Diffstat (limited to 'examples/widgets/gestures')
-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