The QHumiditySensor class is a convenience wrapper around QSensor. More...
Header: | #include <QHumiditySensor> |
CMake: | find_package(Qt6 COMPONENTS Sensors REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Sensors) |
qmake: | QT += sensors |
Since: | Qt 5.9 |
Inherits: | QSensor |
QHumiditySensor(QObject *parent = nullptr) | |
virtual | ~QHumiditySensor() |
QHumidityReading * | reading() const |
The only behavioural difference is that this class sets the type properly.
This class also features a reading() function that returns a QHumidityReading instead of a QSensorReading.
For details about how the sensor works, see QHumidityReading.
See also QHumidityReading.
Construct the sensor as a child of parent.
[virtual]
QHumiditySensor::~QHumiditySensor()
Destroy the sensor. Stops the sensor if it has not already been stopped.
Returns the reading class for this sensor.
See also QSensor::reading().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qhumiditysensor.html