GPS replay in Qt Simulator
-
I'm running a navigation app (monav) in simulator. I'd like to replay gps tracks and send it to the app. It uses QGeoPositionInfoSource and already reacts to the coordinates I put into the location section of the simulator control window.
I could use the scripting functionality and do like the location.qs does it, but I'd like to ask if there's a better way. I found a commit to qt-labs/remotecontrolwidget:simulator-master on February 17 2011 with the message "Add GPS replay support". Is simulator-master the same as that control window? And where is that GPS replay function?