[Interest] Sensor availableDataRates?

Jason H jhihn at gmx.com
Thu Apr 16 00:22:34 CEST 2015


In QML, there is a data rate QList<range> property, which is a typedef for a QPair

How in JS can I see this?
I tried a for loop to print availibleDataRates[i], all that gives me is an object. How can I print these in JS?
I would figure availibleDataRates[i].first, availibleDataRates[i].second?

Thanks



More information about the Interest mailing list