QLightReading Class▲
-
Header: QLightReading
-
Since: Qt 5.1
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Sensors)
target_link_libraries(mytarget PRIVATE Qt6::Sensors)
-
qmake: QT += sensors
-
Inherits: QSensorReading
-
Group: QLightReading is part of sensors_reading
Detailed Description▲
Property Documentation▲
[read-only] lux : const qreal▲
This property holds the light level.
Measured as lux.
Access functions:
-
qreal lux() const
See Also▲
See also QLightReading Units