QAmbientLightReading#
The QAmbientLightReading
class represents one reading from the ambient light sensor. More…
Synopsis#
Functions#
def
lightLevel
()def
setLightLevel
(lightLevel)
Detailed Description#
QAmbientLightReading Units#
The ambient light sensor returns the intensity of the ambient light using the pre-defined values found in the LightLevel
enum.
- class PySide6.QtSensors.QAmbientLightReading(parent)#
- Parameters
parent –
PySide6.QtCore.QObject
- PySide6.QtSensors.QAmbientLightReading.LightLevel#
This enum represents the ambient light level.
Constant
Description
QAmbientLightReading.Undefined
The light level is unknown.
QAmbientLightReading.Dark
It is dark.
QAmbientLightReading.Twilight
It is moderately dark.
QAmbientLightReading.Light
It is light (eg. internal lights).
QAmbientLightReading.Bright
It is bright (eg. shade).
QAmbientLightReading.Sunny
It is very bright (eg. direct sunlight).
- PySide6.QtSensors.QAmbientLightReading.lightLevel()#
- Return type
This property holds the ambient light level..
The value represents the ambient light and comes from LightLevel
.
See also
QAmbientLightReading Units
- PySide6.QtSensors.QAmbientLightReading.setLightLevel(lightLevel)#
- Parameters
lightLevel –
LightLevel
Sets the ambient light level to lightLevel
.
See also