Project

General

Profile

Actions

Bug #3611

closed

WGoogleMap not rendering in QT5

Added by Ethan Chan over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
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

Actions #1

Updated by Ethan Chan over 9 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

Actions #2

Updated by Koen Deforche over 9 years ago

  • Status changed from New to Resolved
  • Assignee set to Koen Deforche

Hey,

Thanks for the update!

koen

Actions #3

Updated by Koen Deforche over 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF