TiltReading QML Type

TiltReading element holds the most recent TiltSensor reading. 更多...

导入语句: import QtSensors 5.0
Since: QtSensors 5.0
继承:

SensorReading

特性

详细描述

TiltReading element holds the most recent TiltSensor reading.

此元素包裹 QTiltReading 类。请参阅文档编制 QTiltReading 了解细节。

This element cannot be directly created.

特性文档编制

xRotation : qreal

This property holds the amount of tilt on the X axis.

Please see QTiltReading::xRotation for information about this property.


yRotation : qreal

This property holds the amount of tilt on the Y axis.

Please see QTiltReading::yRotation for information about this property.