The QAmbientTemperatureReading class holds readings of the ambient temperature. More...
#include <QAmbientTemperatureReading>
Inherits: QSensorReading.
This class was introduced in Qt Mobility 1.3.
void | setTemperature ( qreal temperature ) |
qreal | temperature () const |
The QAmbientTemperatureReading class holds readings of the ambient temperature.
The ambient (room) temperature is the temperature in degree Celsius.
This property holds the ambient temperature.
Measured in degree Celsius.
Access functions:
qreal | temperature () const |
Sets ambient temperature to temperature.
See also temperature().