The QHumidityReading class holds readings from the humidity sensor. More...
Header: | #include <QHumidityReading> |
CMake: | find_package(Qt6 COMPONENTS Sensors REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Sensors) |
qmake: | QT += sensors |
Since: | Qt 5.9 |
Inherits: | QSensorReading |
qreal | absoluteHumidity() const |
qreal | relativeHumidity() const |
void | setAbsoluteHumidity(qreal value) |
void | setRelativeHumidity(qreal humidity) |
The humidity sensor returns the relative humidity as a percentage, and absolute humidity in grams per cubic meter (g/m3). Note that some sensors may not support absolute humidity, 0 will be returned in this case.
[read-only]
absoluteHumidity : const qreal
Absolute humidity Measured in grams per cubic meter. Note that some sensors may not support absolute humidity.
Access functions:
qreal | absoluteHumidity() const |
See also QHumidityReading Units.
[read-only]
relativeHumidity : const qreal
Relative humidity Returned as a percentage.
Access functions:
qreal | relativeHumidity() const |
See also QHumidityReading Units.
Sets absoluteHumidity to value.
See also absoluteHumidity().
Sets relativeHumidity to humidity.
See also relativeHumidity().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qhumidityreading.html