Google Earth in QtWebEngine?
-
I first tried this with QWebView (5.2.1, on Windows 7 64 bit), and recently downloaded 5.4.0 and switched to QWebEngineView, and get the same result: the static GE screen that says I need to download the GE Plugin. If I launch the webpage directly (by double clicking on the html file) GE comes up OK in my Chrome browser (because I have downloaded the plugin). One thing that seems to be different - in QWebView I used a call to view->settings()->globalSettings()->setAttribute(QWebSettings::PluginsEnabled, true). There doesn't seem to be an equivalent call using QWebEngineSettings.
Has anyone got GE running in either QWebView or QWebEngineView?