QAmbientTemperatureReading¶
The
QAmbientTemperatureReading
class holds readings of the ambient temperature. More…

Synopsis¶
Functions¶
def
setTemperature
(temperature)def
temperature
()
Detailed Description¶
The ambient (room) temperature is the temperature in degree Celsius.
-
class
QAmbientTemperatureReading
(parent)¶ - Parameters
parent –
QObject
-
PySide2.QtSensors.QAmbientTemperatureReading.
setTemperature
(temperature)¶ - Parameters
temperature –
qreal
Sets ambient temperature to
temperature
.See also
-
PySide2.QtSensors.QAmbientTemperatureReading.
temperature
()¶ - Return type
qreal
See also