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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to