Hi, everyone
I have a test programe like this
it can load the page successfully, but when push the "search" button the old page overlapped by the new one, and when I try to load a google map, the programe exit, has someone encoutered the same problem, any hint will be helpful, thanks.Code:testWebView::testWebView(QWidget *parent) : QWidget(parent) { ui.setupUi(this); ui.webView->load(QUrl("http://www.google.com/")); ui.webView->show(); }




