QLightFilter
QLightSensor
键入搜索术语或模块、类、函数名。
QLightReading class represents one reading from the light sensor. 更多 …
QLightReading
def lux ()
lux
def setLux (lux)
setLux
The light sensor returns the intensity of the light in lux.
parent – QObject
QObject
PySide2.QtSensors.QLightReading.
qreal
另请参阅
setLux()
lux – qreal
Sets the light level to lux .
lux()