QGyroscopeReading Class▲
- 
          Header: QGyroscopeReading 
- 
          CMake: find_package(Qt6 REQUIRED COMPONENTS Sensors) target_link_libraries(mytarget PRIVATE Qt6::Sensors) 
- 
          qmake: QT += sensors 
- 
          Inherits: QSensorReading 
- 
          Group: QGyroscopeReading is part of sensors_reading 
Detailed Description▲
QGyroscopeReading Units▲
The reading contains 3 values, measured in degrees per second that define the movement of the device around the x, y and z axes. Unlike QRotationReading, the values represent the current angular velocity rather than a fixed rotation. The measurements are in degrees per second.
Property Documentation▲
[read-only] x : const qreal▲
This property holds the angular velocity around the x axis.
Measured as degrees per second.
Access functions:
- 
              x() const 
See Also▲
See also QGyroscopeReading Units
[read-only] y : const qreal▲
This property holds the angular velocity around the y axis.
Measured as degrees per second.
Access functions:
- 
              y() const 
See Also▲
See also QGyroscopeReading Units
[read-only] z : const qreal▲
This property holds the angular velocity around the z axis.
Measured as degrees per second.
Access functions:
- 
              z() const 
See Also▲
See also QGyroscopeReading Units





