Home · All Classes · Modules  · QSS HELP  · QSS 案例 · VER007 HOME

QTapAndHoldGesture Class Reference
[QtGui module]

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

继承QGesture

Methods

Static Methods


Detailed Description

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

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


Method Documentation

QTapAndHoldGesture.__init__ (self, QObject parent = None)

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

QPointF QTapAndHoldGesture.position (self)

QTapAndHoldGesture.setPosition (self, QPointF pos)

QTapAndHoldGesture.setTimeout (int msecs)

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

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

See also timeout( ) 。

int QTapAndHoldGesture.timeout ()

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

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

See also setTimeout( ) 。




PyQt 4.10.3 for X11 Copyright © Riverbank Computing Ltd and Nokia 2012 Qt 4.8.5