Qt 6.11 is out! See what's new in the release
blog
Property is not available
Mobile and Embedded
1
Posts
1
Posters
1.3k
Views
1
Watching
-
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