QLightReading Class
La clase QLightReading representa una lectura del sensor de luz. Más...
| Cabecera: | #include <QLightReading> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Sensors)target_link_libraries(mytarget PRIVATE Qt6::Sensors) |
| qmake: | QT += sensors |
| Hereda: | QSensorReading |
Propiedades
- lux : qreal
Funciones públicas
Descripción Detallada
Unidades QLightReading
El sensor de luz devuelve la intensidad de la luz en lux.
Documentación de Propiedades
[read-only] lux : qreal
Esta propiedad contiene el nivel de luz.
Se mide como lux.
Funciones de acceso:
| qreal | lux() const |
Véase también QLightReading Units.
© 2026 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.