Hello,

I just found a problem with the current 4.5.1 (and 4.5) release of Qt, actually 
with Webkit.

example: e.g. main.cpp

#include <QtGui/QtGui>
#include <QtWebKit/QWebView>

int main (int argc, char** argv){
        QApplication app(argc, argv);
        QWebView* wv = new QWebView;
        wv->load(QUrl("http://maps.google.de";));
        wv->show();
        app.exec();
        return 0;
}

The satellite, hybrid, and physical views don't work anymore. In version 4.4.1 
and .3 it still worked.
I don't know whether this relates to some Javascript problems (Google Maps 
seams to think it has the wrong
zoomlevel and can't display tiles at that level) or something else.
Maybe sombody can look into that or declare it as not Qt's fault.

What do you guys think ?



Michael 



_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to