TiltSensor QML Type
The TiltSensor element reports tilt events along the X and Y axes. More...
| Import Statement: | import QtSensors |
| Since: | QtSensors 5.0 |
| Inherits: |
Methods
- void calibrate()
Detailed Description
The TiltSensor element reports tilt events along the X and Y axes.
This element wraps the QTiltSensor class. Please see the documentation for QTiltSensor for details.
See also TiltReading.
Method Documentation
void calibrate()
Calibrate the tilt sensor.
See also QTiltSensor::calibrate().