QTapSensor¶
The
QTapSensor
class is a convenience wrapper aroundQSensor
. More…
Synopsis¶
Functions¶
def
returnDoubleTapEvents
()def
setReturnDoubleTapEvents
(returnDoubleTapEvents)
Signals¶
def
returnDoubleTapEventsChanged
(returnDoubleTapEvents)
Detailed Description¶
The only behavioural difference is that this class sets the type properly.
This class also features a
reading()
function that returns aQTapReading
instead of aQSensorReading
.For details about how the sensor works, see
QTapReading
.See also
- class PySide2.QtSensors.QTapSensor([parent=Q_NULLPTR])¶
- param parent:
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()
.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.