The QAmbientTemperatureReading class holds readings of the ambient temperature. 更多...
| 头: | #include <QAmbientTemperatureReading> |
| qmake: | QT += sensors |
| Since: | Qt 5.1 |
| 继承: | QSensorReading |
该类在 Qt 5.1 引入。
| void | setTemperature (qreal temperature ) |
| qreal | temperature () const |
The ambient (room) temperature is the temperature in degree Celsius.
This property holds the ambient temperature
Measured in degree Celsius.
访问函数:
| qreal | temperature () const |
Sets ambient temperature to temperature .
另请参阅 temperature ().