Actions
Bug #3611
closedWGoogleMap not rendering in QT5
Start date:
09/30/2014
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I tried to put a WT::WGoogleMap inside a QT5/Windows app, but it causes problems. After a few minutes, it pops a javascript alert "Fatal error: failed loading http://www.google.com/jsapi?key=...."
Anyone ever got WGoogleMap to load in QT5?
-Ethan
Updated by Ethan Chan about 10 years ago
It turns out WGoogleMap was not working because it was timing out trying to reach google. All I had to do in QT was to add this in the initializing stage to use the system proxy settings:
QNetworkProxyFactory::setUseSystemConfiguration(true)
WGoogleMap works fine in QT5.
Thanks.
-Ethan
Updated by Koen Deforche about 10 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Hey,
Thanks for the update!
koen
Updated by Koen Deforche about 10 years ago
- Status changed from Resolved to Closed
Actions