class QLightReading#

The QLightReading 类代表来自光线传感器的单次读数。详情...更多

Inheritance diagram of PySide6.QtSensors.QLightReading

摘要#

属性#

方法#

注意

本文档可能包含从 C++ 自动翻译到 Python 的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译有问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 上创建工单来告诉我们

详细描述#

QLightReading 单位#

光线传感器以 lux 为单位返回光强度。

注意

当使用 from __feature__ import true_property 时,可以直接使用属性,否则通过访问器函数。

property luxᅟ: float#

此属性包含光照水平...

以 lux 为单位测量。

另请参阅

QLightReading Units

访问函数
__init__(parent)#
参数:

parentQObject

lux()#
返回类型:

float

另请参阅

setLux()

属性 luxᅟ 的获取器。

setLux(lux)#
参数:

lux – float

将光照水平设置为 lux

另请参阅

lux()