Hi,
don't take this mail too serious. :-)

I just started to play with QML Sensors. When I checked, which sensors are 
available with
Component.onCompleted: {
        var types = Sensors.QmlSensors.sensorTypes();
        console.log(types.join(", "));
    }
I got QAccelerometer and QAmbientLightSensor.

I am wondering... how do I test the QAccelerometer? By throwing my desktop 
machine out
of the window? ;-)

Guido
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to