QAmbientTemperatureReading Class

The QAmbientTemperatureReading class holds readings of the ambient temperature. 更多...

头: #include <QAmbientTemperatureReading>
CMake: find_package(Qt6 COMPONENTS Sensors REQUIRED)
target_link_libraries(mytarget PRIVATE Qt6::Sensors)
qmake: QT += sensors
Since: Qt 5.1
继承: 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

成员函数文档编制

void QAmbientTemperatureReading:: setTemperature ( qreal temperature )

Sets ambient temperature to temperature .

另请参阅 temperature ().