QLightSensor¶
The
QLightSensor
class is a convenience wrapper aroundQSensor
. More…

Synopsis¶
Functions¶
def
fieldOfView
()def
setFieldOfView
(fieldOfView)
Signals¶
def
fieldOfViewChanged
(fieldOfView)
Detailed Description¶
The only behavioural difference is that this class sets the type properly.
This class also features a
reading()
function that returns aQLightReading
instead of aQSensorReading
.For details about how the sensor works, see
QLightReading
.See also
-
class
QLightSensor
([parent=Q_NULLPTR])¶ - param parent
QObject
Construct the sensor as a child of
parent
.
-
PySide2.QtSensors.QLightSensor.
type
¶
-
PySide2.QtSensors.QLightSensor.
fieldOfView
()¶ - Return type
qreal
See also
-
PySide2.QtSensors.QLightSensor.
fieldOfViewChanged
(fieldOfView)¶ - Parameters
fieldOfView –
qreal
-
PySide2.QtSensors.QLightSensor.
setFieldOfView
(fieldOfView)¶ - Parameters
fieldOfView –
qreal
Sets the field of view to
fieldOfView
. This is to be called from the backend.See also