class QAmbientLightSensor#

QAmbientLightSensor 类是对 QSensor 类的便捷包装。 更多

Inheritance diagram of PySide6.QtSensors.QAmbientLightSensor

概述#

方法#

注意

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

详细描述#

该类与原始类的唯一行为差异在于正确设置了类型。

此类还具有一个 reading() 函数,该函数返回一个 QAmbientLightReading 而不是 QSensorReading

有关传感器工作原理的详细信息,请参阅 QAmbientLightReading

另请参阅

QAmbientLightReading

PySide6.QtSensors.QAmbientLightSensor.sensorType#
__init__([parent=None])#
参数:

parentQObject

将传感器作为 parent 的子项构建。