QTapSensor

The QTapSensor class is a convenience wrapper around QSensor . More

Inheritance diagram of PySide2.QtSensors.QTapSensor

Synopsis

Functions

Signals

Detailed Description

The only behavioural difference is that this class sets the type properly.

This class also features a reading() function that returns a QTapReading instead of a QSensorReading .

For details about how the sensor works, see QTapReading .

See also

QTapReading

class PySide2.QtSensors.QTapSensor([parent=Q_NULLPTR])
param parent:

PySide2.QtCore.QObject

Construct the sensor as a child of parent .

PySide2.QtSensors.QTapSensor.type
PySide2.QtSensors.QTapSensor.returnDoubleTapEvents()
Return type:

bool

This property holds a value indicating if double tap events should be reported..

Set to true (the default) to have the sensor report only on double tap events. Set to false to have the sensor report only on individual tap events.

It is not possible to have the sensor report both single and double tap events. If both are needed the app should create 2 sensor objects.

The property must be set before calling start() .

PySide2.QtSensors.QTapSensor.returnDoubleTapEventsChanged(returnDoubleTapEvents)
Parameters:

returnDoubleTapEvents – bool

PySide2.QtSensors.QTapSensor.setReturnDoubleTapEvents(returnDoubleTapEvents)
Parameters:

returnDoubleTapEvents – bool

This property holds a value indicating if double tap events should be reported..

Set to true (the default) to have the sensor report only on double tap events. Set to false to have the sensor report only on individual tap events.

It is not possible to have the sensor report both single and double tap events. If both are needed the app should create 2 sensor objects.

The property must be set before calling start() .