QFlickGesture Class
The QFlickGesture class describes a flicking gesture made by the user. \ingroup
gestures The QFlickGesture is more complex than the QPanGesture that uses QScroller and QScrollerProperties to decide if it is triggered. This gesture is reacting on touch event as compared to the QMouseFlickGesture. More...
Header: | #include <QFlickGesture> |
Inherits: | QGesture |
Public Functions
QFlickGesture(QObject *receiver, Qt::MouseButton button, QObject *parent = nullptr) |
Detailed Description
\internal
\since
4.8
See also Gestures in Widgets and Graphics View, QScroller, QScrollerProperties, and QMouseFlickGesture.
Member Function Documentation
QFlickGesture::QFlickGesture(QObject *receiver, Qt::MouseButton button, QObject *parent = nullptr)
\internal