QGyroscope Class▲
-
Header: QGyroscope
-
Since: Qt 5.1
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Sensors)
target_link_libraries(mytarget PRIVATE Qt6::Sensors)
-
qmake: QT += sensors
-
Inherits: QSensor
-
Group: QGyroscope 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 QGyroscopeReading instead of a QSensorReading.
For details about how the sensor works, see QGyroscopeReading.
See Also▲
See also QGyroscopeReading