QTapGesture¶
The
QTapGesture
class describes a tap gesture made by the user. More…

New in version 4.6.
Synopsis¶
Functions¶
def
position
()def
setPosition
(pos)
Detailed Description¶
For an overview of gesture handling in Qt and information on using gestures in your applications, see the Gestures in Widgets and Graphics View document.
See also
-
class
QTapGesture
([parent=None])¶ - Parameters
parent –
QObject
-
PySide2.QtWidgets.QTapGesture.
position
()¶ - Return type
QPointF
See also
-
PySide2.QtWidgets.QTapGesture.
setPosition
(pos)¶ - Parameters
pos –
QPointF
See also