The QAmbientTemperatureReading class holds readings of the ambient temperature. More...
| Header: | #include <QAmbientTemperatureReading> |
| CMake: | find_package(Qt6 COMPONENTS Sensors REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Sensors) |
| qmake: | QT += sensors |
| Since: | Qt 5.1 |
| Inherits: | QSensorReading |
| void | setTemperature(qreal temperature) |
| qreal | temperature() const |
The ambient (room) temperature is the temperature in degree Celsius.
[read-only] temperature : const qreal
This property holds the ambient temperature
Measured in degree Celsius.
Access functions:
| qreal | temperature() const |
Sets ambient temperature to temperature.
See also temperature().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qambienttemperaturereading.html