From b32d7bc96d44d46781256e7ef9b4d1e09c18ed2e Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Fri, 30 Nov 2012 19:30:12 +0100 Subject: Move gestures overview from qtdoc to qtbase; mention Qt Quick On the one hand this doc reads like an overview, but didn't mention Qt Quick; on the other, the gestures framework is questionable, and in any case is solidly in the widgets module, not reusable for Qt Quick. So, just added some comments at the end to make it clear that Qt Quick takes a different approach. Also changed the relevant links because the title has changed. Change-Id: I66a0c0c106f496de26fb8947e90826ef39ccfddd Reviewed-by: Gunnar Sletta --- src/widgets/kernel/qgesture.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/widgets/kernel/qgesture.cpp') diff --git a/src/widgets/kernel/qgesture.cpp b/src/widgets/kernel/qgesture.cpp index 1f12d1a60d..1d20cb7445 100644 --- a/src/widgets/kernel/qgesture.cpp +++ b/src/widgets/kernel/qgesture.cpp @@ -62,7 +62,7 @@ QT_BEGIN_NAMESPACE QGestureRecognizer::registerRecognizer(). For an overview of gesture handling in Qt and information on using gestures - in your applications, see the \l{Gestures Programming} document. + in your applications, see the \l{Gestures in Widgets and Graphics View} document. \section1 Gesture Properties @@ -226,7 +226,7 @@ QGesture::GestureCancelPolicy QGesture::gestureCancelPolicy() const \image pangesture.png For an overview of gesture handling in Qt and information on using gestures - in your applications, see the \l{Gestures Programming} document. + in your applications, see the \l{Gestures in Widgets and Graphics View} document. \sa QPinchGesture, QSwipeGesture */ @@ -352,7 +352,7 @@ void QPanGesture::setAcceleration(qreal value) of detail of the user interface. For an overview of gesture handling in Qt and information on using gestures - in your applications, see the \l{Gestures Programming} document. + in your applications, see the \l{Gestures in Widgets and Graphics View} document. \image pinchgesture.png @@ -621,7 +621,7 @@ void QPinchGesture::setRotationAngle(qreal value) \image swipegesture.png For an overview of gesture handling in Qt and information on using gestures - in your applications, see the \l{Gestures Programming} document. + in your applications, see the \l{Gestures in Widgets and Graphics View} document. \sa QPanGesture, QPinchGesture */ @@ -733,7 +733,7 @@ void QSwipeGesture::setSwipeAngle(qreal value) \inmodule QtWidgets For an overview of gesture handling in Qt and information on using gestures - in your applications, see the \l{Gestures Programming} document. + in your applications, see the \l{Gestures in Widgets and Graphics View} document. \sa QPanGesture, QPinchGesture */ @@ -777,7 +777,7 @@ void QTapGesture::setPosition(const QPointF &value) \inmodule QtWidgets For an overview of gesture handling in Qt and information on using gestures - in your applications, see the \l{Gestures Programming} document. + in your applications, see the \l{Gestures in Widgets and Graphics View} document. \sa QPanGesture, QPinchGesture */ @@ -870,7 +870,7 @@ int QTapAndHoldGesturePrivate::Timeout = 700; // in ms \section1 Further Reading For an overview of gesture handling in Qt and information on using gestures - in your applications, see the \l{Gestures Programming} document. + in your applications, see the \l{Gestures in Widgets and Graphics View} document. \sa QGesture, QGestureRecognizer, QWidget::grabGesture(), QGraphicsObject::grabGesture() -- cgit v1.2.3