QLightReading Class

QLightReading 类代表光传感器的一个读数。更多

头文件: #include <QLightReading>
CMake: find_package(Qt6 REQUIRED COMPONENTS Sensors)
target_link_libraries(mytarget PRIVATE Qt6::Sensors)
qmake: QT += sensors
继承: QSensorReading

属性

  • lux : const qreal

公共功能

qreal lux() const
void setLux(qreal lux)

详细说明

QLightReading 单位

光传感器以勒克斯为单位返回光的强度。

属性文档

[read-only] lux : const qreal

该属性表示光照度。

以勒克斯为单位。

访问功能:

qreal lux() const

另请参见 QLightReading Units

成员函数文档

void QLightReading::setLux(qreal lux)

将光照度设置为lux

另请参阅 lux() 。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.