PDA

View Full Version : QWebView and resource manager



bunjee
9th December 2009, 17:59
Hey folks.

I want to insert a picture from the resource qrc file into a QWebView.

Is it possible?

hwerglmir
12th December 2009, 07:48
Yes should be possible using the qrc: prefix for your pic path.

for example:


<img src="qrc:/image.png">