The QAmbientTemperatureReading class holds readings of the ambient temperature. 更多...
| 头: |
#include <QAmbientTemperatureReading>
|
| CMake: |
find_package(Qt6 REQUIRED COMPONENTS Sensors)
target_link_libraries(mytarget PRIVATE Qt6::Sensors)
|
| qmake: |
QT += sensors
|
| 继承: | 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.
访问函数:
| qreal | temperature () const |
Sets ambient temperature to temperature .
另请参阅 temperature ().