WarlockD / pep8-1

Automatically exported from code.google.com/p/pep8-1
Other
0 stars 0 forks source link

Images in help QWebView #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Images aren't loading right now, need a way to do this.

I think this will be helpful:

http://www.qtcentre.org/forum/f-qt-programming-2/t-qwebview-not-showing-images-
11127-post98954.html

To quote:

QDir dir;

QString path = dir.absolutePath();

QString img_path = "\"%1/%2\"";
img_path = img_path.arg( path ).arg( "imgs/image_name.png" );

There's another good post on that page as well.

Original issue reported on code.google.com by Dimpfinator@gmail.com on 14 May 2009 at 4:33

GoogleCodeExporter commented 9 years ago
Images are now working.

Original comment by chris.dimpfl on 11 Jun 2009 at 2:30