Video: Location Awareness demo in Qt Creator using QML
This video from MeeGoDeveloper shows you how to simply add location awareness to an application using MeeGo’s location API to gather location coordinates from a device’s sensors. This demo shows simple C++ and QML declarations in Qt Creator and explains how the declarations in QML are used to establish the UI elements while C++ is used for the back end to call MeeGo location API
via Intel








or you could just use QT mobility and not use C++ at all.
Just call: position.coordinate.latitude and position.coordinate.longitude
Doesn’t Qt mobility use C++ anyhow?