QProximityReading¶
The
QProximityReading
class represents one reading from the proximity sensor. More…

Detailed Description¶
The proximity sensor can only indicate if an object is close or not.
The distance at which an object is considered close is device-specific. This distance may be available in the
outputRanges
property.
-
class
QProximityReading
(parent)¶ - Parameters
parent –
QObject
-
PySide2.QtSensors.QProximityReading.
close
()¶ - Return type
bool
See also