Property is not available
-
Hi
I messing about with QtMobility 1.1 and QMagnetometer Class.
According to the documentation, there should be a property called "returnGeoValues". If I create an instance of the QMagnetometer this property is, however, not present. I'm trying to access it directly QMagnetometer::returnGeoValues and setting it dynamically using QObject::setProperty. No luck.
Also, when trying to set the data rate of the sensor, I can read the value, but it does not affect the actual data rate of the sensor. I'm setting the data rate when I know I'm connected to the back-end and before I start it.
Thanks