equal
deleted
inserted
replaced
59 QGestureRecognizer is the base class for implementing custom gestures. |
59 QGestureRecognizer is the base class for implementing custom gestures. |
60 |
60 |
61 Developers that only need to provide gesture recognition for standard gestures do not |
61 Developers that only need to provide gesture recognition for standard gestures do not |
62 need to use this class directly. Instances will be created behind the scenes by the |
62 need to use this class directly. Instances will be created behind the scenes by the |
63 framework. |
63 framework. |
|
64 |
|
65 For an overview of gesture handling in Qt and information on using gestures |
|
66 in your applications, see the \l{Gestures Programming} document. |
64 |
67 |
65 \section1 Recognizing Gestures |
68 \section1 Recognizing Gestures |
66 |
69 |
67 The process of recognizing gestures involves filtering input events sent to specific |
70 The process of recognizing gestures involves filtering input events sent to specific |
68 objects, and modifying the associated QGesture objects to include relevant information |
71 objects, and modifying the associated QGesture objects to include relevant information |