equal
deleted
inserted
replaced
77 bool gestureEvent(QGestureEvent *event); |
77 bool gestureEvent(QGestureEvent *event); |
78 }; |
78 }; |
79 |
79 |
80 /*! |
80 /*! |
81 \qmlclass GestureArea QDeclarativeGestureArea |
81 \qmlclass GestureArea QDeclarativeGestureArea |
|
82 \ingroup qml-basic-interaction-elements |
|
83 |
82 \brief The GestureArea item enables simple gesture handling. |
84 \brief The GestureArea item enables simple gesture handling. |
83 \inherits Item |
85 \inherits Item |
84 |
86 |
85 A GestureArea is like a MouseArea, but it has signals for gesture events. |
87 A GestureArea is like a MouseArea, but it has signals for gesture events. |
86 |
88 |