[QtGui module]

该QTapAndHoldGesture类描述了一个水龙头和保持(又名LongTap )手势用户所做的。More…

继承QGesture

Methods

  • __init__ (self, QObject parent = None)
  • QPointF position (self)
  • setPosition (self, QPointF pos)

Static Methods

  • setTimeout (int msecs)
  • int timeout ()

Detailed Description

该QTapAndHoldGesture类描述了一个水龙头和保持(又名LongTap )手势用户所做的。

手势使用手势在你的应用程序在处理Qt和信息的概述,请参阅Gestures Programming文档。


Method Documentation

  1. QTapAndHoldGesture.__init__ (self, QObject parent = None)

parent的说法,如果不是没有,原因self通过Qt的,而不是PyQt的拥有。

  1. QPointF QTapAndHoldGesture.position (self)

[

  1. QTapAndHoldGesture.setPosition (self, QPointF pos)
  1. QTapAndHoldGesture.setTimeout (int msecs)

设置超时时间,以毫秒为单位的手势触发之前。

](docs_qpointf.html)

识别器会检测触摸下来,而如果msecs后来接触仍然向下,就会触发QTapAndHoldGesture。默认值是700毫秒。

See also timeout( ) 。

  1. int QTapAndHoldGesture.timeout ()

获取超时时间,以毫秒为单位的手势触发之前。

识别器会检测触摸下来,如果超时( )后触摸仍然向下,就会触发QTapAndHoldGesture。默认值是700毫秒。

See also setTimeout( ) 。