I tried the c++ code from this example: http://wiki.forum.nokia.com/index.ph..._With_QWebView
It compiled but didn't load the map or the marker. I am NOT trying to load the map on some website. In fact I am trying to load it in a Qt widget.
This code connect(this,SIGNAL(reloadMap()), this,SLOT(loadCoordinates())); from that example never got called.
Then when I tried to call the function loadCoordinates myself at the end of the constructor, nothing happened, no maps no markers.
Is this problem related to evaluateJavaScript function?
I am missing some point here, I think. I need help.
Bookmarks