From fc634cb4a2daed40690f0530dc06ff850f3b73ab Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Mon, 14 Apr 2014 15:57:57 +0200 Subject: Doc: Improved Qt Quick Demos documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -added include from qtbase/doc/global about running the example. -added link to "QML Applications" (main landing page for QML) -highlighted the names with \e -various documentation changes Task-number: QTBUG-33597 Change-Id: I9e23b8b61862c424f2a17003b3d1f5b2ef931ceb Reviewed-by: Leena Miettinen Reviewed-by: Sze Howe Koh Reviewed-by: Topi Reiniö --- examples/quick/demos/photosurface/doc/src/photosurface.qdoc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'examples/quick/demos/photosurface') diff --git a/examples/quick/demos/photosurface/doc/src/photosurface.qdoc b/examples/quick/demos/photosurface/doc/src/photosurface.qdoc index 48f8e8a14b..d56b34365d 100644 --- a/examples/quick/demos/photosurface/doc/src/photosurface.qdoc +++ b/examples/quick/demos/photosurface/doc/src/photosurface.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the documentation of the Qt Toolkit. @@ -32,6 +32,10 @@ \brief A touch-based app for shuffling photos around a virtual surface. \image qtquick-demo-photosurface-small.png - This example demonstrates how to handle dragging, rotation and - pinch zooming within the same item using a PinchArea containing a MouseArea. + \e{Photo Surface} demonstrates how to handle dragging, rotation and pinch + zooming within the same item using a \l PinchArea containing a \l MouseArea. + + \include examples-run.qdocinc + + \sa {QML Applications} */ -- cgit v1.2.3