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
QTapSensor
([parent=Q_NULLPTR])¶ - param parent
QObject
Construct the sensor as a child of
parent
.
-
PySide2.QtSensors.QTapSensor.
type
¶
-
PySide2.QtSensors.QTapSensor.
returnDoubleTapEvents
()¶ - Return type
bool
See also
-
PySide2.QtSensors.QTapSensor.
returnDoubleTapEventsChanged
(returnDoubleTapEvents)¶ - Parameters
returnDoubleTapEvents –
bool
-
PySide2.QtSensors.QTapSensor.
setReturnDoubleTapEvents
(returnDoubleTapEvents)¶ - Parameters
returnDoubleTapEvents –
bool
See also