QTapGestureclass describes a tap gesture made by the user. 更多 …
4.6 版新增。
def
position
()
def
setPosition
(pos)
For an overview of gesture handling in Qt and information on using gestures in your applications, see the 在 Widget 和图形视图中的手势 文档。
另请参阅
QTapGesture
(
[
parent=None
]
)
¶
parent
–
QObject
PySide2.QtWidgets.QTapGesture.
position
(
)
¶
QPointF
另请参阅
PySide2.QtWidgets.QTapGesture.
setPosition
(
pos
)
¶
pos
–
QPointF
另请参阅