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

QSwipeGesture Class Reference
[QtGui module]

该QSwipeGesture类描述了一个滑动手势用户所做的。More...

继承QGesture

Types

Methods


Detailed Description

该QSwipeGesture类描述了一个滑动手势用户所做的。

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


Type Documentation

QSwipeGesture.SwipeDirection

该枚举描述了用于沿水平和垂直轴的姿态的运动的可能方向。

Constant Value Description
QSwipeGesture.NoDirection 0 手势没有与它在一个特定的轴关联的运动。
QSwipeGesture.Left 1 该手势所涉及的水平方向运动到左边。
QSwipeGesture.Right 2 该手势所涉及的水平方向运动到右侧。
QSwipeGesture.Up 3 姿态参与垂直向上运动。
QSwipeGesture.Down 4 姿态参与垂直向下运动。

Method Documentation

QSwipeGesture.__init__ (self, QObject parent = None)

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

SwipeDirection QSwipeGesture.horizontalDirection (self)

QSwipeGesture.setSwipeAngle (self, float value)

float QSwipeGesture.swipeAngle (self)

SwipeDirection QSwipeGesture.verticalDirection (self)




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