PDA

View Full Version : qwebview not display image



asfar
2nd December 2010, 13:07
Hello, using qwevview.

If i load image from web (for example http://www.google.com) i can see image on site,
but if i load local site (file://...) i can not see image on my local site, i dont understand why. Execute this project on two OS (MAC and PC), mac project is work, PC not work.

The code:


QWebView *view;
view = new QWebView(this);
if (MAC)
{
view->load(QUrl("file://" + path.left(i) + "iWeb/Pages/index_MAC.html"));
}
else
{
view->load(QUrl(path.left(i).replace(QRegExp("/"),"\\\\") + "iWeb\\\\Pages\\\\index_PC.html"));
}

view->show();

axbase
10th December 2010, 08:27
use qurl::fromlocalfile