QAmbientTemperatureSensor Class▲
- 
					Header: QAmbientTemperatureSensor 
- 
					CMake: find_package(Qt6 REQUIRED COMPONENTS Sensors) target_link_libraries(mytarget PRIVATE Qt6::Sensors) 
- 
					qmake: QT += sensors 
- 
					Inherits: QSensor 
- 
					Group: QAmbientTemperatureSensor is part of sensors_type 
Detailed Description▲
The only behavioural difference is that this class sets the type properly.
This class also features a reading() function that returns a QAmbientTemperatureReading instead of a QSensorReading.
For details about how the sensor works, see QAmbientTemperatureReading.
See Also▲
See also QAmbientTemperatureReading
Member Function Documentation▲
[explicit] QAmbientTemperatureSensor::QAmbientTemperatureSensor(QObject *parent = nullptr)▲
Construct the sensor as a child of parent.
[virtual] QAmbientTemperatureSensor::~QAmbientTemperatureSensor()▲
Destroy the sensor. Stops the sensor if it has not already been stopped.




